summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* mov: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05
* lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov2012-02-29
* mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles2012-02-22
* movdec: Don't parse all fragments if ignidx is setMartin Storsjö2012-02-22
* movdec: Restart parsing root-level atoms at the right spotMartin Storsjö2012-02-22
* movdec: Adjust keyframe flagging in fragmented filesMartin Storsjö2012-02-21
* 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: Avoid av_malloc(0) in stssAlex Converse2012-02-03
* movdec: Parse the dvc1 atomMartin Storsjö2012-02-02
* movdec: fix dts generation in fragmented filesJanne Grunau2012-02-02
* movdec: Ignore sample_degradation_priority bits when checking first_sample_flagsMartin Storsjö2012-01-31
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* movdec: Calculate an average bit rate for fragmented streams, tooMartin Storsjö2012-01-25
* mov: Remove dead stores for spherical coordinates for channel position.Alex Converse2012-01-18
* mov, mxfdec: Employ more meaningful return values.Daniel Huang2012-01-15
* mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions.Alex Converse2012-01-05
* mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse2011-12-21
* lavu: replace int/float punning functionsMans Rullgard2011-12-11
* mov: add support for reading and writing the 'chan' tagJustin Ruggles2011-12-09
* mov: Don't av_malloc(0).Alex Converse2011-12-05
* mov: Allow empty stts atom.Alex Converse2011-12-04
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* mov: Make format string match variable type.Alex Converse2011-11-26
* mov: Remove some redundant and obsolete comments.Alex Converse2011-11-22
* avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö2011-11-13
* movdec: Set frame_size for AMRCarl Eugen Hoyos2011-11-05
* mov: Avoid divide by zero in edit list dts handlingBenjamin Larsson2011-10-29
* mov: add support for hdvd and pgapmetadata atomsRaivo Hool2011-10-21
* mov: rename function _stik, some indentation cosmeticsRaivo Hool2011-10-21
* mov: rename function _int8 to remove ambiguity, some indentation cosmeticsRaivo Hool2011-10-21
* mov: parse the gnre atomRaivo Hool2011-10-21
* lavf: use avpriv_ prefix for some dv functions.Anton Khirnov2011-10-20
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-20
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* mov: add support for TV metadata atoms tves, tvsn and stikRaivo Hool2011-10-17
* mov: 10l: Terminate string with 0 not '0'Alex Converse2011-10-14
* mov: Prevent illegal writes when chapter titles are very short.Alex Converse2011-10-14
* mov: do not misreport empty sttsLuca Barbato2011-10-11
* mov: cosmetics, fix for and if spacingLuca Barbato2011-10-11
* mov: read album_artist atomRaivo Hool2011-10-11
* mov: fix disc/track numbers and totalsRaivo Hool2011-10-11
* Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov2011-09-21
* mp4: Handle non-trivial ES Descriptors.Alex Converse2011-08-25
* mov: add clcp type track as Subtitle stream.Thierry Foucu2011-07-21
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03