@@ -2,6 +2,82 @@ Entries are sorted chronologically from oldest to youngest within each release,
2
2
releases are sorted from youngest to oldest.
3
3
4
4
version 4.0.6:
5
+ avcodec/dstdec: Replace AC overread check by sample rate check
6
+ avcodec/hevc_mp4toannexb_bsf: Check NAL size against available input
7
+ lavf/webm_chunk: Fix NULL dereference
8
+ avcodec/ttaenc: Fix undefined shift
9
+ fftools/ffmpeg: Free swresample dictionary during cleanup
10
+ avfilter/vf_xbr: Fix left shift of negative number
11
+ avfilter/vf_hqx: Fix undefined left shifts of negative numbers
12
+ avcodec/jpeg2000dwt: Fix undefined shifts of negative numbers
13
+ avcodec/ituh263dec: Fix undefined left shift of negative number
14
+ avcodec/dnxhdenc: Fix undefined left shifts of negative numbers
15
+ swscale/utils: Fix invalid left shifts of negative numbers
16
+ swscale/x86/swscale: Fix undefined left shifts of negative numbers
17
+ avcodec/exr: Fix undefined left shifts of negative numbers
18
+ avformat/movenc: Fix undefined shift
19
+ avcodec/pcm: Fix undefined shifts
20
+ avcodec/wavpackenc: Fix undefined shifts
21
+ avcodec/ac3enc: Fix invalid shift
22
+ avcodec/tdsc: Fix undefined shifts
23
+ fftools/ffmpeg_opt: Fix signed integer overflow
24
+ avformat/mov: Fix reel_name size check
25
+ avformat/mov: Fix memleak upon encountering repeating tags
26
+ avformat/matroskaenc: Don't use NULL for %s format string
27
+ avformat/webvttdec: Fix memleak upon read header failure
28
+ avformat/vplayerdec: Fix memleak upon read header failure
29
+ avformat/tedcaptionsdec: Fix memleak upon read header failure
30
+ avformat/subviewerdec: Fix memleak upon read header failure
31
+ avformat/subviewer1dec: Fix memleak upon read header failure
32
+ avformat/stldec: Fix memleak upon read header failure
33
+ avformat/srtdec: Fix memleak upon read header failure
34
+ avformat/sccdec: Fix memleak upon read header failure
35
+ avformat/samidec: Fix memleak upon read header failure
36
+ avformat/pjsdec: Fix memleak upon read header failure
37
+ avformat/mpsubdec: Fix memleak upon read header failure
38
+ avformat/mpl2dec: Fix memleak upon read header failure
39
+ avformat/microdvddec: Fix memleak upon read header failure
40
+ avformat/lrcdec: Fix memleak upon read header failure
41
+ avformat/jacosubdec: Fix memleak upon read header failure
42
+ avformat/assdec: Fix memleak upon read header failure
43
+ avformat/aqtitledec: Fix memleak upon read header failure
44
+ avformat/mov: Fix memleaks upon read_header failure
45
+ avformat/omadec: Fix memleaks upon read_header failure
46
+ avformat/matroskadec: Fix memleaks in WebM DASH manifest demuxer
47
+ avformat/matroskadec: Use right number of tracks
48
+ avformat/matroskadec: Fix handling gigantic durations
49
+ avcodec/cinepakenc: Fix invalid shifts
50
+ avcodec/cbs_h2645: Fix potential out-of-bounds array access
51
+ h264_redundant_pps: Fix memleak in case of errors
52
+ avformat/aviobuf: Don't check for overflow after it happened
53
+ avformat/matroskaenc: Fix memleak upon encountering bogus chapter
54
+ fftools/ffmpeg_opt: Check attachment filesize
55
+ avformat/webmdashenc: Check codec types
56
+ avformat/avidec: Fix memleak with embedded GAB2 subtitles
57
+ avformat/webmdashenc: Fix memleak upon realloc failure
58
+ avformat/matroskadec: Don't discard the upper 32bits of TrackNumber
59
+ avformat/hnm: Check for extradata allocation failure
60
+ avformat/subtitles: Don't increment packet counter prematurely
61
+ avformat/bethsoftvid: Fix potential memleak upon reallocation failure
62
+ avformat/smoothstreaming: Fix memleaks on errors
63
+ avformat/matroskaenc: Check BlockAdditional size before use
64
+ avformat/utils: Fix memleaks in avformat_open_input()
65
+ avcodec/cavsdsp: Fix undefined left shifts of negative numbers
66
+ avformat/mov: Don't leak MOVFragmentStreamInfo on error
67
+ avformat/hevc: Fix potential leak in case of ff_hevc_annexb2mp4_buf failure
68
+ avformat/matroskaenc: Check for reformatting errors
69
+ avcodec/ra144enc: Fix invalid left shift of negative number
70
+ avcodec/adxenc: Avoid undefined left shift of negative numbers
71
+ avcodec/adpcm: Fix undefined left shifts of negative numbers
72
+ avformat/segafilmenc: Fix undefined left shift of 1 by 31 places
73
+ avcodec/proresenc_anatoliy: Fix invalid left shift of negative number
74
+ avformat/wtvdec: Fix memleak when reading header fails
75
+ avformat/fitsdec: Fix potential leak of string in AVBPrint
76
+ avformat/matroskadec: Fix use-after-free when demuxing ProRes
77
+ avformat/matroskadec: Fix demuxing ProRes
78
+ avcodec/bitstream: Don't check for undefined behaviour after it happened
79
+ avformat/mov: fix memleaks
80
+ libavformat/mov: Fix memleaks when demuxing DV audio
5
81
avformat/utils: reorder duration computation to avoid overflow
6
82
avcodec/pngdec: Check for fctl after idat
7
83
avformat/hls: Pass a copy of the URL for probing
0 commit comments