summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
...
* mov: parse XMP metadata on demandVittorio Giovara2014-12-08
* mov: parse @PRM and @PRQ metadata tagsVittorio Giovara2014-12-08
* mov: cosmetics: reorder the list of tagsVittorio Giovara2014-12-08
* mov: skip version and flags attributes in mov_read_chan()Matthieu Bouron2014-12-05
* mov: allocate the tag value dynamicallyThilo Borgmann2014-12-02
* mov: Add an option for exporting all metadataVittorio Giovara2014-12-02
* mov: do not truncate the language-prefixed tagVittorio Giovara2014-12-02
* mov: check ff_get_wav_header() return valueVittorio Giovara2014-11-18
* Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö2014-10-26
* lavf: Check the return value of strftimeMartin Storsjö2014-10-26
* mov: fix assigment checkVittorio Giovara2014-10-24
* mov: Correctly check the color transfer characteristics rangeVittorio Giovara2014-10-15
* mov: Handle tfdt atomsMartin Storsjö2014-10-14
* mov: support the Color Parameter Atoms 'colr'Vittorio Giovara2014-10-08
* mov: Drop unused parameter from ff_mov_read_esds()Diego Biurrun2014-08-19
* mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever metada...Andrew Stone2014-08-13
* 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