summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* libavformat/mov.c: use calculated dts offset when seeking in streamsJonas Licht2017-10-30
* lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.Sasi Inguva2017-10-28
* Merge commit '604fbb3132e88727e496c96c92cfe02748c25a1a'James Almer2017-10-26
|\
| * mov: Move code shared with CAF to a separate fileDiego Biurrun2017-04-03
| * spherical: Change types of bounding and pad to uint32_tVittorio Giovara2017-03-23
| * mov: Export bounds and padding from spherical metadataVittorio Giovara2017-03-07
| * mov: Validate cubemap layoutVittorio Giovara2017-03-07
* | mov: fix decode of fragments that overlap in timeJohn Stebbins2017-10-23
* | avformat/mov: Set start_pad correctly in mov_fix_index()Dale Curtis2017-10-21
* | Merge commit '0f8512c4a87b89b4694053d8ffda48066ee1da62'James Almer2017-10-17
|\|
| * mov: Validate spherical metadata versionVittorio Giovara2017-03-07
* | Merge commit '236577230051ad61ec67fa2d68e817d54232d2a0'James Almer2017-10-17
|\|
| * mov: Ignore old spherical metadata when newer version is presentVittorio Giovara2017-03-07
| * mov: Fix spherical metadata_source parsingAaron Colwell2017-03-07
* | 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