FFmpeg git repo
Go to file
Diego Biurrun 4514a1d544 Fix illegal identifiers, names starting with _ and uppercase are reserved.
Originally committed as revision 11476 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-08 23:07:55 +00:00
doc
libavcodec
libavdevice
libavformat url_write is part of the public API so it may not be under ifdef. 2008-01-08 22:07:59 +00:00
libavutil Allow compilation of test programs when TEST is defined. 2008-01-08 22:54:49 +00:00
libpostproc
libswscale
tests
tools Remove unused variable i. 2008-01-08 22:57:03 +00:00
vhook Fix illegal identifiers, names starting with _ and uppercase are reserved. 2008-01-08 23:07:55 +00:00
Changelog
cmdutils.c
cmdutils.h
common.mak
configure
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
INSTALL
MAINTAINERS
Makefile Add compilation rule for tools/trasher. 2008-01-08 23:02:39 +00:00
output_example.c
README
version.sh

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.