summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* lavf/mov: modify code indentationtiejun.peng2017-12-091-7/+7
* lavf/mov: add some useful warning log of eoftiejun.peng2017-12-091-10/+33
* lavf/mov: Fix missing newline.Carl Eugen Hoyos2017-12-041-1/+2
* lavf/mov: fix huge alloc in mov_read_cttsJohn Stebbins2017-12-011-4/+27
* avformat/mov: return correct value in mov_read_cmovPan Bian2017-11-281-0/+1
* avformat/mov: set correct error code in mov_read_customPan Bian2017-11-281-1/+3
* mov: Support mdcv and clli boxes for mastering display an color light levelVittorio Giovara2017-11-281-0/+71
* libavformat/mov: Replace duplicate stream_nb check by assertMichael Niedermayer2017-11-271-2/+1
* lavf/mov: fix crash in mov_read_sidxJohn Stebbins2017-11-251-1/+1
* lavf/mov: Read aspect ratio from AVID jpeg2000 mov files.Carl Eugen Hoyos2017-11-231-0/+1
* avformat/mov: Increment stsd_count while processing stsd data; avoids leaks.Dale Curtis2017-11-221-3/+4
* avformat/mov: Propagate errors in mov_switch_root.Jacob Trimble2017-11-211-2/+5
* lavf/mov: Do not mix variable declaration and code.Carl Eugen Hoyos2017-11-201-1/+2
* lavf/mov: don't read outside frag_index boundsJohn Stebbins2017-11-181-0/+4
* Fix leak of frame_duration_buffer in mov_fix_index().Dale Curtis2017-11-181-0/+1
* avformat/mov: Check size of STSC allocationFredrik Hubinette2017-11-161-0/+2
* lavf/mov.c: Don't correct edit list start to zero, when we can't find a frame...Sasi Inguva2017-11-141-3/+1
* 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
OpenPOWER on IntegriCloud