summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* mov: do not set avg_frame_rate in the demuxerJustin Ruggles2014-01-201-4/+0
* mov: Free an earlier allocated array if allocating a new oneMartin Storsjö2014-01-151-0/+1
* mov: Free intermediate arrays in the normal cleanup functionMartin Storsjö2014-01-151-0/+8
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+1
* lavf: improve support for AVC-Intra files.Reimar Döffinger2013-11-141-0/+8
* mov: Support HEVC demuxingYusuke Nakamura2013-10-311-1/+4
* mov: Don't allocate arrays with av_malloc that will be reallocedMartin Storsjö2013-10-051-1/+1
* mov: Make sure the read sample count is nonnegativeMartin Storsjö2013-09-291-0/+4
* lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-261-1/+3
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-181-5/+4
* mov: Don't use a negative duration for setting other fieldsMartin Storsjö2013-09-171-2/+2
* avformat: Use av_reallocp_array() where suitableAlexandra Khirnova2013-09-101-18/+22
* mov: Parse tmcd extradataLuca Barbato2013-08-251-4/+22
* mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsdLuca Barbato2013-08-241-15/+26
* mov: Refactor codec specific final steps in mov_finalize_stsd_codecLuca Barbato2013-08-241-58/+65
* mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitleLuca Barbato2013-08-241-8/+17
* mov: Refactor audio specific parsing in mov_parse_stsd_audioLuca Barbato2013-08-241-78/+87
* mov: Refactor video specific parsing in mov_parse_stsd_videoLuca Barbato2013-08-241-107/+108
* mov: Refactor codec id selection in mov_codec_idLuca Barbato2013-08-241-20/+32
* mov: use tkhd enabled flag to set the default trackJohn Stebbins2013-08-231-7/+3
* mov: Do not allow updating the time scale after it has been setMartin Storsjö2013-07-151-0/+5
* mov: Seek back if overreading an individual atomMartin Storsjö2013-07-151-0/+6
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-1/+0
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-041-1/+1
* Move misplaced file author information where it belongsDiego Biurrun2013-04-111-5/+3
* avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-111-6/+0
* mov: use the format context for logging.Anton Khirnov2013-02-231-1/+1
* mov: handle h263 and flv1 for codec_tag 'H','2','6','3'Janne Grunau2012-12-191-0/+4
* mov: validate number of DataReferenceBox entries against box sizeJanne Grunau2012-12-071-1/+3
* mov: compute avg_frame_rate only if duration is knownJanne Grunau2012-12-071-2/+3
* lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles2012-11-281-27/+6
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* 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