FFmpeg git repo
Go to file
Justin Ruggles 396a6ee50e fix decoding of DolbyNet AC3
Originally committed as revision 10493 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-15 00:00:57 +00:00
doc spelling/wording/grammar 2007-09-13 14:17:09 +00:00
libavcodec fix decoding of DolbyNet AC3 2007-09-15 00:00:57 +00:00
libavformat Support fragmentation for AAC frames 2007-09-14 09:00:31 +00:00
libavutil
libpostproc
libswscale
tests
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog Monkey Audio decoder 2007-09-13 03:22:47 +00:00
Doxyfile
INSTALL
MAINTAINERS
Makefile Recurse into libswscale on uninstall. 2007-09-12 09:35:30 +00:00
README
cmdutils.c
cmdutils.h
common.mak
configure
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.