File ffmpeg-7.changes of Package ffmpeg-7

287
 
1
-------------------------------------------------------------------
2
Wed Mar  5 09:46:09 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
3
4
- Add 0001-avcodec-libsvtav1-unbreak-build-with-latest-svtav1.patch
5
  to build with SVT-AV1 3.0.0.
6
7
-------------------------------------------------------------------
8
Fri Feb 19 05:17:22 UTC 2025 - Cliff Zhao <qzhao@suse.com>
9
10
- Add ffmpeg-7-CVE-2025-22921.patch:
11
  Backporting 7f9c7f98 from upstream, clear array length when
12
  freeing it.
13
  (CVE-2025-22921, bsc#1237382)
14
15
-------------------------------------------------------------------
16
Fri Feb 19 04:27:06 UTC 2025 - Cliff Zhao <qzhao@suse.com>
17
18
- Add ffmpeg-7-CVE-2025-25473.patch:
19
  Backporting c08d3004 from upstream, clear FFFormatContext packet.
20
  When packet_buffer is used in mux.c, and if a muxing process fails
21
  at a point where packets remained in said queue.
22
  (CVE-2025-25473, bsc#1237351)
23
24
-------------------------------------------------------------------
25
Fri Feb 19 03:18:02 UTC 2025 - Cliff Zhao <qzhao@suse.com>
26
27
- Add ffmpeg-7-CVE-2025-0518.patch:
28
  Backporting b5b6391d from upstream, fixes memory data leak when
29
  use sscanf().
30
  (CVE-2025-0518, bsc#1236007)
31
32
-------------------------------------------------------------------
33
Fri Feb 19 02:58:01 UTC 2025 - Cliff Zhao <qzhao@suse.com>
34
35
- Add ffmpeg-7-CVE-2025-22919.patch:
36
  Backporting 1446e37d from upstream, check for valid sample rate
37
  As the sample rate <= 0 is invalid.
38
  (CVE-2025-22919, bsc#1237371)
39
40
-------------------------------------------------------------------
41
Tue Oct 15 08:18:54 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
42
43
- Adjust bconds to build the package in SLFO without xvidcore.
44
45
-------------------------------------------------------------------
46
Wed Oct  2 08:20:18 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
47
48
- Update to release 7.1
49
  * ffmpeg CLI filtergraph chaining
50
  * pad_vaapi, drawbox_vaapi filters
51
  * vf_scale supports secondary ref input and framesync options
52
  * vf_scale2ref deprecated
53
  * removed DEC Alpha DSP and support code
54
  * perlin video source
55
  * Cropping metadata parsing and writing in Matroska and MP4/MOV
56
    de/muxers
57
  * YUV colorspace negotiation for codecs and filters, obsoleting
58
    the YUVJ pixel format
59
  * Vulkan H.264 and H.265 encoders
60
  * stream specifiers in fftools can now match by stream
61
    disposition
62
  * LCEVC enhancement data exporting in H.26x and MP4/ISOBMFF
63
  * LCEVC filter
64
  * avcodec/mpegvideo_enc: Add check for av_packet_new_side_data (CVE-2024-12361, bsc#1237358)
65
  * avformat/dump: print only the actual streams in a tile grid group (CVE-2025-22920, bsc#1237380)
66
  * avcodec/rkmppdec: Fix double-free on error (CVE-2024-35368, bsc#1234028)
67
- Delete patches/ffmpeg-7-fix-crashes.patch,
68
  0001-libavcodec-arm-mlpdsp_armv5te-fix-label-format-to-wo.patch (merged)
69
70
-------------------------------------------------------------------
71
Mon Sep 30 12:34:56 UTC 2024 - olaf@aepfle.de
72
73
- Fix assertion due to missing priv_data cleanup on failed VAAPI
74
  acceleration with 11013-avcodec-decode-clean-up-if-get_hw_frames_parameters-.patch
75
  (ffmpeg#11013, vlc#28811)
76
77
-------------------------------------------------------------------
78
Thu Sep 26 10:02:20 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
79
80
- no longer build against libmfx; build also 15.5 against libvpl
81
 (boo#1230983)
82
83
-------------------------------------------------------------------
84
Wed Aug 21 09:58:42 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
85
86
- Add 0001-libavcodec-arm-mlpdsp_armv5te-fix-label-format-to-wo.patch
87
  to resolve build failure on armv7 [boo#1229338]
88
89
-------------------------------------------------------------------
90
Wed Aug  7 07:37:24 UTC 2024 - Cliff Zhao <qzhao@suse.com>
91
92
- Update to version 7.0.2:
93
  * avcodec/snow: Fix off by 1 error in run_buffer
94
  * avcodec/utils: apply the same alignment to YUV410 as we do to YUV420 for snow
95
  * avformat/iamf_parse: Check for 0 samples
96
  * swscale: [loongarch] Fix checkasm-sw_yuv2rgb failure.
97
  * avcodec/aacps_tablegen_template: don't redefine CONFIG_HARDCODED_TABLES
98
  * avutil/hwcontext_vaapi: use the correct type for VASurfaceAttribExternalBuffers.buffers
99
  * avcodec/pcm-bluray/dvd: Use correct pointer types on BE
100
  * avcodec/pngenc: fix sBIT writing for indexed-color PNGs
101
  * avcodec/pngdec: use 8-bit sBIT cap for indexed PNGs per spec
102
  * avformat/mov: check that child boxes of trak are only present inside it
103
  * avformat/mov: check that sample and chunk count is 1 for HEIF
104
  * avcodec/videotoolboxenc: Fix bitrate doesn't work as expected
105
  * avdevice/dshow: Don't skip audio devices if no video device is present
106
  * avcodec/hdrenc: Allocate more space
107
  * avcodec/cfhdenc: Height of 16 is not supported
108
  * avcodec/cfhdenc: Allocate more space
109
  * avcodec/osq: fix integer overflow when applying factor
110
  * avcodec/osq: avoid using too large numbers for shifts and integers in update_residue_parameter()
111
  * avcodec/hevcdec: fix segfault on invalid film grain metadata (CVE-2024-32228, bsc#1227277)
112
  * avfilter/vf_tiltandshift: fix buffer offset for yuv422p input (CVE-2024-32229, bsc#1227295)
113
  * avcodec/mpegvideo_enc: Fix 1 line and one column images (CVE-2024-32230, bsc#1227296)
114
  * avcodec/pnmdec: Use 64bit for input size check (CVE-2024-7055, bsc#1229026)
115
  * fftools/ffmpeg_mux_init: Fix double-free on error (CVE-2024-35365, bsc#1235091)
116
  * avformat/dxa: Adjust order of operations around block align (CVE-2024-36613, bsc#1235092)
117
- Drop ffmpeg-7-CVE-2024-32228.patch:
118
  The fix has been merged.
119
- Drop ffmpeg-7-CVE-2024-32229.patch:
120
  The fix has been merged.
121
- Drop ffmpeg-7-CVE-2024-32230.patch:
122
  The fix has been merged.
123
124
-------------------------------------------------------------------
125
Sat Aug  3 08:52:26 UTC 2024 - Cliff Zhao <qzhao@suse.com>
126
127
- Add ffmpeg-7-fix-crashes.patch:
128
  Backporting 5b87869c from upstream, fix track handling when mixing
129
  IAMF and video tracks, Fixes crashes when muxing the two together.
130
131
-------------------------------------------------------------------
132
Tue Jul  5 14:18:52 UTC 2024 - Cliff Zhao <qzhao@suse.com>
133
134
- Add ffmpeg-7-CVE-2024-32229.patch:
135
  Backporting a528a54e from upstream, Fix buffer offset for yuv422p
136
  input.
137
  (CVE-2024-32229, bsc#1227295)
138
139
-------------------------------------------------------------------
140
Tue Jul  2 12:26:28 UTC 2024 - Cliff Zhao <qzhao@suse.com>
141
142
- Add ffmpeg-7-CVE-2024-32230.patch:
143
  Backporting 96449cfe from upstream, Fix 1 line and one column images.
144
  (CVE-2024-32230, bsc#1227296)
145
146
-------------------------------------------------------------------
147
Tue Jul  2 11:57:01 UTC 2024 - Cliff Zhao <qzhao@suse.com>
148
149
- Add ffmpeg-7-CVE-2024-32228.patch:
150
  Backporting 45964876 from upstream, Fix segfault on invalid film
151
  grain metadata.
152
  (CVE-2024-32228, bsc#1227277)
153
154
-------------------------------------------------------------------
155
Sun Apr  7 11:39:41 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
156
157
- Copy package ffmpeg-6 to ffmpeg-7 and adjust
158
- Update to release 7.0.0
159
  * Made the CLI tool support multithreading
160
- Delete 0001-avcodec-tests-rename-the-bundled-Mesa-AV1-vulkan-vid.patch
161
  (merged)
162
163
-------------------------------------------------------------------
164
Fri Mar 22 09:25:28 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
165
166
- Add 0001-avcodec-tests-rename-the-bundled-Mesa-AV1-vulkan-vid.patch
167
168
-------------------------------------------------------------------
169
Thu Mar 14 18:58:31 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
170
171
- Let the ffmpeg-6 main program be combinable with ffmpeg-6-mini-libs
172
173
-------------------------------------------------------------------
174
Mon Jan 15 11:11:08 UTC 2024 - Enrico Belleri <kilgore.trout@idesmi.eu>
175
176
- Update to version 6.1.1:
177
  * libaribcaption decoder
178
  * Playdate video decoder and demuxer
179
  * Extend VAAPI support for libva-win32 on Windows
180
  * afireqsrc audio source filter
181
  * arls filter
182
  * ffmpeg CLI new option: -readrate_initial_burst
183
  * zoneplate video source filter
184
  * command support in the setpts and asetpts filters
185
  * Vulkan decode hwaccel, supporting H264, HEVC and AV1
186
  * color_vulkan filter
187
  * bwdif_vulkan filter
188
  * nlmeans_vulkan filter
189
  * RivaTuner video decoder
190
  * xfade_vulkan filter
191
  * vMix video decoder
192
  * Essential Video Coding parser, muxer and demuxer
193
  * Essential Video Coding frame merge bsf
194
  * bwdif_cuda filter
195
  * Microsoft RLE video encoder
196
  * Raw AC-4 muxer and demuxer
197
  * Raw VVC bitstream parser, muxer and demuxer
198
  * Bitstream filter for editing metadata in VVC streams
199
  * Bitstream filter for converting VVC from MP4 to Annex B
200
  * scale_vt filter for videotoolbox
201
  * transpose_vt filter for videotoolbox
202
  * support for the P_SKIP hinting to speed up libx264 encoding
203
  * Support HEVC,VP9,AV1 codec in enhanced flv format
204
  * apsnr and asisdr audio filters
205
  * OSQ demuxer and decoder
206
  * Support HEVC,VP9,AV1 codec fourcclist in enhanced rtmp protocol
207
  * CRI USM demuxer
208
  * ffmpeg CLI '-top' option deprecated in favor of the setfield filter
209
  * VAAPI AV1 encoder
210
  * ffprobe XML output schema changed to account for multiple variable-fields elements within the same parent element
211
  * ffprobe -output_format option added as an alias of -of
212
- Remove patch6 0001-avfilter-vf_libplacebo-remove-deprecated-field.diff
213
- Prefer libvpl to libmfx: the latter is deprecated
214
- Delete ffmpeg-6-private-devel package as it is only needed to build libav-tools
215
216
-------------------------------------------------------------------
217
Wed Nov 22 15:23:54 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
218
219
- Enable more decoders and encoders explicitly:
220
  * amrwb via bcond_without for TW only (and in
221
    enable_decoder/encoder)
222
  * opencore via bcond_without for TW only (and in
223
    enable_decoder/encoder)
224
  * xvid via bcond_without for TW only (and in
225
    enable_decoder/encoder)
226
  * h.263 via enable_decoder/encoder and no longer explicitly
227
    disabling in call to configure
228
  * MPEG4 Visual via enable_decoder/encoder and no longer
229
    explicitly disabling in call to configure
230
  * MPEG2 Hardware decoders via enable_decoder/encoder
231
  * And many many more via enable_decoder/encoder.
232
233
-------------------------------------------------------------------
234
Fri Nov 10 10:09:46 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
235
236
- Update to version 6.0.1:
237
  * Updates and bugfixes to avcodecs, avformat and avfilters
238
    mainly.
239
- Drop patch fixed upstream:
240
  * 0001-avcodec-x86-mathops-clip-constants-used-with-shift-i.patch
241
242
-------------------------------------------------------------------
243
Wed Oct  4 07:59:01 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
244
245
- Add 0001-avcodec-x86-mathops-clip-constants-used-with-shift-i.patch
246
  to resolve a build failure on 15.4/15.5.
247
248
-------------------------------------------------------------------
249
Mon Jul 31 09:05:39 UTC 2023 - llyyr <llyyr.public@gmail.com>
250
251
- Bump required libplacebo version to v6.292.0 or newer for TW
252
- Temporarily demote deprecation errors to deprecation warnings
253
  for vf_libplacebo
254
- Add upstream patches to fix build with libplacebo v6:
255
  * 0001-avfilter-vf_libplacebo-remove-deprecated-field.diff
256
257
-------------------------------------------------------------------
258
Mon Apr 10 09:08:08 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
259
260
- Reset fixed leftover value for BUILD_ORIG
261
262
-------------------------------------------------------------------
263
Thu Mar 16 17:56:04 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
264
265
- Conflict with otherproviders(ffmpeg-tools).
266
267
-------------------------------------------------------------------
268
Thu Mar  9 09:02:01 UTC 2023 - Enrico Belleri <idesmi@protonmail.com>
269
270
- enable libplacebo filter
271
- clean old BuildRequires conditions
272
- add libjxl to enable_encoders
273
274
-------------------------------------------------------------------
275
Tue Feb 28 13:23:08 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
276
277
- Branch from ffmpeg-5.spec
278
- Remove ffmpeg-4.4-CVE-2020-22046.patch (inapplicable),
279
  no-vk-video-decoding.patch (obsolete),
280
  ffmpeg-CVE-2022-3964.patch (appears merged)
281
- Update to release 6.0
282
  * FFmpeg now runs every muxer in a separate thread and requires
283
    threading to be enabled for compilation
284
  * VA-API encoding and decoding support for 10/12-bit 422,
285
    10/12-bit 444 VP9 support
286
  * RISC-V optimizations
287