1628 Commits (01827beb70050f117a5cf6a800614b6402db7599)

Author SHA1 Message Date
Sasi Inguva 318d0fcbfe lavf/mov.c: Fix timestamps to be strictly monotonic for video also. 7 years ago
Jacob Trimble 9827bb88e7 libavformat/mov: Fix heap buffer overflow. 7 years ago
Michael Niedermayer fe84f70819 avformat/mov: replace a value error by clipping into valid range in mov_read_stsc() 7 years ago
Michael Niedermayer 2c2d689c56 avformat/mov: Only fail for STCO/STSC contradictions if both exist 7 years ago
Michael Niedermayer 56e76bd057 avformat/mov: Break out early if chunk_count is 0 in mov_build_index() 7 years ago
Derek Buitenhuis 28503c5aea mov: Properly abide by the track's media duration 7 years ago
Jacob Trimble e5ba5fab49 avformat/mov: Fix parsing of saio/siaz atoms in encrypted content. 7 years ago
Jacob Trimble baf9c0bd99 avformat/mov: Remove old encryption info methods. 7 years ago
Jacob Trimble 606c5c7f3a avformat/mov: Fix memory leak in encryption info. 7 years ago
Jacob Trimble f7221d8e67 avformat/mov: Increase support for common encryption. 7 years ago
Michael Niedermayer 0a8133119c avformat/mov: Fix extradata memleak 7 years ago
Jacob Trimble b08c132a9c avformat/mov: Fix parsing of tfdt when using sample descriptors. 7 years ago
Timo Teräs 8c980b1c92 avformat/mov: parse multiple iTunes cover images 7 years ago
Michael Niedermayer eb60b9d3aa avformat/mov: Move +1 in check to avoid hypothetical overflow in add_ctts_entry() 7 years ago
Michael Niedermayer 9e67447a4f avformat/mov: Check STSC and remove invalid entries 7 years ago
Michael Niedermayer 2f37082827 avformat/mov: Fix integer overflows related to sample_duration 7 years ago
Sasi Inguva 43205df645 lavf/mov.c: Use the correct offset to shift timestamp when seeking. 7 years ago
James Almer c4cee26129 avformat/mov: print the projection type when reporting it as unsupported 7 years ago
Xiaohan Wang 3386be16d5 ffmpeg: Fix stts_data memory allocation 7 years ago
Michael Niedermayer 367929bed9 avformat/mov: Fix integer overflow in mov_get_stsc_samples() 7 years ago
Matt Wolenetz 133ddd3875 avformat/mov: Initialize a potential gap in ctts_data in mov_build_index 7 years ago
Tianqiang Liu 5df9d75b44 avformat/mov: Add manu/modl to mov_read_udta_string. 7 years ago
Xiaohan Wang f5f2209d68 ffmpeg: Fix memset size on ctts_data in mov_read_trun() (round 2) 7 years ago
Xiaohan Wang dd5208aaf5 avformat/mov: Fix ctts_index calculation 7 years ago
James Almer f7aacf4ab7 avformat/mov: add VP8 codec support 7 years ago
Marton Balint 18ac642359 avformat: migrate to AVFormatContext->url 7 years ago
Carl Eugen Hoyos 1112ba012d lavf/mov: Use av_fast_realloc() in mov_read_stts(). 7 years ago
James Almer bc10260f49 avformat/mov: simplify parsing of mdcv atom using av_make_q() 7 years ago
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