summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* mov: free the dv demux context with avformat_free_context()Anton Khirnov2014-07-09
* mov: Remove a variable that is set but never usedMartin Storsjö2014-07-08
* mov: Support default-base-is-moof.Yusuke Nakamura2014-07-01
* mov: Export geotag metadata fieldsMartin Storsjö2014-06-06
* mov: store display matrix in a stream side dataVittorio Giovara2014-05-19
* mov: export stsd Compressorname in metadataAnton Khirnov2014-05-01
* mov: read hydrogenaudio replaygain informationAnton Khirnov2014-04-10
* lavf: add supported extension to avi and mov demuxersMarc-Antoine Arnaud2014-04-02
* More correct printf format specifiersDiego Biurrun2014-04-02
* mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions from tkhdMichael Niedermayer2014-03-31
* mov: fill in subtitle dimensions after parsing tkhdMichael Niedermayer2014-03-31
* 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