FFmpeg git repo
Go to file
Michael Niedermayer bb6c34e55b Fix round to even for aspect ratio correction.
Originally committed as revision 15173 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-03 11:16:29 +00:00
doc fix sorting of audio codecs 2008-09-01 13:32:30 +00:00
libavcodec gain codebook (first stage), 8k mode for G.729 2008-09-03 04:45:01 +00:00
libavdevice
libavfilter
libavformat Remove unused code that used to handle protocol concatenation, i.e. trying 2008-09-03 04:47:44 +00:00
libavutil
libpostproc Implement postproc_version(). 2008-09-01 18:00:53 +00:00
libswscale
tests
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog Remaining parts of Nellymoser encoder 2008-09-01 11:19:26 +00:00
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
cmdutils.c Make show_banner()/show_version() print the libpostproc version 2008-09-01 18:02:46 +00:00
cmdutils.h
common.mak
configure add a separate line in Makefile for E-AC-3 decoder and only compile it when 2008-09-02 04:04:26 +00:00
ffmpeg.c
ffplay.c Fix round to even for aspect ratio correction. 2008-09-03 11:16:29 +00:00
ffserver.c
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.