summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* mov: fix operator precedence bugRonald S. Bultje2012-06-20
* mov: Support muxing/demuxing iLBCMartin Storsjö2012-06-18
* mov: set AVCodecContext.width/height for h264Mans Rullgard2012-06-09
* mov: enable parsing for VC-1.Anton Khirnov2012-05-18
* mov: make one comment slightly more specificDiego Biurrun2012-05-09
* mov: Remove write-only variable in mov_read_chan().Diego Biurrun2012-05-07
* Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun2012-05-06
* mov: Parse EC3SpecificBox (dec3 atom).Yusuke Nakamura2012-04-27
* mov: Treat keyframe indexes as 1-origin if starting at non-zero.Yusuke Nakamura2012-04-21
* mov: Take stps entries into consideration also about key_off.Yusuke Nakamura2012-04-21
* mov: free memory on header parsing failureDale Curtis2012-04-14
* mov: fix leaking memory with multiple drefs.Dale Curtis2012-04-14
* mov: Fix detecting there is no sync sample.Yusuke Nakamura2012-04-13
* mov: don't overwrite existing indexes.Ronald S. Bultje2012-03-29
* mov: Do not read past the end of the ctts_data table.Alex Converse2012-03-22
* mov: Allow last chunk to have an arbitrary number of samples.Carl Eugen Hoyos2012-03-06
* 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