Skip to content

Commit af25a4b

Browse files
committed
Update for FFmpeg 7.0.1 release
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
1 parent 2d514f5 commit af25a4b

File tree

3 files changed

+98
-2
lines changed

3 files changed

+98
-2
lines changed

Changelog

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,102 @@
11
Entries are sorted chronologically from oldest to youngest within each release,
22
releases are sorted from youngest to oldest.
33

4+
version 7.0.1:
5+
lavc/flacdsp: do not assume maximum R-V VL
6+
avformat/flacdec: Reorder allocations to avoid leak on error
7+
avcodec/adts_parser: Don't presume buffer to be padded
8+
avformat/movenc: Check av_malloc()
9+
avcodec/vp8: Return error on error
10+
avformat/mov: store sample_sizes as unsigned ints
11+
avformat/vvc: fix parsing sps_subpic_id
12+
avformat/vvc: initialize some ptl flags
13+
avcodec/mscc & mwsc: Check loop counts before use
14+
avcodec/mpegvideo_enc: Fix potential overflow in RD
15+
avcodec/mpeg4videodec: assert impossible wrap points
16+
avcodec/mpeg12dec: Use 64bit in bit computation
17+
avcodec/vqcdec: Check init_get_bits8() for failure
18+
avcodec/vvc/dec: Check init_get_bits8() for failure
19+
avcodec/vble: Check av_image_get_buffer_size() for failure
20+
avcodec/vp3: Replace check by assert
21+
avcodec/vp8: Forward return of ff_vpx_init_range_decoder()
22+
avcodec/jpeg2000dec: remove ST=3 case
23+
avcodec/qsvdec: Check av_image_get_buffer_size() for failure
24+
avcodec/exr: Fix preview overflow
25+
avcodec/decode: decode_simple_internal() only implements audio and video
26+
avcodec/fmvc: remove dead assignment
27+
avcodec/h2645_sei: Remove dead checks
28+
avcodec/h264_slice: Remove dead sps check
29+
avcodec/lpc: copy levenson coeffs only when they have been computed
30+
avutil/tests/base64: Check with too short output array
31+
libavutil/base64: Try not to write over the array end
32+
avcodec/cbs_av1: Avoid shift overflow
33+
fftools/ffplay: Check return of swr_alloc_set_opts2()
34+
tools/opt_common: Check for malloc failure
35+
doc/examples/demux_decode: Simplify loop
36+
avformat/concatdec: Check file
37+
avcodec/mpegvideo_enc: Fix 1 line and one column images
38+
avcodec/amrwbdec: assert mode to be valid in decode_fixed_vector()
39+
avcodec/wavarc: fix integer overflow in decode_5elp() block type 2
40+
swscale/output: Fix integer overflow in yuv2rgba64_full_1_c_template()
41+
swscale/output: Fix integer overflow in yuv2rgba64_1_c_template
42+
avcodec/av1dec: Change bit_depth to int
43+
avcodec/av1dec: bit_depth cannot be another values than 8,10,12
44+
avcodec/avs3_parser: assert the return value of init_get_bits()
45+
avcodec/avs2_parser: Assert init_get_bits8() success with const size 15
46+
avfilter/avfiltergraph: return value of ff_request_frame() is unused
47+
avformat/mxfdec: Check body_offset
48+
avformat/kvag: Check sample_rate
49+
avcodec/atrac9dec: Check init_get_bits8() for failure
50+
avcodec/ac3_parser: Check init_get_bits8() for failure
51+
avcodec/pngdec: Check last AVFrame before deref
52+
avcodec/hevcdec: Check ref frame
53+
doc/examples/qsv_transcode: Initialize pointer before free
54+
doc/examples/qsv_transcode: Simplify str_to_dict() loop
55+
doc/examples/vaapi_transcode: Simplify loop
56+
doc/examples/qsv_transcode: Simplify loop
57+
avcodec/cbs_h2645: Check NAL space
58+
avfilter/vf_thumbnail_cuda: Set ret before checking it
59+
avfilter/signature_lookup: Dont copy uninitialized stuff around
60+
avfilter/signature_lookup: Fix 2 differences to the refernce SW
61+
avcodec/x86/vp3dsp_init: Set correct function pointer, fix crash
62+
avformat/mp3dec: change bogus error message if read_header encounters EOF
63+
avformat/mp3dec: simplify inner frame size check in mp3_read_header
64+
avformat/mp3dec: only call ffio_ensure_seekback once
65+
avcodec/cbs_h266: read vps_ptl_max_tid before using it
66+
avcodec/cbs_h266: fix sh_collocated_from_l0_flag and sh_collocated_ref_idx infer
67+
avformat/vvc: fix parsing some early VPS bitstream values
68+
avformat/vvc: fix writing general_constraint_info bytes
69+
avutil/ppc/cpu: Also use the machdep.altivec sysctl on NetBSD
70+
lavd/v4l2: Use proper field type for second parameter of ioctl() with BSD's
71+
vulkan_av1: Fix force_integer_mv value
72+
vaapi_av1: Fix force_integer_mv value
73+
av1dec: Add force_integer_mv derived field for decoder use
74+
avutil/iamf: fix offsets for mix_gain options
75+
avformat/iamfdec: check nb_streams in header read
76+
avformat/mov: free the infe allocated item data on failure
77+
avformat/iamf_writer: reject duplicated stream ids in a stream group
78+
avformat/mov: don't read key_size bytes twice in the keys atom
79+
avformat/mov: take into account the first eight bytes in the keys atom
80+
avformat/mov: fix the check for the heif item parsing loop
81+
avutil/iamf: fix mix_gain_class name
82+
av1dec: Fix RefFrameSignBias calculation
83+
avcodec/codec_par: always clear extradata_size in avcodec_parameters_to_context()
84+
avcodec/mediacodecenc: Fix return empty packet when bsf is used
85+
avcodec/hevcdec: Fix precedence, bogus film grain warning
86+
avcodec/hevcdec: fix segfault on invalid film grain metadata
87+
lavc/vvc: Skip enhancement layer NAL units
88+
avformat/mov: ignore old infe box versions
89+
vulkan_av1: add workaround for NVIDIA drivers tested on broken CTS
90+
lavc/vulkan_av1: Use av1dec reference order hint information
91+
lavc/av1: Record reference ordering information for each frame
92+
doc/encoders: add missing libxvid option
93+
doc/encoders: remove non-existent flag
94+
fate/ffmpeg: Avoid dependency on samples
95+
avcodec/wavpack: Remove always-false check
96+
avcodec/wavpack: Fix leak and segfault on reallocation error
97+
avcodec/lossless_videoencdsp: Don't presume alignment in diff_bytes
98+
avcodec/ppc/h264dsp: Fix left shifts of negative numbers
99+
4100
version 7.0:
5101
- DXV DXT1 encoder
6102
- LEAD MCMP decoder

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0
1+
7.0.1

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = FFmpeg
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 7.0
41+
PROJECT_NUMBER = 7.0.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)