summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* lavf/mov.c: Set start_time for all streams (in case of edit lists).Sasi Inguva2018-08-111-2/+2
* lavf/mov: Force HEVC codec_id for code-point dvh1 and an hvcC atom.Carl Eugen Hoyos2018-08-091-0/+2
* avformat/mov: Check default_encrypted_sample before use in mov_read_sample_en...Michael Niedermayer2018-07-261-0/+5
* avformat/mov: add support for AV1 streamsJames Almer2018-07-201-0/+31
* avformat/mov: only set handler_name from mdia->hdlrGyan Doshi2018-07-161-1/+2
* avformat/mov: Simplify last element computation in mov_estimate_video_delay()Michael Niedermayer2018-07-131-3/+2
* avformat/mov: Break out of inner loop early in mov_estimate_video_delay()Michael Niedermayer2018-07-131-0/+2
* avformat/mov: Eliminate variable buf_size from mov_estimate_video_delay()Michael Niedermayer2018-07-121-11/+8
* avformat/mov: remove modulo operations from mov_estimate_video_delay()Michael Niedermayer2018-07-121-3/+7
* avformat/mov: Expose encryption info to the app.Jacob Trimble2018-07-041-1/+119
* lavf/mov: Do not fail hard for truncated stsz atoms.Carl Eugen Hoyos2018-06-191-1/+2
* avformat/mov: Only set pkt->duration to non negative valuesMichael Niedermayer2018-06-141-1/+3
* avformat/mov: Add check for per-sample IV size.Jacob Trimble2018-06-131-2/+7
* avformat/mov: Fix reading saio/saiz for clear content.Jacob Trimble2018-06-091-16/+55
* lavf/mov.c: Set st->start_time for video streams explicitly.Sasi Inguva2018-06-061-4/+16
* lavf/mov.c: Fix timestamps to be strictly monotonic for video also.Sasi Inguva2018-06-051-4/+5
* libavformat/mov: Fix heap buffer overflow.Jacob Trimble2018-06-021-3/+3
* avformat/mov: replace a value error by clipping into valid range in mov_read_...Michael Niedermayer2018-05-221-3/+11
* avformat/mov: Only fail for STCO/STSC contradictions if both existMichael Niedermayer2018-05-211-1/+1
* avformat/mov: Break out early if chunk_count is 0 in mov_build_index()Michael Niedermayer2018-05-211-0/+3
* mov: Properly abide by the track's media durationDerek Buitenhuis2018-04-261-3/+3
* avformat/mov: Fix parsing of saio/siaz atoms in encrypted content.Jacob Trimble2018-04-211-0/+237
* avformat/mov: Remove old encryption info methods.Jacob Trimble2018-04-191-91/+0
* avformat/mov: Fix memory leak in encryption info.Jacob Trimble2018-04-191-0/+1
* avformat/mov: Increase support for common encryption.Jacob Trimble2018-04-191-81/+313
* 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
* 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
OpenPOWER on IntegriCloud