Changes of Revision 2

ffmpeg-7.changes Deleted
x
 
1
@@ -1,364 +0,0 @@
2
--------------------------------------------------------------------
3
-Wed Jun 25 08:40:15 UTC 2025 - Yifan Jiang <yfjiang@suse.com>
4
-
5
-- Built with noopenh264, drop ffmpeg-dlopen-openh264.patch
6
-  (jsc#PED-12607)
7
-
8
--------------------------------------------------------------------
9
-Thu Jun 12 17:48:49 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
10
-
11
-- Enable libiec61883 integration boo#1244453
12
-
13
--------------------------------------------------------------------
14
-Fri Apr  4 09:34:14 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
15
-
16
-- Disable OpenVINO, too many dependencies for Factory ring1.
17
-
18
--------------------------------------------------------------------
19
-Tue Apr  1 23:38:08 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
20
-
21
-- Update to release 7.1.1
22
-  * avformat/wavdec: Fix overflow of intermediate in
23
-    block_align check
24
-  * avformat/dvdvideodec: drop packets with unset PTS or DTS
25
-  * avutil/timecode: Avoid fps overflow in
26
-    av_timecode_get_smpte_from_framenum()
27
-  * avcodec/mjpegdec: Disallow progressive bayer images
28
-  * avformat/mov: don't unconditionally set all audio packets
29
-    in fragments as key frames
30
-  * avcodec/libx265: resolve build failure for
31
-    libx265.so.n, n >= 213
32
-  * avfilter/buffersrc: check for valid sample rate.
33
-    (CVE-2025-22919, bsc#1237371)
34
-  * avfilter/af_pan: Fix sscanf() use.
35
-    (CVE-2025-0518, bsc#1236007)   
36
-  * avformat/iamf_parse: add missing constrains for num_parameters
37
-    in audio_element_oub().
38
-    (CVE-2025-1816, bsc#1238728)
39
-- Delete ffmpeg-7-CVE-2025-22919.patch,
40
-  ffmpeg-7-CVE-2025-0518.patch, ffmpeg-7-CVE-2025-1816.patch
41
-  (merged)
42
-
43
--------------------------------------------------------------------
44
-Tue Mar 25 11:48:21 UTC 2025 - Adrian Schröter <adrian@suse.de>
45
-
46
-- Move BcntSync tag to the %else part where the mini package gets defined
47
-
48
--------------------------------------------------------------------
49
-Sun Mar 23 23:21:26 UTC 2025 - Mia Herkt <mia@0x0.st>
50
-
51
-- Build with OpenVINO support in libavfilter
52
-
53
--------------------------------------------------------------------
54
-Sun Mar 23 15:33:59 UTC 2025 - Cliff Zhao <qzhao@suse.com>
55
-
56
-- Add ffmpeg-7-CVE-2025-1816.patch:
57
-  Backport 0526535c from upstream, add missing constrains for
58
-  num_parameters in audio_element_oub().
59
-  (CVE-2025-1816, bsc#1238728)
60
-
61
--------------------------------------------------------------------
62
-Wed Mar  5 09:46:09 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
63
-
64
-- Add 0001-avcodec-libsvtav1-unbreak-build-with-latest-svtav1.patch
65
-  to build with SVT-AV1 3.0.0.
66
-
67
--------------------------------------------------------------------
68
-Fri Feb 19 05:17:22 UTC 2025 - Cliff Zhao <qzhao@suse.com>
69
-
70
-- Add ffmpeg-7-CVE-2025-22921.patch:
71
-  Backport 7f9c7f98 from upstream, clear array length when
72
-  freeing it.
73
-  (CVE-2025-22921, bsc#1237382)
74
-
75
--------------------------------------------------------------------
76
-Fri Feb 19 04:27:06 UTC 2025 - Cliff Zhao <qzhao@suse.com>
77
-
78
-- Add ffmpeg-7-CVE-2025-25473.patch:
79
-  Backport c08d3004 from upstream, clear FFFormatContext packet.
80
-  When packet_buffer is used in mux.c, and if a muxing process fails
81
-  at a point where packets remained in said queue.
82
-  (CVE-2025-25473, bsc#1237351)
83
-
84
--------------------------------------------------------------------
85
-Fri Feb 19 03:18:02 UTC 2025 - Cliff Zhao <qzhao@suse.com>
86
-
87
-- Add ffmpeg-7-CVE-2025-0518.patch:
88
-  Backport b5b6391d from upstream, fixes memory data leak when
89
-  use sscanf().
90
-  (CVE-2025-0518, bsc#1236007)
91
-
92
--------------------------------------------------------------------
93
-Fri Feb 19 02:58:01 UTC 2025 - Cliff Zhao <qzhao@suse.com>
94
-
95
-- Add ffmpeg-7-CVE-2025-22919.patch:
96
-  Backport 1446e37d from upstream, check for valid sample rate
97
-  As the sample rate <= 0 is invalid.
98
-  (CVE-2025-22919, bsc#1237371)
99
-
100
--------------------------------------------------------------------
101
-Tue Oct 15 08:18:54 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
102
-
103
-- Adjust bconds to build the package in SLFO without xvidcore.
104
-
105
--------------------------------------------------------------------
106
-Wed Oct  2 08:20:18 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
107
-
108
-- Update to release 7.1
109
-  * ffmpeg CLI filtergraph chaining
110
-  * pad_vaapi, drawbox_vaapi filters
111
-  * vf_scale supports secondary ref input and framesync options
112
-  * vf_scale2ref deprecated
113
-  * removed DEC Alpha DSP and support code
114
-  * perlin video source
115
-  * Cropping metadata parsing and writing in Matroska and MP4/MOV
116
-    de/muxers
117
-  * YUV colorspace negotiation for codecs and filters, obsoleting
118
-    the YUVJ pixel format
119
-  * Vulkan H.264 and H.265 encoders
120
-  * stream specifiers in fftools can now match by stream
121
-    disposition
122
-  * LCEVC enhancement data exporting in H.26x and MP4/ISOBMFF
123
-  * LCEVC filter
124
-  * avcodec/mpegvideo_enc: Add check for av_packet_new_side_data (CVE-2024-12361, bsc#1237358)
125
-  * avformat/dump: print only the actual streams in a tile grid group (CVE-2025-22920, bsc#1237380)
126
-  * avcodec/rkmppdec: Fix double-free on error (CVE-2024-35368, bsc#1234028)
127
-  * avcodec/wavarc: fix signed integer overflow in block type 6/19 (CVE-2024-36619, bsc#1234023)
128
-  * avcodec/vp9: Fix race when attaching side-data for show-existing frame (CVE-2024-36615, bsc#1234017)
129
-- Delete patches/ffmpeg-7-fix-crashes.patch,
130
-  0001-libavcodec-arm-mlpdsp_armv5te-fix-label-format-to-wo.patch (merged)
131
-
132
--------------------------------------------------------------------
133
-Mon Sep 30 12:34:56 UTC 2024 - olaf@aepfle.de
134
-
135
-- Fix assertion due to missing priv_data cleanup on failed VAAPI
136
-  acceleration with 11013-avcodec-decode-clean-up-if-get_hw_frames_parameters-.patch
137
-  (ffmpeg#11013, vlc#28811)
138
-
139
--------------------------------------------------------------------
140
-Thu Sep 26 10:02:20 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
141
-
142
-- no longer build against libmfx; build also 15.5 against libvpl
143
- (boo#1230983, boo#1219494)
144
-
145
-- dropping support for libmfx below covers:
146
-  * libmfx: improper input validation (CVE-2023-48368, bsc#1226897)
147
-  * libmfx: improper buffer restrictions (CVE-2023-45221, bsc#1226898)
148
-  * libmfx: out-of-bounds read (CVE-2023-22656, bsc#1226899)
149
-  * libmfx: out-of-bounds write (CVE-2023-47282, bsc#1226900)
150
-  * libmfx: improper buffer restrictions (CVE-2023-47169, bsc#1226901)
151
-  * Multiple vulnerabilities in the Intel Media SDK (libmfx1) (bsc#1226892)
152
-  * Drop libmfx dependency from our product (jira #PED-10024)
153
-
154
--------------------------------------------------------------------
155
-Wed Aug 21 09:58:42 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
156
-
157
-- Add 0001-libavcodec-arm-mlpdsp_armv5te-fix-label-format-to-wo.patch
158
-  to resolve build failure on armv7 boo#1229338
159
-
160
--------------------------------------------------------------------
161
-Wed Aug  7 07:37:24 UTC 2024 - Cliff Zhao <qzhao@suse.com>
162
-
163
-- Update to version 7.0.2:
164
-  * avcodec/snow: Fix off by 1 error in run_buffer
165
-  * avcodec/utils: apply the same alignment to YUV410 as we do to YUV420 for snow
166
-  * avformat/iamf_parse: Check for 0 samples
167
-  * swscale: loongarch Fix checkasm-sw_yuv2rgb failure.
168
-  * avcodec/aacps_tablegen_template: don't redefine CONFIG_HARDCODED_TABLES
169
-  * avutil/hwcontext_vaapi: use the correct type for VASurfaceAttribExternalBuffers.buffers
170
-  * avcodec/pcm-bluray/dvd: Use correct pointer types on BE
171
-  * avcodec/pngenc: fix sBIT writing for indexed-color PNGs
172
-  * avcodec/pngdec: use 8-bit sBIT cap for indexed PNGs per spec
173
-  * avformat/mov: check that child boxes of trak are only present inside it
174
-  * avformat/mov: check that sample and chunk count is 1 for HEIF
175
-  * avcodec/videotoolboxenc: Fix bitrate doesn't work as expected
176
-  * avdevice/dshow: Don't skip audio devices if no video device is present
177
-  * avcodec/hdrenc: Allocate more space
178
-  * avcodec/cfhdenc: Height of 16 is not supported
179
-  * avcodec/cfhdenc: Allocate more space
180
-  * avcodec/osq: fix integer overflow when applying factor
181
-  * avcodec/osq: avoid using too large numbers for shifts and integers in update_residue_parameter()
182
-  * avcodec/hevcdec: fix segfault on invalid film grain metadata (CVE-2024-32228, bsc#1227277)
183
-  * avfilter/vf_tiltandshift: fix buffer offset for yuv422p input (CVE-2024-32229, bsc#1227295)
184
-  * avcodec/mpegvideo_enc: Fix 1 line and one column images (CVE-2024-32230, bsc#1227296)
185
-  * avcodec/pnmdec: Use 64bit for input size check (CVE-2024-7055, bsc#1229026)
186
-  * fftools/ffmpeg_mux_init: Fix double-free on error (CVE-2024-35365, bsc#1235091)
187
-  * avformat/dxa: Adjust order of operations around block align (CVE-2024-36613, bsc#1235092)
188
-  * avfilter/vf_minterpolate: Check pts before division (CVE-2023-51798, bsc#1223304)
189
-  * avfilter/vf_weave: Fix odd height handling (CVE-2023-51793, bsc#1223272)
190
-  * avfilter/vf_gradfun: Do not overread last line (CVE-2023-50010, bsc#1223256)
191
-  * avfilter/af_stereowiden: Check length (CVE-2023-51794, bsc#1223437)
192
-  * avutil/hwcontext: Don't assume frames_uninit is reentrant (CVE-2024-31578, bsc#1223070)
193
-  * avformat/avidec: Fix integer overflow iff ULONG_MAX < INT64_MAX (CVE-2024-36618, bsc#1234020)
194
-  * avformat/cafdec: dont seek beyond 64bit (CVE-2024-36617, bsc#1234019)
195
-  * avformat/westwood_vqa: Fix 2g packets (CVE-2024-36616, bsc#1234018)
196
-- Drop ffmpeg-7-CVE-2024-32228.patch:
197
-  The fix has been merged.
198
-- Drop ffmpeg-7-CVE-2024-32229.patch:
199
-  The fix has been merged.
200
-- Drop ffmpeg-7-CVE-2024-32230.patch:
201