FFmpeg git repo
Go to file
Michael Niedermayer 4894578b58 const
Originally committed as revision 11775 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-01 15:54:04 +00:00
doc
libavcodec const 2008-02-01 15:54:04 +00:00
libavdevice
libavformat const 2008-02-01 15:17:43 +00:00
libavutil Do not cast const away. 2008-02-01 03:14:50 +00:00
libpostproc Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as well 2008-01-30 18:30:17 +00:00
libswscale
tests Fix b-libav.ul/al seek regression test. 2008-01-31 20:04:17 +00:00
tools
vhook
Changelog
cmdutils.c Do not print an (L)GPL license statement when nonfree parts have been compiled 2008-01-30 08:07:18 +00:00
cmdutils.h
common.mak
configure Warn about casts which remove const. 2008-02-01 01:31:49 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffinstall.nsi
ffmpeg.c Do not print quality when stream copy, 2008-02-01 13:08:04 +00:00
ffplay.c
ffserver.c
ffserver.h
INSTALL
MAINTAINERS
Makefile
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 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.