summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
...
* mov: Seek back if overreading an individual atomMartin Storsjö2013-07-15
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* Move misplaced file author information where it belongsDiego Biurrun2013-04-11
* avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-11
* mov: use the format context for logging.Anton Khirnov2013-02-23
* mov: handle h263 and flv1 for codec_tag 'H','2','6','3'Janne Grunau2012-12-19
* mov: validate number of DataReferenceBox entries against box sizeJanne Grunau2012-12-07
* mov: compute avg_frame_rate only if duration is knownJanne Grunau2012-12-07
* lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles2012-11-28
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* mov: support random access point groupingYusuke Nakamura2012-09-19
* mov: check for EOF in long lasting loopsLuca Barbato2012-09-18
* mov: stsd entries must be at least 16 byteMichael Niedermayer2012-09-16
* mov: detect EOF in mov_read_dref()Michael Niedermayer2012-09-16
* mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset2012-09-07
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-29
* avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles2012-07-19
* mov: use forward declaration of a function instead of a table.Ronald S. Bultje2012-07-04
* mov: read itunes cover art.Anton Khirnov2012-07-02
* mov: do not try to read total disc/track number if data atom is too short.Carl Eugen Hoyos2012-06-26
* mov: make a length variable larger.Anton Khirnov2012-06-24
* 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