FFmpeg git repo
Go to file
Baptiste Coudurier 2f4568e525 return error if malloc fails
Originally committed as revision 12262 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-27 09:30:56 +00:00
doc
libavcodec better include 2008-02-26 23:51:59 +00:00
libavdevice less preprocessor magic in version number macros 2008-02-26 20:37:59 +00:00
libavfilter Make libavfilter define its version like the other libav* libs 2008-02-26 21:21:17 +00:00
libavformat return error if malloc fails 2008-02-27 09:30:56 +00:00
libavutil less preprocessor magic in version number macros 2008-02-26 20:37:59 +00:00
libpostproc less preprocessor magic in version number macros 2008-02-26 20:37:59 +00:00
libswscale less preprocessor magic in version number macros 2008-02-26 20:38:02 +00:00
tests
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile Build system changes for libavfilter addition. Add --enable-avfilter configure option. 2008-02-26 21:32:56 +00:00
README
cmdutils.c Print libavfilter version if it is enabled in configure 2008-02-27 07:24:00 +00:00
cmdutils.h
common.mak
configure fix libavfilter version extraction 2008-02-27 09:25:38 +00:00
ffinstall.nsi
ffmpeg.c
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.LGPL. FFmpeg and the associated libraries EXCEPT
  for libpostproc and libswscale are licensed under the GNU Lesser General
  Public License.

* libpostproc and libswscale are distributed under the GNU General Public
  License, see the file COPYING.GPL for details. Their compilation and use
  in FFmpeg is optional.

* The file libavcodec/i386/idct_mmx.c is distributed under the GNU General
  Public License. It is strictly an optimization and its use is optional.

* The files libavcodec/jfdctfst.c, libavcodec/jfdctint.c, libavcodec/jrevdct.c
  are taken from libjpeg, see the top of the files for licensing details.

* The file libavcodec/fdctref.c is copyrighted by the MPEG Software Simulation
  Group with all rights reserved. It is only used to create a DCT test program
  and not compiled into libavcodec.