summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* avformat/mov: reset a log message as trace levelJames Almer2024-01-15
* avformat/mov: improve HEIF parsingJames Almer2024-01-15
* avformat/mov: rename avif fields to heifJames Almer2024-01-10
* avformat/mov: Add support for demuxing still HEIC imagesVignesh Venkatasubramanian via ffmpeg-devel2024-01-09
* avformat/mov: Fix MSAN issue with stsd_idThomas Guilbert2023-12-29
* avformat/mov: do not set sign bit for chunk_offsetsMichael Niedermayer2023-12-29
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avformat/mov: Ignore duplicate ftypMichael Niedermayer2023-12-05
* avformat/mov: Fix integer overflow in mov_read_packet().Dale Curtis2023-12-02
* avformat/mov: Disallow FTYP after streamsMichael Niedermayer2023-11-10
* avformat/mov: Check that is_still_picture_avif has no trak based streamsMichael Niedermayer2023-11-01
* avformat/matroskadec, mov: Fix declaration-after-statement warningsAndreas Rheinhardt2023-10-09
* avformat/mov: compute absolute dts difference without overflow in mov_find_ne...Michael Niedermayer2023-10-08
* avformat/mov: Disallow more than one meta box for AVIFVignesh Venkatasubramanian via ffmpeg-devel2023-10-08
* avformat/avformat: use the side data from AVStream.codecparJames Almer2023-10-06
* avformat/mov: Check avif_infoMichael Niedermayer2023-09-29
* avformat/mov: Avoid cloning encryption info if its unchangedMichael Niedermayer2023-09-22
* avformat/mov: add interleaved_read optionZhao Zhili2023-09-14
* avformat/aviobuf: Add ffio_init_(read|write)_context()Andreas Rheinhardt2023-09-07
* avformat/mov: enable identifying TTML subtitle streams as suchJan Ekström2023-07-28
* avformat/mov: avss box should be AV_CODEC_ID_CAVSZhao Zhili2023-07-19
* avformat/mov: fix overallocation when reading pssh/saizZhao Zhili2023-06-24
* avformat/mov_demuxer: Extended MOV demuxer to handle EVC video contentDawid Kozinski2023-06-15
* avformat/mov: decrease probe score for a random tagZhao Zhili2023-06-08
* avformat/mov: creation time should be non negativeMichael Niedermayer2023-05-29
* mov: Do not blindly disable advanced edit lists if use_mfra_for is setDerek Buitenhuis2023-04-25
* avformat/mov: restrict unix timestamp hack to version 0 mdhd/mvhdMarton Balint2023-04-24
* avformat/mov: factorize reading creation time metadataMarton Balint2023-04-24
* avformat/mov: parse ISO-14496-12 ChannelLayoutZhao Zhili2023-03-15
* avformat/mov: fix ISO/IEC 23003-5 supportZhao Zhili2023-03-15
* avformat/mov: base pcmC endianness on just the LSBJan Ekström2023-03-05
* avformat/mov: check that pcmC box is of the expected typeJan Ekström2023-03-05
* avformat/mov: Check samplesize and offset to avoid integer overflowMichael Niedermayer2023-02-22
* mov: Reduce the verbosity of the warning about fragmented MP4 vs advanced edi...Martin Storsjö2023-01-31
* mov: Disable advanced_editlist for fragmented MP4 inputDerek Buitenhuis2023-01-09
* avformat/mov: Set duration to zero if the duration is UINT_MAXSasi Inguva2022-11-29
* avformat/mov: get the correct fragment stsd_id when decrypting the sampleWang Yaqiang2022-09-21
* avformat/mov: don't read duration from mvhd atomJames Almer2022-09-08
* lavf/mov: avoid leaks with multiple dv-audio streamsAnton Khirnov2022-09-05
* lavf/dv: make returning the video packet optionalAnton Khirnov2022-09-05
* avutil/dict: Move avpriv_dict_set_timestamp() to a header of its ownAndreas Rheinhardt2022-09-03
* avformat/mov: Check count sums in build_open_gop_key_points()Michael Niedermayer2022-08-28
* mov: Compare frag times in correct time base when seeking a stream without a ...Derek Buitenhuis2022-08-19
* avformat/mov: fix encryption index in the case of multiple trunZhao Zhili2022-08-16
* avformat/mov: fix frag_index.current out of syncZhao Zhili2022-08-16
* avformat/mov: Rework the AVIF parser to handle multiple itemsVignesh Venkatasubramanian2022-08-09
* avformat/mov: Check for EOF in mov_read_iloc()Michael Niedermayer2022-07-21
* avformat/mov: discard data streams with all zero sample_deltaZhao Zhili2022-07-18
* avformat/mov: fix possible crash in cenc_scheme_decryptShuangxiLi2022-07-12
* avformat/mov: disallow a zero sample size in trun atomsMarton Balint2022-07-06