FFmpeg git repo
Go to file
Vitor Sessak 37e77035f2 Simplify ra144_decode_frame()
Originally committed as revision 13194 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-17 14:38:12 +00:00
doc
libavcodec Simplify ra144_decode_frame() 2008-05-17 14:38:12 +00:00
libavdevice Replace some occurrences of -1 with PIX_FMT_NONE. 2008-05-11 22:28:43 +00:00
libavfilter
libavformat matroskadec: add support for bzlib compressed tracks 2008-05-15 23:12:41 +00:00
libavutil
libpostproc
libswscale
tests
tools
vhook
Changelog
cmdutils.c
cmdutils.h
common.mak
configure Store license value in a variable for later use. 2008-05-16 16:12:55 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffmpeg.c Make 'ffmpeg -formats' print codec long names. 2008-05-13 15:36:10 +00:00
ffplay.c
ffserver.c cosmetics: Make 'ffserver -h' output consistent with other ff* tools. 2008-05-16 13:22:14 +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.