FFmpeg git repo
Go to file
Loren Merritt 09f20d3786 Fix a crash when multiple metadata packets are present.
Originally committed as revision 3965 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-20 23:21:50 +00:00
doc Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>) 2005-01-21 22:16:05 +00:00
libavcodec Fix a crash when multiple metadata packets are present. 2005-02-20 23:21:50 +00:00
libavformat quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie fragment support yet patch by (tjraivio cc.hut fi) 2005-02-16 23:14:38 +00:00
postproc Improved NV12/NV21 support. 2005-02-16 23:47:00 +00:00
tests checksum change due to (don't crash on null codec patch which changed the stored length of the compressor name, movenc.c 1.28->1.29) 2005-02-07 22:47:46 +00:00
vhook
.cvsignore
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
Makefile Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>) 2005-01-21 22:16:05 +00:00
README
berrno.h
cmdutils.c
cmdutils.h
configure Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>) 2005-01-21 22:16:05 +00:00
cws2fws.c
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c better error message patch by (Michel Bardiaux <mbardiaux peaktime be>) 2005-02-16 23:56:51 +00:00
ffplay.c dont kill the buffers while the decoder is using them 2005-02-07 22:06:01 +00:00
ffserver.c
ffserver.h
output_example.c
qt-faststart.c
xvmc_render.h

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  liba52 and libpostproc are licensed under the Lesser GNU General
  Public License. 

* liba52 and libpostproc are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.