FFmpeg git repo
Go to file
Aurelien Jacobs 080b1c8238 better log message
Originally committed as revision 10790 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-18 22:11:53 +00:00
doc Add entry about pr not being present in standard MSYS install. 2007-10-17 17:45:34 +00:00
libavcodec small simplification 2007-10-18 21:03:10 +00:00
libavformat better log message 2007-10-18 22:11:53 +00:00
libavutil Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +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 Fix seek regression test for ac3 in rm after r10634 2007-10-01 19:49:50 +00:00
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog Nellymoser ASAO decoder 2007-10-15 16:26:02 +00:00
Doxyfile
INSTALL
MAINTAINERS Added myself as maintainer of the Nellymoser codec 2007-10-18 14:32:04 +00:00
Makefile
README
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 Simplify one variable setting. 2007-10-18 10:03:16 +00:00
ffinstall.nsi
ffmpeg.c Merge audio and video bitstream filter options handling. 2007-10-15 07:20:54 +00:00
ffplay.c
ffserver.c
ffserver.h Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +00:00
output_example.c
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 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.