summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* mov: support random access point groupingYusuke Nakamura2012-09-191-0/+53
* mov: check for EOF in long lasting loopsLuca Barbato2012-09-181-16/+56
* mov: stsd entries must be at least 16 byteMichael Niedermayer2012-09-161-1/+4
* mov: detect EOF in mov_read_dref()Michael Niedermayer2012-09-161-0/+2
* mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset2012-09-071-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-59/+59
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-291-0/+2
* avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles2012-07-191-38/+1
* mov: use forward declaration of a function instead of a table.Ronald S. Bultje2012-07-041-74/+74
* mov: read itunes cover art.Anton Khirnov2012-07-021-0/+50
* mov: do not try to read total disc/track number if data atom is too short.Carl Eugen Hoyos2012-06-261-2/+3
* mov: make a length variable larger.Anton Khirnov2012-06-241-2/+2
* mov: fix operator precedence bugRonald S. Bultje2012-06-201-1/+1
* mov: Support muxing/demuxing iLBCMartin Storsjö2012-06-181-0/+1
* mov: set AVCodecContext.width/height for h264Mans Rullgard2012-06-091-3/+0
* mov: enable parsing for VC-1.Anton Khirnov2012-05-181-0/+3
* mov: make one comment slightly more specificDiego Biurrun2012-05-091-1/+1
* mov: Remove write-only variable in mov_read_chan().Diego Biurrun2012-05-071-2/+2
* Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun2012-05-061-2/+4
* mov: Parse EC3SpecificBox (dec3 atom).Yusuke Nakamura2012-04-271-0/+29
* mov: Treat keyframe indexes as 1-origin if starting at non-zero.Yusuke Nakamura2012-04-211-1/+1
* mov: Take stps entries into consideration also about key_off.Yusuke Nakamura2012-04-211-1/+1
* mov: free memory on header parsing failureDale Curtis2012-04-141-33/+35
* mov: fix leaking memory with multiple drefs.Dale Curtis2012-04-141-0/+1
* mov: Fix detecting there is no sync sample.Yusuke Nakamura2012-04-131-1/+4
* mov: don't overwrite existing indexes.Ronald S. Bultje2012-03-291-8/+11
* mov: Do not read past the end of the ctts_data table.Alex Converse2012-03-221-1/+1
* mov: Allow last chunk to have an arbitrary number of samples.Carl Eugen Hoyos2012-03-061-1/+2
* mov: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-051-13/+0
* lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov2012-02-291-3/+4
* mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles2012-02-221-0/+5
* movdec: Don't parse all fragments if ignidx is setMartin Storsjö2012-02-221-2/+3
* movdec: Restart parsing root-level atoms at the right spotMartin Storsjö2012-02-221-3/+9
* movdec: Adjust keyframe flagging in fragmented filesMartin Storsjö2012-02-211-4/+9
* mov: Use defines for sample flags in fragmentsMartin Storsjö2012-02-181-1/+1
* mov: Use defines for trun flagsMartin Storsjö2012-02-181-7/+8
* mov: Use defines for tfhd flagsMartin Storsjö2012-02-181-8/+10
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-151-3/+3
* movdec: Avoid av_malloc(0) in stssAlex Converse2012-02-031-0/+2
* movdec: Parse the dvc1 atomMartin Storsjö2012-02-021-0/+27
* movdec: fix dts generation in fragmented filesJanne Grunau2012-02-021-2/+3
* movdec: Ignore sample_degradation_priority bits when checking first_sample_flagsMartin Storsjö2012-01-311-1/+1
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* movdec: Calculate an average bit rate for fragmented streams, tooMartin Storsjö2012-01-251-1/+14
* mov: Remove dead stores for spherical coordinates for channel position.Alex Converse2012-01-181-4/+3
* mov, mxfdec: Employ more meaningful return values.Daniel Huang2012-01-151-44/+49
* mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions.Alex Converse2012-01-051-7/+15
* mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse2011-12-211-1/+44
* lavu: replace int/float punning functionsMans Rullgard2011-12-111-2/+2
OpenPOWER on IntegriCloud