FFmpeg git repo
Go to file
Andreas Öman 8862fb41e0 add support for reading duration from VBRI-tag in mp3 files
Originally committed as revision 10851 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-24 04:56:22 +00:00
doc Updated and rewritten Windows-related documentation. 2007-10-24 03:26:10 +00:00
libavcodec Clarify comment block and rewrite in better English. 2007-10-22 15:13:10 +00:00
libavformat add support for reading duration from VBRI-tag in mp3 files 2007-10-24 04:56:22 +00:00
libavutil Document ff_des_encdec 2007-10-20 14:45:07 +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
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog Beam Software SIFF demuxer and video decoder 2007-10-22 06:01:38 +00:00
Doxyfile
INSTALL
MAINTAINERS Beam Software SIFF demuxer and video decoder 2007-10-22 06:01:38 +00:00
Makefile Fix uninstall-vhook, SLIBSUF was being left out. 2007-10-22 18:09:10 +00:00
README
cmdutils.c
cmdutils.h Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +00:00
common.mak Simplify install-libs prerequisite generation. 2007-10-23 06:51:44 +00:00
configure Install MSVC import libraries without version numbering in the filename. 2007-10-19 19:06:32 +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 add support for git in version.sh (use short hash as version number) 2007-10-20 00:07:48 +00:00

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.