summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* lavf/mov.c: Parse upto 2 keyframes after the edit list end in mov_fix_index.Sasi Inguva2017-11-111-11/+21
* Merge commit 'defe307fb22beca60a632e976ab97e5edd4aee25'James Almer2017-11-111-2/+5
|\
| * mov: move stsd finalization to an appropriate placeSean McGovern2017-07-311-2/+2
| * mov: Do not set stsd_count if mov_read_stsd() failsSean McGovern2017-07-311-8/+17
| * mov: log and return early on non-positive stsd entry countsSean McGovern2017-07-301-0/+5
* | lavf/mov.c: Refine edit list start seek, based on PTS computed from CTTS.Sasi Inguva2017-11-041-43/+86
* | libavformat/mov.c: use calculated dts offset when seeking in streamsJonas Licht2017-10-301-2/+4
* | lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.Sasi Inguva2017-10-281-1/+20
* | Merge commit '604fbb3132e88727e496c96c92cfe02748c25a1a'James Almer2017-10-261-36/+0
|\ \ | |/
| * mov: Move code shared with CAF to a separate fileDiego Biurrun2017-04-031-36/+0
| * spherical: Change types of bounding and pad to uint32_tVittorio Giovara2017-03-231-4/+3
| * mov: Export bounds and padding from spherical metadataVittorio Giovara2017-03-071-1/+26
| * mov: Validate cubemap layoutVittorio Giovara2017-03-071-1/+7
* | mov: fix decode of fragments that overlap in timeJohn Stebbins2017-10-231-216/+468
* | avformat/mov: Set start_pad correctly in mov_fix_index()Dale Curtis2017-10-211-1/+1
* | Merge commit '0f8512c4a87b89b4694053d8ffda48066ee1da62'James Almer2017-10-171-4/+22
|\ \ | |/
| * mov: Validate spherical metadata versionVittorio Giovara2017-03-071-4/+22
* | Merge commit '236577230051ad61ec67fa2d68e817d54232d2a0'James Almer2017-10-171-2/+3
|\ \ | |/
| * mov: Ignore old spherical metadata when newer version is presentVittorio Giovara2017-03-071-2/+3
| * mov: Fix spherical metadata_source parsingAaron Colwell2017-03-071-2/+2
* | lavf/mov: Allow reading very large files.Pablo Montilla2017-09-281-5/+1
* | Merge commit 'b446f0e98f85e2e931b476e52b319f1c49244660'James Almer2017-09-281-1/+3
|\ \ | |/
| * mov: Do not try to parse multiple stsd for the same trackLuca Barbato2017-02-151-0/+6
* | Merge commit '53ea595eec984e3109310e8bb7ff4b5786d91057'James Almer2017-09-271-3/+6
|\ \ | |/
| * mov: Rework stsc index validationVittorio Giovara2017-02-101-4/+4
| * Use bitstream_init8() where appropriateDiego Biurrun2017-02-071-1/+1
* | Merge commit '708e84cda1bdbffb92847f3d6ccf6fbeb26d9948'James Almer2017-09-261-2/+2
|\ \ | |/
| * mov: Avoid memcmp of uninitialised dataMark Thompson2017-01-301-2/+2
| * mov: Convert to the new bitstream readerAlexandra Hájková2017-01-131-4/+6
| * Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun2016-12-231-1/+1
* | avformat/mov: Fix DoS in read_tfra()Michael Niedermayer2017-09-071-0/+7
* | avformat/mov: prevent duplication of first fragment's ctts_dataDaniel Glöckner2017-09-011-0/+7
* | avformat/mov: Bail when invalid sample data is present.Dale Curtis2017-09-011-23/+10
* | avformat/mov: Fix trampling of ctts during seeks when sidx support is enabled.Dale Curtis2017-08-241-35/+57
* | avformat/mov: Fix signed integer overflows with total_sizeVitaly Buka2017-08-231-1/+1
* | libavformat/mov: Fix inserting frames before current_frame.Jacob Trimble2017-08-181-3/+9
* | avformat/mov: Fix memory leak when reading DDTS box.Nikolas Bowe2017-08-161-0/+3
* | avformat/mov: add support for reading VP Codec Configuration BoxJames Almer2017-06-111-0/+45
* | lavf/mov.c: offset index timestamps by the minimum pts to make first pts zeroSasi Inguva2017-06-091-17/+40
* | avformat/mov: add support for reading Content Light Level BoxJames Almer2017-05-271-0/+43
* | avformat/mov: add support for reading Mastering Display Metadata BoxJames Almer2017-05-271-0/+57
* | lavf/mov: make invalid m{d,v}hd time_scale default to 1 instead of erroring outMatthieu Bouron2017-05-201-4/+4
* | Merge commit '46191a2da16f751e53d93646ae1388d421d12bee'Clément Bœsch2017-04-291-1/+5
|\ \ | |/
| * mov: fix a possible invalid read in mov_read_mac_string()Anton Khirnov2016-12-191-1/+5
| * mov: Export spherical informationVittorio Giovara2016-12-071-0/+262
| * mov: Use av_stream_add_side_data() for displaymatrix side dataJames Almer2016-11-231-13/+5
| * mov: Fix identity matrix boolean logicVittorio Giovara2016-11-161-2/+2
| * mov: Read multiple stsd from DVVittorio Giovara2016-11-081-0/+2
| * hevc: Support extradata changes from multiple stsdVittorio Giovara2016-11-081-7/+5
| * mov: Evaluate the movie display matrixVittorio Giovara2016-11-011-14/+35
OpenPOWER on IntegriCloud