FFmpeg git repo
Go to file
Albert Astals Cid 6f04eb1e8a free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid, aastals at tv-wan dot es
Originally committed as revision 13237 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-22 17:16:12 +00:00
doc Implement ffplay -L. 2008-05-22 09:49:18 +00:00
libavcodec Make gbuf2 a table instead of an array 2008-05-21 19:24:17 +00:00
libavdevice
libavfilter
libavformat free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid, aastals at tv-wan dot es 2008-05-22 17:16:12 +00:00
libavutil
libpostproc
libswscale
tests no need to sleep to hide crashes 2008-05-21 21:24:32 +00:00
tools correct build documentation for qt-faststart utility 2008-05-19 04:57:57 +00:00
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
cmdutils.c Move show_formats() to cmdutils.c. 2008-05-22 12:55:35 +00:00
cmdutils.h Move show_formats() to cmdutils.c. 2008-05-22 12:55:35 +00:00
common.mak
configure
ffmpeg.c Move show_formats() to cmdutils.c. 2008-05-22 12:55:35 +00:00
ffplay.c Implement ffplay -L. 2008-05-22 09:49:18 +00:00
ffserver.c Implement ffserver -version. 2008-05-22 09:48:34 +00:00
ffserver.h
output_example.c
subdir.mak
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 file libavdevice/x11grab.c is distributed under the GNU General
  Public License. X11 grabbing 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.