1
0
mirror of https://git.ffmpeg.org/ffmpeg.git synced 2025-03-01 10:11:01 +00:00
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
berrno.h
Changelog
cmdutils.c handle AVERROR_IO and AVERROR_NOMEM patch by (Kostya <cannonball bw-team com>) 2005-01-20 15:31:07 +00:00
cmdutils.h
configure Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>) 2005-01-21 22:16:05 +00:00
COPYING
CREDITS
cws2fws.c
cygwin_inttypes.h
Doxyfile
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
INSTALL
Makefile Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>) 2005-01-21 22:16:05 +00:00
output_example.c
qt-faststart.c
README
xvmc_render.h

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.