aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mov: add support for reading and writing the 'chan' tagJustin Ruggles2011-12-091-0/+47
* mov: Don't av_malloc(0).Alex Converse2011-12-051-0/+10
* mov: Allow empty stts atom.Alex Converse2011-12-041-1/+3
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* mov: Make format string match variable type.Alex Converse2011-11-261-2/+2
* mov: Remove some redundant and obsolete comments.Alex Converse2011-11-221-21/+0
* avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö2011-11-131-3/+4
* movdec: Set frame_size for AMRCarl Eugen Hoyos2011-11-051-6/+8
* mov: Avoid divide by zero in edit list dts handlingBenjamin Larsson2011-10-291-1/+1
* mov: add support for hdvd and pgapmetadata atomsRaivo Hool2011-10-211-0/+4
* mov: rename function _stik, some indentation cosmeticsRaivo Hool2011-10-211-7/+7
* mov: rename function _int8 to remove ambiguity, some indentation cosmeticsRaivo Hool2011-10-211-12/+12
* mov: parse the gnre atomRaivo Hool2011-10-211-0/+20
* lavf: use avpriv_ prefix for some dv functions.Anton Khirnov2011-10-201-3/+3
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-201-2/+2
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-1/+2
* mov: add support for TV metadata atoms tves, tvsn and stikRaivo Hool2011-10-171-0/+33
* mov: 10l: Terminate string with 0 not '0'Alex Converse2011-10-141-1/+1
* mov: Prevent illegal writes when chapter titles are very short.Alex Converse2011-10-141-8/+15
* mov: do not misreport empty sttsLuca Barbato2011-10-111-2/+2
* mov: cosmetics, fix for and if spacingLuca Barbato2011-10-111-46/+50
* mov: read album_artist atomRaivo Hool2011-10-111-0/+1
* mov: fix disc/track numbers and totalsRaivo Hool2011-10-111-8/+15
* Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov2011-09-211-2/+0
* mp4: Handle non-trivial ES Descriptors.Alex Converse2011-08-251-2/+1
* mov: add clcp type track as Subtitle stream.Thierry Foucu2011-07-211-1/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+8
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1