FFmpeg git repo
Go to file
Stefano Sabatini d3de3ee2bd Document libavutil/mem.h:av_strdup.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

Originally committed as revision 10456 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09 13:23:34 +00:00
doc clarify 2007-09-09 11:58:57 +00:00
libavcodec unneeded and impossible during init ... 2007-09-09 12:46:25 +00:00
libavformat Do not set codec_tag when the container does not specify it. 2007-09-09 09:21:14 +00:00
libavutil Document libavutil/mem.h:av_strdup. 2007-09-09 13:23:34 +00:00
libpostproc
libswscale renaming ARCH_BFIN to HAVE_BFIN 2007-08-31 14:57:50 +00:00
tests store halfpel filter coefficients in the header as well as the 2007-09-08 14:51:13 +00:00
tools
vhook
Changelog mention slice-based parallel H.264 decoding in changelog 2007-09-05 22:22:34 +00:00
cmdutils.c
cmdutils.h
common.mak
configure Remove --disable-audio-oss option from configure. 2007-09-07 13:47:14 +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 Cosmetic, change "fvstats" to "vstats_file". 2007-09-06 20:11:02 +00:00
ffplay.c fix 1fps videos 2007-08-31 23:59:45 +00:00
ffserver.c
ffserver.h
INSTALL
MAINTAINERS Enable Matroska muxer 2007-09-05 00:38:42 +00:00
Makefile 10l: Actually add the .libs dependency to the seek_test binary, 2007-08-28 23:29:07 +00:00
output_example.c
README cosmetics: Remove useless empty line. 2007-09-09 09:37:43 +00:00
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.