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 (Expand)Author
2016-08-29mov: Remove ancient heuristic hackDerek Buitenhuis
2016-06-17mov: Implement support for multiple sample description tablesVittorio Giovara
2016-01-21mov: Add an option to toggle dref openingDerek Buitenhuis
2015-03-18mov: Add option to keep exact packet sequence after seekingDerek Buitenhuis
2014-12-08mov: parse XMP metadata on demandVittorio Giovara
2014-12-02mov: Add an option for exporting all metadataVittorio Giovara
2014-08-19mov: Drop unused parameter from ff_mov_read_esds()Diego Biurrun
2014-07-01mov: Support default-base-is-moof.Yusuke Nakamura
2014-05-19mov: store display matrix in a stream side dataVittorio Giovara
2013-11-14lavf: improve support for AVC-Intra files.Reimar Döffinger
2013-08-23mov: use tkhd enabled flag to set the default trackJohn Stebbins
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-09-19mov: support random access point groupingYusuke Nakamura
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-14mov: Fix detecting there is no sync sample.Yusuke Nakamura
2012-02-22movdec: Restart parsing root-level atoms at the right spotMartin Storsjö
2012-02-18mov: Use defines for sample flags in fragmentsMartin Storsjö
2012-02-18mov: Use defines for trun flagsMartin Storsjö
2012-02-18mov: Use defines for tfhd flagsMartin Storsjö
2012-02-16libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö
2012-02-02movdec: fix dts generation in fragmented filesJanne Grunau
2012-01-25movdec: Calculate an average bit rate for fragmented streams, tooMartin Storsjö
2011-10-29mpegts: MP4 SL supportAlex Converse
2011-10-29mpegts: MP4 OD supportAlex Converse
2011-08-25mp4: Handle non-trivial ES Descriptors.Alex Converse
2011-05-12mov: Support edit list atom version 1.Yusuke Nakamura
2011-04-15make containers pass palette change in AVPacketKostya Shishkov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2010-11-23In ts demuxer, support aac flexmux using extradata in iods, issue #2346Baptiste Coudurier
2010-10-06movdec: Split out ff_mov_read_stsdMartin Storsjö
2010-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra
2010-04-21mov: Read QuickTime chaptersDavid Conrad
2010-01-31Always consider the mov language code as 4 bytes fixed size and change theReimar Döffinger
2010-01-05remove no more needed MOVAtom.offset fieldBaptiste Coudurier
2009-11-15Search relative path according to alias record when opening mov reference files.Baptiste Coudurier
2009-09-16Make mov LPCM and AAC parsing functions publicPeter Ross
2009-06-11Remove time_rate, we cannot compute exactly when fragments areBaptiste Coudurier
2009-05-13parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gopBaptiste Coudurier
2009-05-13align and update doxygenBaptiste Coudurier
2009-05-13Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.Baptiste Coudurier
2009-03-15allocate palette in codec directlyBaptiste Coudurier
2009-03-10Move MOVContext and related structures from mov.c to isom.h. See "[PATCH]Ronald S. Bultje
2009-01-22'code' is used to index a table so make it unsignedAurelien Jacobs
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-11remove _t in typedef for POSIX compatibilityBaptiste Coudurier
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-01-26Set correct codec type and id for text subtitles.Michael Niedermayer
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-04-26cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier