summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mov: Fix reel_name size checkAndreas Rheinhardt2020-07-021-1/+1
* avformat/mov: Fix memleak upon encountering repeating tagsAndreas Rheinhardt2020-07-021-0/+3
* avformat/mov: Fix memleaks upon read_header failureAndreas Rheinhardt2020-07-021-16/+17
* avformat/mov: Don't leak MOVFragmentStreamInfo on errorAndreas Rheinhardt2020-07-021-1/+3
* avformat/mov: fix memleaksZhao Zhili2020-07-011-4/+3
* libavformat/mov: Fix memleaks when demuxing DV audioAndreas Rheinhardt2020-07-011-10/+13
* avformat/mov: Check if DTS is AV_NOPTS_VALUE in mov_find_next_sample().Dale Curtis2020-07-011-1/+1
* avformat/mov: Don't allow negative sample sizes.Dale Curtis2020-07-011-0/+4
* libavformat/mov.c: Free aes_decrypt to avoid leaking memoryJohn Rummell2020-07-011-0/+1
* avformat/mov: Check STCO locationMichael Niedermayer2020-07-011-0/+4
* avformat/mov: Check for EOF in mov_read_meta()Michael Niedermayer2019-11-111-1/+4
* avformat/mov: Set fragment.found_tfhd only after TFHD has been parsedMichael Niedermayer2019-11-111-2/+1
* avformat/mov: Skip stsd adjustment without chunksMichael Niedermayer2019-11-111-0/+2
* avformat/mov: Fix potential integer overflow in entry check in mov_read_trun()Michael Niedermayer2019-03-251-1/+1
* avformat/mov: Do not use reference stream in mov_read_sidx() if there is no r...Michael Niedermayer2019-03-211-1/+1
* avformat/mov: validate chunk_count vs stsc_datachcunningham2019-03-211-2/+12
* avformat/mov.c: require tfhd to begin parsing trunchcunningham2019-03-211-0/+10
* lavf/mov: ensure only one tkhd per trakchcunningham2019-03-211-1/+11
* avformat/mov: Error on too large stsd entry counts.Dale Curtis2018-10-071-1/+2
* avformat/mov: Simplify last element computation in mov_estimate_video_delay()Michael Niedermayer2018-07-161-3/+2
* avformat/mov: Break out of inner loop early in mov_estimate_video_delay()Michael Niedermayer2018-07-161-0/+2
* avformat/mov: Eliminate variable buf_size from mov_estimate_video_delay()Michael Niedermayer2018-07-161-11/+8
* avformat/mov: remove modulo operations from mov_estimate_video_delay()Michael Niedermayer2018-07-161-3/+7
* avformat/mov: Only set pkt->duration to non negative valuesMichael Niedermayer2018-06-151-1/+3
* avformat/mov: replace a value error by clipping into valid range in mov_read_...Michael Niedermayer2018-06-151-3/+11
* avformat/mov: Break out early if chunk_count is 0 in mov_build_index()Michael Niedermayer2018-06-151-0/+3
* avformat/mov: Only fail for STCO/STSC contradictions if both existMichael Niedermayer2018-06-151-1/+1
* avformat/mov: Fix extradata memleakMichael Niedermayer2018-04-121-0/+6
* avformat/mov: Fix parsing of tfdt when using sample descriptors.Jacob Trimble2018-04-051-1/+1
* avformat/mov: parse multiple iTunes cover imagesTimo Teräs2018-04-011-0/+4
* avformat/mov: Move +1 in check to avoid hypothetical overflow in add_ctts_ent...Michael Niedermayer2018-03-261-1/+1
* avformat/mov: Check STSC and remove invalid entriesMichael Niedermayer2018-03-201-0/+20
* avformat/mov: Fix integer overflows related to sample_durationMichael Niedermayer2018-03-121-5/+15
* lavf/mov.c: Use the correct offset to shift timestamp when seeking.Sasi Inguva2018-03-101-11/+16
* avformat/mov: print the projection type when reporting it as unsupportedJames Almer2018-03-091-1/+1
* ffmpeg: Fix stts_data memory allocationXiaohan Wang2018-03-091-1/+1
* avformat/mov: Fix integer overflow in mov_get_stsc_samples()Michael Niedermayer2018-03-071-3/+4
* avformat/mov: Initialize a potential gap in ctts_data in mov_build_indexMatt Wolenetz2018-03-051-0/+3
* avformat/mov: Add manu/modl to mov_read_udta_string.Tianqiang Liu2018-03-031-0/+2
* ffmpeg: Fix memset size on ctts_data in mov_read_trun() (round 2)Xiaohan Wang2018-03-011-2/+4
* avformat/mov: Fix ctts_index calculationXiaohan Wang2018-02-101-1/+1
* avformat/mov: add VP8 codec supportJames Almer2018-02-061-0/+1
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-281-1/+1
* lavf/mov: Use av_fast_realloc() in mov_read_stts().Carl Eugen Hoyos2018-01-011-4/+13
* avformat/mov: simplify parsing of mdcv atom using av_make_q()James Almer2017-12-211-14/+8
* lavf/mov.c: Guess video codec delay based on PTS while parsing MOV header.Sasi Inguva2017-12-201-0/+56
* avformat/mov: Fix the the typoMichael Niedermayer2017-12-181-1/+1
* 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