summaryrefslogtreecommitdiff
path: root/libavformat/isom.h
Commit message (Expand)AuthorAge
* mov: Add an option to toggle dref openingDerek Buitenhuis2016-01-21
* mov: Add option to keep exact packet sequence after seekingDerek Buitenhuis2015-03-18
* mov: parse XMP metadata on demandVittorio Giovara2014-12-08
* mov: Add an option for exporting all metadataVittorio Giovara2014-12-02
* mov: Drop unused parameter from ff_mov_read_esds()Diego Biurrun2014-08-19
* mov: Support default-base-is-moof.Yusuke Nakamura2014-07-01
* mov: store display matrix in a stream side dataVittorio Giovara2014-05-19
* lavf: improve support for AVC-Intra files.Reimar Döffinger2013-11-14
* mov: use tkhd enabled flag to set the default trackJohn Stebbins2013-08-23
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* mov: support random access point groupingYusuke Nakamura2012-09-19
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* mov: Fix detecting there is no sync sample.Yusuke Nakamura2012-04-13
* movdec: Restart parsing root-level atoms at the right spotMartin Storsjö2012-02-22
* mov: Use defines for sample flags in fragmentsMartin Storsjö2012-02-18
* mov: Use defines for trun flagsMartin Storsjö2012-02-18
* mov: Use defines for tfhd flagsMartin Storsjö2012-02-18
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-15
* movdec: fix dts generation in fragmented filesJanne Grunau2012-02-02
* movdec: Calculate an average bit rate for fragmented streams, tooMartin Storsjö2012-01-25
* mpegts: MP4 SL supportAlex Converse2011-10-28
* mpegts: MP4 OD supportAlex Converse2011-10-28
* mp4: Handle non-trivial ES Descriptors.Alex Converse2011-08-25
* mov: Support edit list atom version 1.Yusuke Nakamura2011-05-12
* make containers pass palette change in AVPacketKostya Shishkov2011-04-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* In ts demuxer, support aac flexmux using extradata in iods, issue #2346Baptiste Coudurier2010-11-23
* movdec: Split out ff_mov_read_stsdMartin Storsjö2010-10-05
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-22
* mov: Read QuickTime chaptersDavid Conrad2010-04-21
* Always consider the mov language code as 4 bytes fixed size and change theReimar Döffinger2010-01-30
* remove no more needed MOVAtom.offset fieldBaptiste Coudurier2010-01-04
* Search relative path according to alias record when opening mov reference files.Baptiste Coudurier2009-11-15
* Make mov LPCM and AAC parsing functions publicPeter Ross2009-09-16
* Remove time_rate, we cannot compute exactly when fragments areBaptiste Coudurier2009-06-11
* parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gopBaptiste Coudurier2009-05-13
* align and update doxygenBaptiste Coudurier2009-05-13
* Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.Baptiste Coudurier2009-05-13
* allocate palette in codec directlyBaptiste Coudurier2009-03-15
* Move MOVContext and related structures from mov.c to isom.h. See "[PATCH]Ronald S. Bultje2009-03-09
* 'code' is used to index a table so make it unsignedAurelien Jacobs2009-01-21
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* remove _t in typedef for POSIX compatibilityBaptiste Coudurier2008-12-11
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Set correct codec type and id for text subtitles.Michael Niedermayer2008-01-26
* include all prerequisites in header filesMåns Rullgård2007-06-16
* cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier2007-04-26
* cosmectics, mov -> mp4Baptiste Coudurier2007-03-24
* use common tables for mov muxer and demuxerBaptiste Coudurier2007-03-03