summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* lavf/mov: Allow reading very large files.Pablo Montilla2017-09-28
* Merge commit 'b446f0e98f85e2e931b476e52b319f1c49244660'James Almer2017-09-28
|\
| * mov: Do not try to parse multiple stsd for the same trackLuca Barbato2017-02-15
* | Merge commit '53ea595eec984e3109310e8bb7ff4b5786d91057'James Almer2017-09-27
|\|
| * mov: Rework stsc index validationVittorio Giovara2017-02-10
| * Use bitstream_init8() where appropriateDiego Biurrun2017-02-07
* | Merge commit '708e84cda1bdbffb92847f3d6ccf6fbeb26d9948'James Almer2017-09-26
|\|
| * mov: Avoid memcmp of uninitialised dataMark Thompson2017-01-30
| * mov: Convert to the new bitstream readerAlexandra Hájková2017-01-13
| * Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun2016-12-23
* | avformat/mov: Fix DoS in read_tfra()Michael Niedermayer2017-09-07
* | avformat/mov: prevent duplication of first fragment's ctts_dataDaniel Glöckner2017-09-01
* | avformat/mov: Bail when invalid sample data is present.Dale Curtis2017-09-01
* | 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