FFmpeg git repo
Go to file
Nico Sabbi 1d257254f1 replaced custom tracking of programs/services with calls to with av_new_program()
Originally committed as revision 10580 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-25 20:49:11 +00:00
doc
libavcodec simplify 2007-09-25 19:22:47 +00:00
libavformat replaced custom tracking of programs/services with calls to with av_new_program() 2007-09-25 20:49:11 +00:00
libavutil
libpostproc
libswscale
tests
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
cmdutils.c
cmdutils.h
common.mak
configure Organize header files and system functions checks 2007-09-24 15:52:06 +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 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.