@@ -2,6 +2,35 @@ 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 7.1.1:
5
+ avformat/iff: Check that we have a stream in read_dst_frame()
6
+ avcodec/aac/aacdec_lpd: Limit get_unary()
7
+ avcodec/aac/aacdec_usac: Simplify decode_usac_scale_factors()
8
+ avcodec/aac/aacdec: Clear SFO on error
9
+ avformat/mlvdec: fix size checks
10
+ avformat/wavdec: Fix overflow of intermediate in block_align check
11
+ avformat/mxfdec: Check edit unit for overflow in mxf_set_current_edit_unit()
12
+ avformat/hls: Fix twitter
13
+ avcodec/vvc/refs: fix negative pps_scaling_win offsets
14
+ libavformat/hls: Be more restrictive on mpegts extensions
15
+ avformat/hls: .ts is always ok even if its a mov/mp4
16
+ avcodec/h263dec: Check against previous dimensions instead of coded
17
+ avformat/hls: Print input format in error message
18
+ avformat/hls: Be more picky on extensions
19
+ avformat/iamf_parse: ensure there's at most one of each parameter types in audio elements
20
+ avformat/iamf_parse: add missing constrains for num_parameters in audio_element_oub()
21
+ avformat/iamf_parse: add missing av_free() call on failure path
22
+ lavc/hevcdec: unbreak WPP/progress2 code
23
+ fate: Add a dependency on ffprobe for fate-flcl1905
24
+ checkasm: aacencdsp: Actually test nonzero values in quant_bands
25
+ x86: aacencdsp: Fix negating signed values in aac_quantize_bands
26
+ rtmpproto: Avoid rare crashes in the fail: codepath in rtmp_open
27
+ configure: Improve the check for the rsync --contimeout option
28
+ avutil/downmix_info: add missing semicolon
29
+ doc/t2h: Support texinfo 7.1 and 7.2 pretest
30
+ avfilter/drawtext: fix memory leak when using "reinit" runtime command
31
+ avutil/downmix_info: zero the allocated buffer
32
+ avformat/mov: fix overflow in drift timestamp calculation
33
+ Changelog: update
5
34
avformat/mxfdec: Check avio_read() success in mxf_decrypt_triplet()
6
35
avcodec/huffyuvdec: Initialize whole output for decode_gray_bitstream()
7
36
avformat/iamf_reader: Initialize padding and check read in ff_iamf_read_packet()
0 commit comments