summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* avformat/mov: Fix integer overflows related to sample_durationMichael Niedermayer2018-03-12
* lavf/mov.c: Use the correct offset to shift timestamp when seeking.Sasi Inguva2018-03-10
* avformat/mov: print the projection type when reporting it as unsupportedJames Almer2018-03-09
* ffmpeg: Fix stts_data memory allocationXiaohan Wang2018-03-09
* avformat/mov: Fix integer overflow in mov_get_stsc_samples()Michael Niedermayer2018-03-07
* avformat/mov: Initialize a potential gap in ctts_data in mov_build_indexMatt Wolenetz2018-03-05
* avformat/mov: Add manu/modl to mov_read_udta_string.Tianqiang Liu2018-03-03
* ffmpeg: Fix memset size on ctts_data in mov_read_trun() (round 2)Xiaohan Wang2018-03-01
* avformat/mov: Fix ctts_index calculationXiaohan Wang2018-02-10
* avformat/mov: add VP8 codec supportJames Almer2018-02-06
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-28
* lavf/mov: Use av_fast_realloc() in mov_read_stts().Carl Eugen Hoyos2018-01-01
* avformat/mov: simplify parsing of mdcv atom using av_make_q()James Almer2017-12-21
* lavf/mov.c: Guess video codec delay based on PTS while parsing MOV header.Sasi Inguva2017-12-20
* avformat/mov: Fix the the typoMichael Niedermayer2017-12-18
* lavf/mov: modify code indentationtiejun.peng2017-12-09
* lavf/mov: add some useful warning log of eoftiejun.peng2017-12-09
* lavf/mov: Fix missing newline.Carl Eugen Hoyos2017-12-04
* lavf/mov: fix huge alloc in mov_read_cttsJohn Stebbins2017-12-01
* avformat/mov: return correct value in mov_read_cmovPan Bian2017-11-28
* avformat/mov: set correct error code in mov_read_customPan Bian2017-11-28
* mov: Support mdcv and clli boxes for mastering display an color light levelVittorio Giovara2017-11-28
* libavformat/mov: Replace duplicate stream_nb check by assertMichael Niedermayer2017-11-27
* lavf/mov: fix crash in mov_read_sidxJohn Stebbins2017-11-25
* lavf/mov: Read aspect ratio from AVID jpeg2000 mov files.Carl Eugen Hoyos2017-11-23
* avformat/mov: Increment stsd_count while processing stsd data; avoids leaks.Dale Curtis2017-11-22
* avformat/mov: Propagate errors in mov_switch_root.Jacob Trimble2017-11-21
* lavf/mov: Do not mix variable declaration and code.Carl Eugen Hoyos2017-11-20
* lavf/mov: don't read outside frag_index boundsJohn Stebbins2017-11-18
* Fix leak of frame_duration_buffer in mov_fix_index().Dale Curtis2017-11-18
* avformat/mov: Check size of STSC allocationFredrik Hubinette2017-11-16
* lavf/mov.c: Don't correct edit list start to zero, when we can't find a frame...Sasi Inguva2017-11-14
* lavf/mov.c: Parse upto 2 keyframes after the edit list end in mov_fix_index.Sasi Inguva2017-11-11
* Merge commit 'defe307fb22beca60a632e976ab97e5edd4aee25'James Almer2017-11-11
|\
| * mov: move stsd finalization to an appropriate placeSean McGovern2017-07-31
| * mov: Do not set stsd_count if mov_read_stsd() failsSean McGovern2017-07-31
| * mov: log and return early on non-positive stsd entry countsSean McGovern2017-07-30
* | lavf/mov.c: Refine edit list start seek, based on PTS computed from CTTS.Sasi Inguva2017-11-04
* | 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
|\|