summaryrefslogtreecommitdiff
path: root/libavformat/isom.h
Commit message (Expand)AuthorAge
* 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
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* move common code from mov.c and movenc.c to isom.cBaptiste Coudurier2006-08-01