summaryrefslogtreecommitdiff
path: root/libavformat/isom.h
Commit message (Expand)AuthorAgeFilesLines
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-7/+7
* mov: support random access point groupingYusuke Nakamura2012-09-191-0/+7
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* mov: Fix detecting there is no sync sample.Yusuke Nakamura2012-04-131-0/+1
* movdec: Restart parsing root-level atoms at the right spotMartin Storsjö2012-02-221-0/+1
* mov: Use defines for sample flags in fragmentsMartin Storsjö2012-02-181-0/+10
* mov: Use defines for trun flagsMartin Storsjö2012-02-181-0/+7
* mov: Use defines for tfhd flagsMartin Storsjö2012-02-181-0/+7
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-151-2/+2
* movdec: fix dts generation in fragmented filesJanne Grunau2012-02-021-0/+1
* movdec: Calculate an average bit rate for fragmented streams, tooMartin Storsjö2012-01-251-0/+1
* mpegts: MP4 SL supportAlex Converse2011-10-281-0/+1
* mpegts: MP4 OD supportAlex Converse2011-10-281-0/+1
* mp4: Handle non-trivial ES Descriptors.Alex Converse2011-08-251-0/+1
* mov: Support edit list atom version 1.Yusuke Nakamura2011-05-121-1/+1
* make containers pass palette change in AVPacketKostya Shishkov2011-04-151-0/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-6/+6
* In ts demuxer, support aac flexmux using extradata in iods, issue #2346Baptiste Coudurier2010-11-231-0/+8
* movdec: Split out ff_mov_read_stsdMartin Storsjö2010-10-051-0/+2
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-221-1/+1
* mov: Read QuickTime chaptersDavid Conrad2010-04-211-0/+1
* Always consider the mov language code as 4 bytes fixed size and change theReimar Döffinger2010-01-301-2/+2
* remove no more needed MOVAtom.offset fieldBaptiste Coudurier2010-01-041-1/+0
* Search relative path according to alias record when opening mov reference files.Baptiste Coudurier2009-11-151-0/+4
* Make mov LPCM and AAC parsing functions publicPeter Ross2009-09-161-0/+4
* Remove time_rate, we cannot compute exactly when fragments areBaptiste Coudurier2009-06-111-1/+0
* parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gopBaptiste Coudurier2009-05-131-0/+2
* align and update doxygenBaptiste Coudurier2009-05-131-12/+12
* Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.Baptiste Coudurier2009-05-131-1/+2
* allocate palette in codec directlyBaptiste Coudurier2009-03-151-1/+0
* Move MOVContext and related structures from mov.c to isom.h. See "[PATCH]Ronald S. Bultje2009-03-091-0/+96
* 'code' is used to index a table so make it unsignedAurelien Jacobs2009-01-211-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* remove _t in typedef for POSIX compatibilityBaptiste Coudurier2008-12-111-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Set correct codec type and id for text subtitles.Michael Niedermayer2008-01-261-0/+1
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+2
* cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier2007-04-261-2/+2
* cosmectics, mov -> mp4Baptiste Coudurier2007-03-241-1/+1
* use common tables for mov muxer and demuxerBaptiste Coudurier2007-03-031-0/+2
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+21
* move common code from mov.c and movenc.c to isom.cBaptiste Coudurier2006-08-011-0/+15