1467 Commits (b3b7ba623f95224557bd67a060adf4ca7ee94dde)

Author SHA1 Message Date
Gyan Doshi 6223d076e3 avformat/mov: set AVFMT_SEEK_TO_PTS flag 6 years ago
Michael Niedermayer 18a567c369 avformat/mov: Skip stsd adjustment without chunks 6 years ago
Dan Sanders 22c820f509 libavformat/mov: limit nb_frames_for_fps to INT_MAX 6 years ago
Michael Niedermayer ff13a92a6f avformat/mov: Fix potential integer overflow in entry check in mov_read_trun() 6 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Justin Ruggles 97f47fd601 mov: Fix start_time for streams with empty edits in the middle 6 years ago
Michael Niedermayer b0d8b7cb8e avformat/mov: Do not use reference stream in mov_read_sidx() if there is no reference stream 6 years ago
Charles Liu aa25198f1b avformat/mov: fix hang while seek on a kind of fragmented mp4 6 years ago
James Almer 00fd38f184 avformat/mov: don't rescale mastering display values from the SmDm atom 6 years ago
chcunningham 1c15449ca9 avformat/mov: validate chunk_count vs stsc_data 6 years ago
chcunningham 3ea87e5d9e avformat/mov.c: require tfhd to begin parsing trun 6 years ago
Carl Eugen Hoyos 5d958f0955 lavf/mov: Do not fail hard for more invalid atoms. 6 years ago
Derek Buitenhuis 8f585c3c55 mov: Remove duration-of-last-frame heuristic hack 6 years ago
Jacob Trimble 555f332e7a libavformat/mov: Fix NULL-dereference read for some encrypted content. 6 years ago
Michael Niedermayer 21f4b456f1 avformat/mov: Simplify get_stream_info_time() 6 years ago
Jan Ekström a1f0dd24f6 lavf/mov: document the dvh1 codec switch based on hvcC availability 6 years ago
chcunningham c9f7b6f7a9 lavf/mov: ensure only one tkhd per trak 6 years ago
Justin Ruggles d2047c14c0 Use QT format for audio sample descriptors depending on stsd version. 6 years ago
John Stebbins 3318ac5b9a lavf/mov: factor out setting codec_id 6 years ago
John Stebbins c9a992d931 lavf/mov: add AVCodecTag entry for GoPro metadata 6 years ago
Dale Curtis 320b631a99 avformat/mov: Error on too large stsd entry counts. 6 years ago
Dale Curtis e7080d1fe2 avformat/mov: Correct opus-in-mp4 pre-skip to be uint16_t versus int16_t. 6 years ago
Jacob Trimble eb350ab738 avformat/mov: Allow saio/saiz in clear content. 6 years ago
James Almer 8d5604a69a avformat/av1: update ff_isom_write_av1c() to the latest revision of the spec 6 years ago
Sasi Inguva 12673bb253 lavf/mov.c: Set start_time for all streams (in case of edit lists). 6 years ago
Carl Eugen Hoyos 6130068453 lavf/mov: Force HEVC codec_id for code-point dvh1 and an hvcC atom. 6 years ago
Michael Niedermayer a37c620269 avformat/mov: Check default_encrypted_sample before use in mov_read_sample_encryption_info() 6 years ago
James Almer 9ca7ad246d avformat/mov: add support for AV1 streams 6 years ago
Gyan Doshi 8aa6d9a8d3 avformat/mov: only set handler_name from mdia->hdlr 6 years ago
Michael Niedermayer b0644f7f72 avformat/mov: Simplify last element computation in mov_estimate_video_delay() 6 years ago
Michael Niedermayer aba13dc13e avformat/mov: Break out of inner loop early in mov_estimate_video_delay() 6 years ago
Michael Niedermayer 3ce4034308 avformat/mov: Eliminate variable buf_size from mov_estimate_video_delay() 6 years ago
Michael Niedermayer c995e01b1e avformat/mov: remove modulo operations from mov_estimate_video_delay() 6 years ago
Jacob Trimble 7e22f5d457 avformat/mov: Expose encryption info to the app. 6 years ago
Carl Eugen Hoyos a990184007 lavf/mov: Do not fail hard for truncated stsz atoms. 7 years ago
Michael Niedermayer 8176799f31 avformat/mov: Only set pkt->duration to non negative values 7 years ago
Jacob Trimble 4aba45ca1f avformat/mov: Add check for per-sample IV size. 7 years ago
Jacob Trimble cf81a9c078 avformat/mov: Fix reading saio/saiz for clear content. 7 years ago
Sasi Inguva fe6c4f0c47 lavf/mov.c: Set st->start_time for video streams explicitly. 7 years ago
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