FFmpeg git repo
Go to file
Josh Coalson 0cb2774a4a Add decoding support for variable block size FLAC files using the latest FLAC
specification. Patch by Josh Coalson.

Originally committed as revision 10916 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-04 00:06:33 +00:00
doc Leverage MinGW's llrint() in Cygwin compilations. 2007-10-30 20:07:31 +00:00
libavcodec Add decoding support for variable block size FLAC files using the latest FLAC 2007-11-04 00:06:33 +00:00
libavformat add support for demuxing Electronic Arts .cdata files 2007-11-03 22:42:20 +00:00
libavutil Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it% 2007-11-02 19:48:13 +00:00
libpostproc Declare libpostproc prerequisites directly instead of using a layer of 2007-10-30 07:54:18 +00:00
libswscale Rename LIB to LIBNAME for consistency. 2007-10-18 09:35:02 +00:00
tests Seek regression for RM demuxer fix 2007-11-03 06:43:29 +00:00
tools remove warnings 2007-07-18 15:38:04 +00:00
vhook Remove duplication of imlib2 vhook documentation. 2007-08-07 02:43:50 +00:00
Changelog Beam Software SIFF demuxer and video decoder 2007-10-22 06:01:38 +00:00
cmdutils.c cmdutils.c uses FFMPEG_CONFIGURATION from config.h without directly including 2007-09-29 19:27:11 +00:00
cmdutils.h Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +00:00
common.mak Declare libpostproc prerequisites directly instead of using a layer of 2007-10-30 07:54:18 +00:00
configure Rename --disable-opts option to --disable-optimizations in order to be less 2007-10-24 19:19:02 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS add Dénes Balatoni to CREDITS 2007-08-31 07:30:27 +00:00
Doxyfile
ffinstall.nsi
ffmpeg.c check av_interleaved_write_frame() return 2007-11-01 01:59:22 +00:00
ffplay.c Remove the inclusion of rtsp.h and rtp.h from avformat.h, and 2007-10-29 09:15:35 +00:00
ffserver.c Remove the inclusion of rtsp.h and rtp.h from avformat.h, and 2007-10-29 09:15:35 +00:00
ffserver.h Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +00:00
INSTALL
MAINTAINERS Beam Software SIFF demuxer and video decoder 2007-10-22 06:01:38 +00:00
Makefile Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command. 2007-10-31 11:38:08 +00:00
output_example.c
README cosmetics: Remove useless empty line. 2007-09-09 09:37:43 +00:00
version.sh add support for git in version.sh (use short hash as version number) 2007-10-20 00:07:48 +00:00

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.