FFmpeg git repo
Go to file
Diego Biurrun a04e32407d Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.
Originally committed as revision 26220 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2008-03-11 09:01:38 +00:00
doc Ministry of English Composition edits 2008-03-11 05:04:16 +00:00
libavcodec make input buffer const, as it should be. fixes a warning. 2008-03-10 21:59:30 +00:00
libavdevice
libavfilter
libavformat add out of bound stream index checks 2008-03-10 21:23:06 +00:00
libavutil misc spelling fixes 2008-03-10 18:42:09 +00:00
libpostproc misc spelling fixes 2008-03-10 18:42:09 +00:00
libswscale Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings. 2008-03-11 09:01:38 +00:00
tests
tools
vhook
Changelog
cmdutils.c
cmdutils.h
common.mak Replace the awkward '1>' with the more natural '>'. 2008-03-10 20:12:27 +00:00
configure Clarify comment. 2008-03-10 22:59:05 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
INSTALL
MAINTAINERS
Makefile Remove windows installer. I'm not aware of anyone that uses it. 2008-03-10 21:15:47 +00:00
output_example.c
README
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.