FFmpeg git repo
Go to file
Michael Niedermayer 65f526835f I think we are also compliant to iso2.
Originally committed as revision 13765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-13 13:52:53 +00:00
doc
libavcodec Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software 2008-06-13 09:30:42 +00:00
libavdevice
libavfilter
libavformat I think we are also compliant to iso2. 2008-06-13 13:52:53 +00:00
libavutil
libpostproc
libswscale OBJS should end in .o, not .c. 2008-06-08 14:44:38 +00:00
tests I think we are also compliant to iso2. 2008-06-13 13:52:53 +00:00
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog We have an Oma demuxer now 2008-06-11 20:11:04 +00:00
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
cmdutils.c
cmdutils.h
common.mak
configure Fix typo in the names of variables assigned to OS-specific path variables. 2008-06-08 21:34:19 +00:00
ffmpeg.c Make ffmpeg.c use print_error() when it can't read an ffserver stream. 2008-06-12 22:30:01 +00:00
ffplay.c Change opt_sync function behavior to print an error message. 2008-06-12 11:33:53 +00:00
ffserver.c add AVOption support in ffserver configuration file 2008-06-09 00:25:33 +00:00
ffserver.h
output_example.c
subdir.mak
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 file libavcodec/i386/idct_mmx.c is distributed under the GNU General
  Public License. It is strictly an optimization and its use is optional.

* The file libavdevice/x11grab.c is distributed under the GNU General
  Public License. X11 grabbing 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.