FFmpeg git repo
Go to file
Sigbjørn Skjæret 9ad5675f25 Add a couple of missing consts.
patch by Sigbjørn Skjæret, cisc broadpark no

Originally committed as revision 11528 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-14 22:10:19 +00:00
doc Nitpicks patch by Lars Täuber. 2008-01-11 19:45:09 +00:00
libavcodec Add a couple of missing consts. 2008-01-14 22:10:19 +00:00
libavdevice Link to libraries in dependency order. 2008-01-12 11:17:37 +00:00
libavformat Suppress runaway index on streamed input 2008-01-14 16:11:08 +00:00
libavutil Add a couple of missing consts. 2008-01-14 22:10:19 +00:00
libpostproc Build both static and shared libs from the same object. 2008-01-14 14:42:29 +00:00
libswscale
tests
tools Add LGPL license header. 2008-01-10 10:26:57 +00:00
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
cmdutils.c
cmdutils.h
common.mak
configure refer users to ffmpeg-user list in case of errors 2008-01-12 12:34:55 +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.