Go to file
Vitor Sessak 52b541ad79 spelling
Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-01 22:21:04 +00:00
doc
libavcodec spelling 2007-12-01 22:21:04 +00:00
libavdevice spelling 2007-12-01 22:21:04 +00:00
libavformat spelling 2007-12-01 22:21:04 +00:00
libavutil Add missing #includes to fix 'make checkheaders'. 2007-11-24 10:08:02 +00:00
libpostproc spelling 2007-12-01 22:21:04 +00:00
libswscale Comment some #endif directives. 2007-11-30 13:21:20 +00:00
tests
tools
vhook spelling 2007-12-01 22:21:04 +00:00
Changelog spelling 2007-11-23 00:47:39 +00:00
cmdutils.c
cmdutils.h Add missing #includes to fix 'make checkheaders'. 2007-11-24 10:08:02 +00:00
common.mak
configure Fix out of tree builds after introduction of libavdevice. 2007-11-23 12:02:41 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffinstall.nsi
ffmpeg.c stupid code (casting of void*) found by checktree.sh 2007-12-01 00:19:44 +00:00
ffplay.c Introduce libavdevice 2007-11-22 16:10:02 +00:00
ffserver.c stupid code (casting of void*) found by checktree.sh 2007-12-01 00:19:44 +00:00
ffserver.h
INSTALL
MAINTAINERS
Makefile Introduce libavdevice 2007-11-22 16:10:02 +00:00
output_example.c Use dynamically allocated ByteIOContext in AVFormatContext 2007-11-21 07:41:00 +00:00
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.