summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* avformat/mov: Fix trampling of ctts during seeks when sidx support is enabled.Dale Curtis2017-08-24
* avformat/mov: Fix signed integer overflows with total_sizeVitaly Buka2017-08-23
* libavformat/mov: Fix inserting frames before current_frame.Jacob Trimble2017-08-18
* avformat/mov: Fix memory leak when reading DDTS box.Nikolas Bowe2017-08-16
* avformat/mov: add support for reading VP Codec Configuration BoxJames Almer2017-06-11
* lavf/mov.c: offset index timestamps by the minimum pts to make first pts zeroSasi Inguva2017-06-09
* avformat/mov: add support for reading Content Light Level BoxJames Almer2017-05-27
* avformat/mov: add support for reading Mastering Display Metadata BoxJames Almer2017-05-27
* lavf/mov: make invalid m{d,v}hd time_scale default to 1 instead of erroring outMatthieu Bouron2017-05-20
* Merge commit '46191a2da16f751e53d93646ae1388d421d12bee'Clément Bœsch2017-04-29
|\
| * mov: fix a possible invalid read in mov_read_mac_string()Anton Khirnov2016-12-19
| * mov: Export spherical informationVittorio Giovara2016-12-07
| * mov: Use av_stream_add_side_data() for displaymatrix side dataJames Almer2016-11-23
| * mov: Fix identity matrix boolean logicVittorio Giovara2016-11-16
| * mov: Read multiple stsd from DVVittorio Giovara2016-11-08
| * hevc: Support extradata changes from multiple stsdVittorio Giovara2016-11-08
| * mov: Evaluate the movie display matrixVittorio Giovara2016-11-01
| * Use ISO C printf conversion specifiers where appropriateDiego Biurrun2016-10-28
* | lavf/mov: Only copy extradata if it exists.Carl Eugen Hoyos2017-04-19
* | avformat/mo: Add experimental demuxing support for Opus in ISO BMFF (MP4).Matthew Gregan2017-04-11
* | libavformat/mov: Fix memory leak, need to free the chapter tracks arrayThierry Foucu2017-04-06
* | avformat/mov: Check creation_time for overflowMichael Niedermayer2017-04-04
* | lavf/mov.c: Add -advanced_editlist option for mov format.Sasi Inguva2017-03-31
* | avformat/mov: Init ref_sc / ref_st to NULLMichael Niedermayer2017-03-30
* | Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* | lavf: use av_fourcc2str() where appropriateClément Bœsch2017-03-29
* | avformat, ffmpeg: deprecate old rotation APIwm42017-03-27
* | avformat/mov: stop using deprecated codec flagsJames Almer2017-03-25
* | Merge commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50'Clément Bœsch2017-03-24
|\|
| * Adjust printf conversion specifiers to match variable signednessDiego Biurrun2016-10-28
* | Merge commit 'ca1e5eea0c7b72a6e30aa6488cfeced3a4853521'Clément Bœsch2017-03-24
|\|
| * Remove some pointless TRACE level debug codeDiego Biurrun2016-10-27
* | Merge commit '4b07ebf1eb13561492f7e3c30a67f34415016b3e'Clément Bœsch2017-03-24
|\|
| * mov: Update colr valuesVittorio Giovara2016-10-21
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-21
|\|
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-30
| * mov: Remove old b-frame/video delay heuristicDerek Buitenhuis2016-08-29
| * mov: Remove ancient heuristic hackDerek Buitenhuis2016-08-29
| * mov: Validate the ID numberLuca Barbato2016-07-29
| * mov: Rework the check for invalid indexes in stscVittorio Giovara2016-07-20
* | mov: Drop extra format specifier in error messageVittorio Giovara2017-03-17
* | spherical: Change types of bounding and pad to uint32_tVittorio Giovara2017-03-17
* | mov: Fix checking layout and loading padding for cubemapsVittorio Giovara2017-03-07
* | mov: Export bounds and padding from spherical metadataVittorio Giovara2017-03-07
* | lavf/mov.c: Correct keyframe search in edit list to return the very first key...Sasi Inguva2017-02-20
* | lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}()Matt Wolenetz2017-02-10
* | lavf/mov.c: Avoid OOB in mov_read_udta_string()Matt Wolenetz2017-02-10
* | lavf/mov.c: Avoid heap allocation wrap in mov_read_uuidMatt Wolenetz2017-02-08
* | lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlrMatt Wolenetz2017-02-08
* | Merge commit '90bc423212396e96a02edc1118982ab7f7766a63'Clément Bœsch2017-02-01
|\|