index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
mov.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/mov: Ignore duplicate ftyp
Michael Niedermayer
2023-12-05
1
-2
/
+6
*
avformat/mov: Fix integer overflow in mov_read_packet().
Dale Curtis
2023-12-02
1
-1
/
+1
*
avformat/mov: Disallow FTYP after streams
Michael Niedermayer
2023-11-10
1
-0
/
+2
*
avformat/mov: Check that is_still_picture_avif has no trak based streams
Michael Niedermayer
2023-11-01
1
-0
/
+4
*
avformat/matroskadec, mov: Fix declaration-after-statement warnings
Andreas Rheinhardt
2023-10-09
1
-1
/
+1
*
avformat/mov: compute absolute dts difference without overflow in mov_find_ne...
Michael Niedermayer
2023-10-08
1
-2
/
+3
*
avformat/mov: Disallow more than one meta box for AVIF
Vignesh Venkatasubramanian via ffmpeg-devel
2023-10-08
1
-0
/
+2
*
avformat/avformat: use the side data from AVStream.codecpar
James Almer
2023-10-06
1
-41
/
+51
*
avformat/mov: Check avif_info
Michael Niedermayer
2023-09-29
1
-1
/
+2
*
avformat/mov: Avoid cloning encryption info if its unchanged
Michael Niedermayer
2023-09-22
1
-3
/
+8
*
avformat/mov: add interleaved_read option
Zhao Zhili
2023-09-14
1
-1
/
+4
*
avformat/aviobuf: Add ffio_init_(read|write)_context()
Andreas Rheinhardt
2023-09-07
1
-1
/
+1
*
avformat/mov: enable identifying TTML subtitle streams as such
Jan Ekström
2023-07-28
1
-2
/
+9
*
avformat/mov: avss box should be AV_CODEC_ID_CAVS
Zhao Zhili
2023-07-19
1
-1
/
+1
*
avformat/mov: fix overallocation when reading pssh/saiz
Zhao Zhili
2023-06-24
1
-38
/
+25
*
avformat/mov_demuxer: Extended MOV demuxer to handle EVC video content
Dawid Kozinski
2023-06-15
1
-0
/
+2
*
avformat/mov: decrease probe score for a random tag
Zhao Zhili
2023-06-08
1
-0
/
+2
*
avformat/mov: creation time should be non negative
Michael Niedermayer
2023-05-29
1
-0
/
+4
*
mov: Do not blindly disable advanced edit lists if use_mfra_for is set
Derek Buitenhuis
2023-04-25
1
-5
/
+1
*
avformat/mov: restrict unix timestamp hack to version 0 mdhd/mvhd
Marton Balint
2023-04-24
1
-2
/
+5
*
avformat/mov: factorize reading creation time metadata
Marton Balint
2023-04-24
1
-20
/
+12
*
avformat/mov: parse ISO-14496-12 ChannelLayout
Zhao Zhili
2023-03-15
1
-1
/
+84
*
avformat/mov: fix ISO/IEC 23003-5 support
Zhao Zhili
2023-03-15
1
-0
/
+49
*
avformat/mov: base pcmC endianness on just the LSB
Jan Ekström
2023-03-05
1
-1
/
+1
*
avformat/mov: check that pcmC box is of the expected type
Jan Ekström
2023-03-05
1
-2
/
+11
*
avformat/mov: Check samplesize and offset to avoid integer overflow
Michael Niedermayer
2023-02-22
1
-0
/
+7
*
mov: Reduce the verbosity of the warning about fragmented MP4 vs advanced edi...
Martin Storsjö
2023-01-31
1
-6
/
+14
*
mov: Disable advanced_editlist for fragmented MP4 input
Derek Buitenhuis
2023-01-09
1
-0
/
+14
*
avformat/mov: Set duration to zero if the duration is UINT_MAX
Sasi Inguva
2022-11-29
1
-0
/
+5
*
avformat/mov: get the correct fragment stsd_id when decrypting the sample
Wang Yaqiang
2022-09-21
1
-3
/
+4
*
avformat/mov: don't read duration from mvhd atom
James Almer
2022-09-08
1
-4
/
+0
*
lavf/mov: avoid leaks with multiple dv-audio streams
Anton Khirnov
2022-09-05
1
-0
/
+5
*
lavf/dv: make returning the video packet optional
Anton Khirnov
2022-09-05
1
-1
/
+1
*
avutil/dict: Move avpriv_dict_set_timestamp() to a header of its own
Andreas Rheinhardt
2022-09-03
1
-0
/
+1
*
avformat/mov: Check count sums in build_open_gop_key_points()
Michael Niedermayer
2022-08-28
1
-2
/
+10
*
mov: Compare frag times in correct time base when seeking a stream without a ...
Derek Buitenhuis
2022-08-19
1
-18
/
+20
*
avformat/mov: fix encryption index in the case of multiple trun
Zhao Zhili
2022-08-16
1
-4
/
+6
*
avformat/mov: fix frag_index.current out of sync
Zhao Zhili
2022-08-16
1
-1
/
+26
*
avformat/mov: Rework the AVIF parser to handle multiple items
Vignesh Venkatasubramanian
2022-08-09
1
-57
/
+86
*
avformat/mov: Check for EOF in mov_read_iloc()
Michael Niedermayer
2022-07-21
1
-0
/
+2
*
avformat/mov: discard data streams with all zero sample_delta
Zhao Zhili
2022-07-18
1
-0
/
+15
*
avformat/mov: fix possible crash in cenc_scheme_decrypt
ShuangxiLi
2022-07-12
1
-27
/
+2
*
avformat/mov: disallow a zero sample size in trun atoms
Marton Balint
2022-07-06
1
-0
/
+2
*
avformat/mov: prevent potential use of uninitialized value
Martijn van Beurden
2022-07-05
1
-1
/
+4
*
avformat/mov: Only read the primary item for AVIF
Vignesh Venkatasubramanian
2022-06-29
1
-20
/
+21
*
avformat/mov: read PCM audio configuration box ('pcmC') if available
Ivan Baykalov
2022-06-27
1
-0
/
+22
*
avformat/mov: factorize setting little endian PCM streams
Marton Balint
2022-06-27
1
-24
/
+27
*
avformat/mov: Non overflowing ambisonic order check
Michael Niedermayer
2022-06-14
1
-1
/
+1
*
avformat/mov: refactor to use avutil/uuid
Pierre-Anthony Lemieux
2022-06-12
1
-12
/
+13
*
avformat/demux: Add new demux.h header
Andreas Rheinhardt
2022-05-10
1
-3
/
+1
[next]