1450 Commits (3c7a2a0b92e670a1dc70be3198ece2646f25d495)

Author SHA1 Message Date
Sasi Inguva 58a25aeb8e lavf/mov.c: Guess video codec delay based on PTS while parsing MOV header. 7 years ago
Michael Niedermayer 74f408cc8e avformat/mov: Fix the the typo 7 years ago
tiejun.peng 6bf5d69b2f lavf/mov: modify code indentation 7 years ago
tiejun.peng ab651587a7 lavf/mov: add some useful warning log of eof 7 years ago
Carl Eugen Hoyos 894f1c399b lavf/mov: Fix missing newline. 7 years ago
John Stebbins 2d015d3bf9 lavf/mov: fix huge alloc in mov_read_ctts 7 years ago
Pan Bian f63450c8e4 avformat/mov: return correct value in mov_read_cmov 7 years ago
Pan Bian 3f81259f33 avformat/mov: set correct error code in mov_read_custom 7 years ago
Vittorio Giovara 10db42f117 mov: Support mdcv and clli boxes for mastering display an color light level 7 years ago
Michael Niedermayer 883de7e8b4 libavformat/mov: Replace duplicate stream_nb check by assert 7 years ago
John Stebbins bdddcb7b03 lavf/mov: fix crash in mov_read_sidx 7 years ago
Carl Eugen Hoyos 8b62647a5f lavf/mov: Read aspect ratio from AVID jpeg2000 mov files. 7 years ago
Dale Curtis 6db511a783 avformat/mov: Increment stsd_count while processing stsd data; avoids leaks. 7 years ago
Jacob Trimble 2d9cf3bf16 avformat/mov: Propagate errors in mov_switch_root. 7 years ago
Carl Eugen Hoyos 0f75d77a16 lavf/mov: Do not mix variable declaration and code. 7 years ago
John Stebbins 20c38f2e70 lavf/mov: don't read outside frag_index bounds 7 years ago
Dale Curtis d073be2291 Fix leak of frame_duration_buffer in mov_fix_index(). 7 years ago
Fredrik Hubinette a6fdd75fe6 avformat/mov: Check size of STSC allocation 7 years ago
Sasi Inguva 54f8ac199f lavf/mov.c: Don't correct edit list start to zero, when we can't find a frame before edit list start. 7 years ago
Sasi Inguva bc50961731 lavf/mov.c: Parse upto 2 keyframes after the edit list end in mov_fix_index. 7 years ago
Sasi Inguva c2a8f0fcbe lavf/mov.c: Refine edit list start seek, based on PTS computed from CTTS. 7 years ago
Jonas Licht 59ad504696 libavformat/mov.c: use calculated dts offset when seeking in streams 7 years ago
Sasi Inguva 8013753113 lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count. 7 years ago
John Stebbins 4a9d32baca mov: fix decode of fragments that overlap in time 7 years ago
Dale Curtis a5fd8aa45b avformat/mov: Set start_pad correctly in mov_fix_index() 7 years ago
Pablo Montilla 1015982f45 lavf/mov: Allow reading very large files. 7 years ago
Michael Niedermayer 9cb4eb7728 avformat/mov: Fix DoS in read_tfra() 7 years ago
Daniel Glöckner feb1dbc7bd avformat/mov: prevent duplication of first fragment's ctts_data 7 years ago
Dale Curtis f1e47f8713 avformat/mov: Bail when invalid sample data is present. 7 years ago
Dale Curtis 37e8edc9f5 avformat/mov: Fix trampling of ctts during seeks when sidx support is enabled. 7 years ago
Vitaly Buka 4a404cb5b9 avformat/mov: Fix signed integer overflows with total_size 7 years ago
Jacob Trimble f4544163b2 libavformat/mov: Fix inserting frames before current_frame. 7 years ago
Nikolas Bowe 4b54d5a721 avformat/mov: Fix memory leak when reading DDTS box. 7 years ago
Sean McGovern defe307fb2 mov: move stsd finalization to an appropriate place 7 years ago
Sean McGovern 3050dabaa9 mov: Do not set stsd_count if mov_read_stsd() fails 7 years ago
Sean McGovern d7bdab1ad7 mov: log and return early on non-positive stsd entry counts 7 years ago
James Almer e3887c0a2c avformat/mov: add support for reading VP Codec Configuration Box 8 years ago
Sasi Inguva 93db5e3fc4 lavf/mov.c: offset index timestamps by the minimum pts to make first pts zero 8 years ago
James Almer 24133973fc avformat/mov: add support for reading Content Light Level Box 8 years ago
James Almer ab05bd6e6c avformat/mov: add support for reading Mastering Display Metadata Box 8 years ago
Matthieu Bouron ab61b79b1c lavf/mov: make invalid m{d,v}hd time_scale default to 1 instead of erroring out 8 years ago
Carl Eugen Hoyos c6aaf0840c lavf/mov: Only copy extradata if it exists. 8 years ago
Matthew Gregan 3041b5d03b avformat/mo: Add experimental demuxing support for Opus in ISO BMFF (MP4). 8 years ago
Thierry Foucu ac24a8202a libavformat/mov: Fix memory leak, need to free the chapter tracks array 8 years ago
Michael Niedermayer 39ee3ddff8 avformat/mov: Check creation_time for overflow 8 years ago
Diego Biurrun 604fbb3132 mov: Move code shared with CAF to a separate file 8 years ago
Sasi Inguva ef71dc7948 lavf/mov.c: Add -advanced_editlist option for mov format. 8 years ago
Michael Niedermayer 77a3c288bd avformat/mov: Init ref_sc / ref_st to NULL 8 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Clément Bœsch bec96a7286 lavf: use av_fourcc2str() where appropriate 8 years ago