summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
...
* avformat/mov: Simplify last element computation in mov_estimate_video_delay()Michael Niedermayer2018-07-13
* avformat/mov: Break out of inner loop early in mov_estimate_video_delay()Michael Niedermayer2018-07-13
* avformat/mov: Eliminate variable buf_size from mov_estimate_video_delay()Michael Niedermayer2018-07-12
* avformat/mov: remove modulo operations from mov_estimate_video_delay()Michael Niedermayer2018-07-12
* avformat/mov: Expose encryption info to the app.Jacob Trimble2018-07-04
* lavf/mov: Do not fail hard for truncated stsz atoms.Carl Eugen Hoyos2018-06-19
* avformat/mov: Only set pkt->duration to non negative valuesMichael Niedermayer2018-06-14
* avformat/mov: Add check for per-sample IV size.Jacob Trimble2018-06-13
* avformat/mov: Fix reading saio/saiz for clear content.Jacob Trimble2018-06-09
* lavf/mov.c: Set st->start_time for video streams explicitly.Sasi Inguva2018-06-06
* lavf/mov.c: Fix timestamps to be strictly monotonic for video also.Sasi Inguva2018-06-05
* libavformat/mov: Fix heap buffer overflow.Jacob Trimble2018-06-02
* avformat/mov: replace a value error by clipping into valid range in mov_read_...Michael Niedermayer2018-05-22
* avformat/mov: Only fail for STCO/STSC contradictions if both existMichael Niedermayer2018-05-21
* avformat/mov: Break out early if chunk_count is 0 in mov_build_index()Michael Niedermayer2018-05-21
* mov: Properly abide by the track's media durationDerek Buitenhuis2018-04-26
* avformat/mov: Fix parsing of saio/siaz atoms in encrypted content.Jacob Trimble2018-04-21
* avformat/mov: Remove old encryption info methods.Jacob Trimble2018-04-19
* avformat/mov: Fix memory leak in encryption info.Jacob Trimble2018-04-19
* avformat/mov: Increase support for common encryption.Jacob Trimble2018-04-19
* avformat/mov: Fix extradata memleakMichael Niedermayer2018-04-12
* avformat/mov: Fix parsing of tfdt when using sample descriptors.Jacob Trimble2018-04-05
* avformat/mov: parse multiple iTunes cover imagesTimo Teräs2018-04-01
* avformat/mov: Move +1 in check to avoid hypothetical overflow in add_ctts_ent...Michael Niedermayer2018-03-26
* avformat/mov: Check STSC and remove invalid entriesMichael Niedermayer2018-03-20
* 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