summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* avformat/mov: fix return code for trun box with no sample entriesGyan Doshi2019-07-22
* avformat/mov: Set fragment.found_tfhd only after TFHD has been parsedMichael Niedermayer2019-06-25
* avformat/mov: set AVFMT_SEEK_TO_PTS flagGyan Doshi2019-05-03
* avformat/mov: Skip stsd adjustment without chunksMichael Niedermayer2019-04-24
* libavformat/mov: limit nb_frames_for_fps to INT_MAXDan Sanders2019-04-23
* avformat/mov: Fix potential integer overflow in entry check in mov_read_trun()Michael Niedermayer2019-03-25
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* mov: Fix start_time for streams with empty edits in the middleJustin Ruggles2019-02-26
* avformat/mov: Do not use reference stream in mov_read_sidx() if there is no r...Michael Niedermayer2019-02-14
* avformat/mov: fix hang while seek on a kind of fragmented mp4Charles Liu2019-02-11
* avformat/mov: don't rescale mastering display values from the SmDm atomJames Almer2019-02-11
* avformat/mov: validate chunk_count vs stsc_datachcunningham2019-02-08
* avformat/mov.c: require tfhd to begin parsing trunchcunningham2019-02-08
* lavf/mov: Do not fail hard for more invalid atoms.Carl Eugen Hoyos2019-01-14
* mov: Remove duration-of-last-frame heuristic hackDerek Buitenhuis2019-01-02
* libavformat/mov: Fix NULL-dereference read for some encrypted content.Jacob Trimble2018-12-20
* avformat/mov: Simplify get_stream_info_time()Michael Niedermayer2018-12-19
* lavf/mov: document the dvh1 codec switch based on hvcC availabilityJan Ekström2018-12-17
* lavf/mov: ensure only one tkhd per trakchcunningham2018-12-16
* Use QT format for audio sample descriptors depending on stsd version.Justin Ruggles2018-09-09
* lavf/mov: factor out setting codec_idJohn Stebbins2018-09-08
* lavf/mov: add AVCodecTag entry for GoPro metadataJohn Stebbins2018-09-08
* avformat/mov: Error on too large stsd entry counts.Dale Curtis2018-09-01
* avformat/mov: Correct opus-in-mp4 pre-skip to be uint16_t versus int16_t.Dale Curtis2018-08-23
* avformat/mov: Allow saio/saiz in clear content.Jacob Trimble2018-08-22
* avformat/av1: update ff_isom_write_av1c() to the latest revision of the specJames Almer2018-08-17
* lavf/mov.c: Set start_time for all streams (in case of edit lists).Sasi Inguva2018-08-11
* lavf/mov: Force HEVC codec_id for code-point dvh1 and an hvcC atom.Carl Eugen Hoyos2018-08-09
* avformat/mov: Check default_encrypted_sample before use in mov_read_sample_en...Michael Niedermayer2018-07-26
* avformat/mov: add support for AV1 streamsJames Almer2018-07-20
* avformat/mov: only set handler_name from mdia->hdlrGyan Doshi2018-07-16
* 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