FFmpeg git repo
Go to file
Stefano Sabatini b81d6235c0 Change opt_sync function behavior to print an error message.
Patch by Stefano Sabatini stefano sabatini-lala poste it

Originally committed as revision 13757 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-12 11:33:53 +00:00
doc
libavcodec remove useless wrapper func 2008-06-10 19:21:40 +00:00
libavdevice
libavfilter
libavformat simplify MODE_3G2 2008-06-12 03:08:41 +00:00
libavutil
libpostproc
libswscale
tests remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing scheme still fits 2008-06-09 19:56:45 +00:00
tools
vhook
Changelog We have an Oma demuxer now 2008-06-11 20:11:04 +00:00
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
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffmpeg.c Factorize options context setting. 2008-06-12 11:28:49 +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
INSTALL
MAINTAINERS
Makefile
output_example.c
README
subdir.mak
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 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.