Go to file
Kostya Shishkov 63e6c1766c indentation after last commit
Originally committed as revision 10826 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-21 17:23:07 +00:00
doc The 'Video Filter API' is better known as 'libavfilter'. 2007-10-19 22:11:34 +00:00
libavcodec indentation after last commit 2007-10-21 17:23:07 +00:00
libavformat Make Matroska demuxer output full frames instead of slices for RealVideo 2007-10-21 17:21:20 +00:00
libavutil Document ff_des_encdec 2007-10-20 14:45:07 +00:00
libpostproc Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +00:00
libswscale Rename LIB to LIBNAME for consistency. 2007-10-18 09:35:02 +00:00
tests
tools
vhook
Changelog Nellymoser ASAO decoder 2007-10-15 16:26:02 +00:00
cmdutils.c
cmdutils.h Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +00:00
common.mak Rename LIB to LIBNAME for consistency. 2007-10-18 09:34:49 +00:00
configure Install MSVC import libraries without version numbering in the filename. 2007-10-19 19:06:32 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +00:00
INSTALL
MAINTAINERS Added myself as maintainer of the Nellymoser codec 2007-10-18 14:32:04 +00:00
Makefile
output_example.c
README
version.sh add support for git in version.sh (use short hash as version number) 2007-10-20 00:07:48 +00:00

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.