FFmpeg git repo
Go to file
Aurelien Jacobs 34c9c1baf4 move internal queue freeing code in its own function
Originally committed as revision 11350 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-29 18:32:47 +00:00
doc
libavcodec remove forgotten debug statement 2007-12-28 13:12:47 +00:00
libavdevice Remove AIW support code, it is unfit for ffmpeg svn, doing usleep() and 2007-12-28 03:30:23 +00:00
libavformat move internal queue freeing code in its own function 2007-12-29 18:32:47 +00:00
libavutil
libpostproc
libswscale
tests
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog add PCX and Sun Rasterfile decoders 2007-12-28 13:42:49 +00:00
Doxyfile
INSTALL
MAINTAINERS add myself as maintainer for pcx.c and sunrast.c 2007-12-28 13:46:52 +00:00
Makefile
README
cmdutils.c
cmdutils.h
common.mak
configure
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 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.