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: 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
*
avformat/mov: fix timecode with rounded down tmcd nb_frames
Marton Balint
2022-05-09
1
-3
/
+10
*
avformat/mov: fix use invalid box size/type due to eof
Zhao Zhili
2022-05-08
1
-1
/
+3
*
avformat/mov: reindent after previous commit
Zhao Zhili
2022-05-08
1
-20
/
+20
*
avformat/mov: remove an always true condition
Zhao Zhili
2022-05-08
1
-4
/
+0
*
avformat/mov: skip call ff_codec_get_id if possible
Zhao Zhili
2022-05-04
1
-3
/
+1
*
avformat/mov: log the right variable
Zhao Zhili
2022-04-27
1
-1
/
+1
*
avformat/mov: fix missing extra data updating
Zhao Zhili
2022-04-27
1
-9
/
+9
*
avformat/mov: Add avif to list of supported extensions
Vignesh Venkatasubramanian
2022-04-25
1
-1
/
+1
*
avformat/image2: add Jpeg XL as image2 format
Leo Izen
2022-04-23
1
-0
/
+1
*
avformat/mov: Add support for still image AVIF parsing
Vignesh Venkatasubramanian
2022-04-23
1
-0
/
+141
*
avformat/mov: fix timecode with high frame rate content
Marton Balint
2022-04-22
1
-2
/
+14
*
configure: Use a separate config_components.h header for $ALL_COMPONENTS
Martin Storsjö
2022-03-16
1
-0
/
+2
*
mov: Implement spatial audio support
Vittorio Giovara
2022-03-15
1
-0
/
+96
*
mov: convert to new channel layout API
Vittorio Giovara
2022-03-15
1
-28
/
+52
*
avformat/mov: reindent after previous commit
Clément Bœsch
2022-03-04
1
-6
/
+6
*
avformat/mov: fix seeking with HEVC open GOP files
Clément Bœsch
2022-03-04
1
-0
/
+120
*
avformat/mov: add parsing for the sgpd sync box
Clément Bœsch
2022-03-04
1
-0
/
+59
*
avformat/mov: add support for sync group in sbgp box
Clément Bœsch
2022-03-04
1
-0
/
+5
*
avformat/mov: prepare sbgp parsing for other grouping types
Clément Bœsch
2022-03-04
1
-11
/
+19
*
avformat/mov: Disallow empty sidx
Michael Niedermayer
2022-03-02
1
-0
/
+2
*
avformat/mov: Corner case encryption error cleanup in mov_read_senc()
Michael Niedermayer
2022-02-15
1
-0
/
+2
*
avformat/mov: Check size before subtraction
Michael Niedermayer
2022-02-01
1
-0
/
+2
*
avformat/mov: Fix endian-dependent parsing
Andreas Rheinhardt
2022-01-21
1
-1
/
+1
*
avcodec/ac3tab: Unavpriv ac3_channel_layout_tab
Andreas Rheinhardt
2022-01-04
1
-2
/
+2
*
avformat/mov: Refactor mov_read_dvcc_dvvc to use ff_isom_parse_dvcc_dvvc
quietvoid
2022-01-04
1
-43
/
+7
*
avformat/mov: add option max_stts_delta
Gyan Doshi
2021-12-31
1
-25
/
+30
*
avformat/mov: Check next offset in mov_read_dref()
Michael Niedermayer
2021-12-16
1
-2
/
+4
*
avformat/mov: Simplify data->hex conversion
Andreas Rheinhardt
2021-12-08
1
-4
/
+4
*
avformat/mov: Disallow duplicate smdm
Michael Niedermayer
2021-12-06
1
-0
/
+3
[next]