Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-25mp4: Handle non-trivial ES Descriptors.Alex Converse
2011-05-12mov: Support edit list atom version 1.Yusuke Nakamura
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-04-15make containers pass palette change in AVPacketKostya Shishkov
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2010-11-23In ts demuxer, support aac flexmux using extradata in iods, issue #2346Baptiste Coudurier
Originally committed as revision 25806 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-06movdec: Split out ff_mov_read_stsdMartin Storsjö
Originally committed as revision 25359 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra
Patch by Francesco Lavra, francescolavra interfree it Originally committed as revision 23250 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-21mov: Read QuickTime chaptersDavid Conrad
Originally committed as revision 22928 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-31Always consider the mov language code as 4 bytes fixed size and change theReimar Döffinger
function declaration to reflect this. Originally committed as revision 21558 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-05remove no more needed MOVAtom.offset fieldBaptiste Coudurier
Originally committed as revision 21023 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-15Search relative path according to alias record when opening mov reference files.Baptiste Coudurier
Based on patch by Maksym Veremeyenko, verem at m1stereo dot tv Originally committed as revision 20539 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-16Make mov LPCM and AAC parsing functions publicPeter Ross
Originally committed as revision 19878 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-11Remove time_rate, we cannot compute exactly when fragments areBaptiste Coudurier
used and we cannot determine if fragments are present or not in streamed mode. Originally committed as revision 19148 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-13parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gopBaptiste Coudurier
Originally committed as revision 18813 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-13align and update doxygenBaptiste Coudurier
Originally committed as revision 18812 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-13Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.Baptiste Coudurier
We have now dts <= pts, note that for some B frames dts+1 == pts can happen if a crappy timebase is used instead of correct /1001. Originally committed as revision 18810 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-15allocate palette in codec directlyBaptiste Coudurier
Originally committed as revision 17976 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-10Move MOVContext and related structures from mov.c to isom.h. See "[PATCH]Ronald S. Bultje
move MOVContext from mov.c to isom.h" thread on ML. Originally committed as revision 17915 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-22'code' is used to index a table so make it unsignedAurelien Jacobs
this prevents using negative index and possibly crashing with broken files Originally committed as revision 16714 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-11remove _t in typedef for POSIX compatibilityBaptiste Coudurier
Originally committed as revision 16063 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-26Set correct codec type and id for text subtitles.Michael Niedermayer
fixes http://samples.mplayerhq.hu/mov/subtitles-embedded/subtitlemovie.mov closes issue341 Originally committed as revision 11624 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-17include all prerequisites in header filesMåns Rullgård
Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-26cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier
Originally committed as revision 8828 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-24cosmectics, mov -> mp4Baptiste Coudurier
Originally committed as revision 8497 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-03use common tables for mov muxer and demuxerBaptiste Coudurier
Originally committed as revision 8205 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-01move common code from mov.c and movenc.c to isom.cBaptiste Coudurier
Originally committed as revision 5882 to svn://svn.ffmpeg.org/ffmpeg/trunk