summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* lavf: more correct printf format specifiersDiego Biurrun2014-03-11
* movdec: handle 0x7fff langcode as macintosh per the specsBaptiste Coudurier2014-03-09
* mov: do not set avg_frame_rate in the demuxerJustin Ruggles2014-01-20
* mov: Free an earlier allocated array if allocating a new oneMartin Storsjö2014-01-15
* mov: Free intermediate arrays in the normal cleanup functionMartin Storsjö2014-01-15
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* lavf: improve support for AVC-Intra files.Reimar Döffinger2013-11-14
* mov: Support HEVC demuxingYusuke Nakamura2013-10-31
* mov: Don't allocate arrays with av_malloc that will be reallocedMartin Storsjö2013-10-05
* mov: Make sure the read sample count is nonnegativeMartin Storsjö2013-09-29
* lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-26
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* mov: Don't use a negative duration for setting other fieldsMartin Storsjö2013-09-17
* avformat: Use av_reallocp_array() where suitableAlexandra Khirnova2013-09-10
* mov: Parse tmcd extradataLuca Barbato2013-08-25
* mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsdLuca Barbato2013-08-24
* mov: Refactor codec specific final steps in mov_finalize_stsd_codecLuca Barbato2013-08-24
* mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitleLuca Barbato2013-08-24
* mov: Refactor audio specific parsing in mov_parse_stsd_audioLuca Barbato2013-08-24
* mov: Refactor video specific parsing in mov_parse_stsd_videoLuca Barbato2013-08-24
* mov: Refactor codec id selection in mov_codec_idLuca Barbato2013-08-24
* mov: use tkhd enabled flag to set the default trackJohn Stebbins2013-08-23
* mov: Do not allow updating the time scale after it has been setMartin Storsjö2013-07-15
* 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