FFmpeg git repo
Go to file
Aurelien Jacobs 8e0d882b49 copy language information from input stream to output
Originally committed as revision 9797 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-25 19:39:27 +00:00
doc Add new imlib2 documentation from vhook/imlib2.c to doc/hooks.texi. 2007-07-19 22:57:48 +00:00
libavcodec remove wrong const qualifier 2007-07-25 19:34:31 +00:00
libavformat use the most appropriate codec id for A_MPEG/L1 and L2 2007-07-25 15:59:26 +00:00
libavutil Implement av_strlcatf(): a strlcat which adds a printf style formatted string 2007-07-19 06:36:02 +00:00
libpostproc Uppercase variable overlooked in last commit. 2007-07-21 18:56:53 +00:00
libswscale integrating blackfin optimized yuyvtoyv12 converter 2007-07-20 00:11:38 +00:00
tests regression tests for yuv440p yuvj440p 2007-07-19 16:06:14 +00:00
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile cosmetics: Use uppercase names for installation directories in makefiles. 2007-07-21 18:53:06 +00:00
README
cmdutils.c Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT). 2007-07-19 15:24:58 +00:00
cmdutils.h
common.mak cosmetics: Use uppercase names for installation directories in makefiles. 2007-07-21 18:53:06 +00:00
configure 10l: Uppercase some more overlooked makefile variables. 2007-07-22 15:59:10 +00:00
ffinstall.nsi
ffmpeg.c copy language information from input stream to output 2007-07-25 19:39:27 +00:00
ffplay.c
ffserver.c
ffserver.h
output_example.c
version.sh

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  libpostproc and libswscale are licensed under the GNU Lesser General
  Public License.

* libpostproc and libswscale are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.