File libmfx.changes of Package libmfx
270
1
-------------------------------------------------------------------
2
Thu Sep 5 13:41:44 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
3
4
- let libmfx1 package provide/obsolete -devel and -samples packages
5
to get rid of these on all installed systems
6
7
-------------------------------------------------------------------
8
Thu Sep 5 11:28:38 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
9
10
- the previous change addresses
11
* libmfx: improper input validation (CVE-2023-48368, bsc#1226897)
12
* libmfx: improper buffer restrictions (CVE-2023-45221, bsc#1226898)
13
* libmfx: out-of-bounds read (CVE-2023-22656, bsc#1226899)
14
* libmfx: out-of-bounds write (CVE-2023-47282, bsc#1226900)
15
* libmfx: improper buffer restrictions (CVE-2023-47169, bsc#1226901)
16
* Multiple vulnerabilities in the Intel Media SDK (libmfx1) (bsc#1226892)
17
* Drop libmfx dependency from our product (jira #PED-10024)
18
19
-------------------------------------------------------------------
20
Wed Sep 4 12:01:49 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
21
22
- added hardware supplements, so it will be installed on GPUs which
23
are not supported by libmfx-gen (boo#1219494)
24
- only package hardware specific libmfxhw64 (+ libmfx_<codec>_hw64
25
plugins) loaded during runtime by libvpl (boo#1219494)
26
- drop -devel and -samples subpackages
27
- disabled compiling samples, which are no longer packaged anyway
28
29
-------------------------------------------------------------------
30
Mon Nov 7 12:24:27 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
31
32
- needed for jira#PED-1174 (Video decoding/encoding support
33
(VA-API, ...) for Intel GPUs is outside of Mesa)
34
35
-------------------------------------------------------------------
36
Thu Nov 3 18:22:45 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
37
38
- Update to version 22.6.1
39
* latest bugfix release
40
41
-------------------------------------------------------------------
42
Mon Jul 11 11:15:10 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
43
44
- No code changes
45
- Update to version 22.4.4 was part of Intel oneVPL GPU Runtime
46
2022Q2 Release 22.4.4
47
48
-------------------------------------------------------------------
49
Fri Jul 8 12:25:44 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
50
51
- Update to version 22.4.4
52
* Decode
53
+ Fix VC1 Decode assertion failure when frame type is NONE_PICTURE
54
* Software requirements
55
+ Libdrm 2.4.84 or later
56
+ Kernel 4.14 or later (5.4 recommended, consult kernel support matrix
57
wiki page for details)
58
* Known issues
59
+ Kernel 5.0 have known issue with endurance on Skylake see
60
https://bugs.freedesktop.org/show_bug.cgi?id=110285 for details.
61
* Windows support
62
+ Samples and dispatcher API 1.35 supported by Windows Intel(r) graphics
63
driver since 27.20.100.8935 version.
64
* Limited support on certain platforms:
65
+ MPEG-2 encode is not supported on Apollo Lake
66
+ H.264 Flexible Encode Infrastructure only supported on Broadwell and
67
Skylake
68
+ Multi Frame Encode (MFE), HEVC Flexible Encode Infrastructure only
69
supported on Skylake
70
+ VP9 decoder is supported starting from Kabylake platform
71
+ VP9 encoder is supported starting from Icelake platform
72
+ SW fallback is unsupported for all components but MJPEG
73
+ Keem Bay requires a VPU runtime library
74
+ The following features are supported by Keem Bay runtime and are not
75
supported by Gen graphics runtime:
76
* mfxExtInsertHeaders
77
* mfxExtEncoderIPCMArea
78
79
-------------------------------------------------------------------
80
Mon Nov 29 15:33:42 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
81
82
- Update to version 21.3.5:
83
* single change: Updates release notes for 21.3.4 release
84
* New features:
85
+ VP9 Encode: Added WebRTC mode.
86
+ Samples:
87
. Added "VuiTC" option to set VUI TransferCharacteristics in
88
sample_multi_transcode.
89
. Added the verification of input params before used in Init
90
for sample_encode
91
+ Misc:
92
. Added support of DRM_FORMAT_NV12 for console mode
93
rendering.
94
. Added runtimes support matrix for Media SDK and oneVPL GPU
95
Runtime.
96
+ Software requirements:
97
. Libdrm 2.4.84 or later
98
. Kernel 4.14 or later (5.4 recommended, consult kernel
99
support matrix wiki page for details)
100
+ Known issues: Kernel 5.0 have known issue with endurance on
101
Skylake see
102
https://bugs.freedesktop.org/show_bug.cgi?id=110285 for
103
details.
104
* Limited support on certain platforms:
105
+ MPEG-2 encode is not supported on Apollo Lake
106
+ H.264 Flexible Encode Infrastructure only supported on
107
Broadwell and Skylake
108
+ Multi Frame Encode (MFE), HEVC Flexible Encode Infrastructure
109
only supported on Skylake
110
+ VP9 decoder is supported starting from Kabylake platform
111
+ VP9 encoder is supported starting from Icelake platform
112
+ SW fallback is unsupported for all components but MJPEG
113
+ Keem Bay requires a VPU runtime library
114
+ The following features are supported by Keem Bay runtime and
115
are not supported by Gen graphics runtime:
116
. mfxExtInsertHeaders
117
. mfxExtEncoderIPCMArea
118
119
-------------------------------------------------------------------
120
Mon Oct 4 15:07:33 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
121
122
- fixed JIRA number in previous changelog
123
124
-------------------------------------------------------------------
125
Wed Sep 29 08:45:37 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
126
127
- Update to 21.3.4
128
* Fixed VPL run-time loading by MediaSDK dispatcher
129
VPL doesn't provide libmfx-gen.so.1
130
In VPL Gen run-time we have libmfx-gen.so.1.2 as SONAME and
131
use libmfx-gen.so.1.2.x as a full name.
132
* [VPP] Fix increasing num of input channels doesn't work
133
* maximum and minmum qp setting for HEVC encoder.
134
* Removed multiple calls vaGetConfigAttributes (github
135
issue#2417)
136
* [Jpeg]modify color range on Linux
137
* [Jpegd] Enable HW to decode JPEG RGB444 on Linux
138
139
-------------------------------------------------------------------
140
Mon Sep 27 13:18:19 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
141
142
- covers jira#SLE/SLE-19361
143
144
-------------------------------------------------------------------
145
Wed Sep 22 10:42:59 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
146
147
- Update to 21.3.3
148
* latest version
149
- refreshed cmake-sle12.patch
150
- supersedes u_gcc11.patch
151
152
-------------------------------------------------------------------
153
Wed Feb 10 13:16:39 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
154
155
- u_gcc11.patch
156
* fixes build against gcc11 (boo#1181871)
157
158
-------------------------------------------------------------------
159
Sat Oct 10 20:29:30 UTC 2020 - Dirk Mueller <dmueller@suse.com>
160
161
- update to 20.3.0:
162
* Added Keem Bay platform support
163
* Added AV1 decode support
164
* Added implicit Motion-Compensated Temporal Filter (MCTF) to improve coding quality on certain scenarios
165
* Improved CodecLevel initialization from rate control parameters
166
* Added support of 4k streams with look-ahead bitrate control mode
167
* Enabled QPOffset by default
168
* Improved efficiency of FPQ
169
* Enabled QP modulation (Icelake+)
170
* Added 16k support
171
* Added A2RGB10 input in case of passthru copy
172
* Added -dec::sys flag for setting of the output memory to system type in sample_multi_transcode
173
* Added p016/y216 support in sample_encode
174
* Added i420/nv12 support in sample_multi_transcode
175
* Fixed chroma size for Y210/Y216 formats in sample_deocde
176
* Added handle for iterpolation methods for resize in sample_vpp
177
* Added support for discrete Intel Xe graphics codenamed DG1 and SG1
178
* Added support for Rocketlake platform
179
* Actualized Elkhartlake device id support list
180
181
-------------------------------------------------------------------
182
Mon Aug 31 17:26:56 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
183
184
- version 20.2.1 needed for jira#SLE/SLE-12712
185
186
-------------------------------------------------------------------
187
Thu Aug 27 18:32:40 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
188
189
- Update to version 20.2.1
190
* Samples: Fixed #2190. rotate_opencl plugin switched to recent
191
version of OpenCL C++ headers, validated with OpenCL-CLHPP
192
v2.0.12 and OpenCL-Headers v2020.06.16 / Intel® SDK for OpenCL™
193
Applications for Windows* 2020.2.487.
194
195
-------------------------------------------------------------------
196
Thu Aug 27 18:04:40 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
197
198
- Update to version 20.2.0
199
* bugfixes and improvements
200
* includes: Build system does not enforce specific instruction
201
set (issue#2047, boo#1167346)
202
- supersedes u_buildfix-for-gcc10.patch
203
204
-------------------------------------------------------------------
205
Mon Aug 3 09:03:23 UTC 2020 - Fabian Vogt <fvogt@suse.com>
206
207
- Move samples into a new subpackage
208
- The library does not depend on the tools, drop Requires
209
- Apply patch unconditionally, use %autosetup
210
- Move LICENSE to library package
211
- Make the sover part of %files
212
- Don't bother building tests, they're not run anyway
213
214
-------------------------------------------------------------------
215
Mon Mar 16 12:40:37 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
216
217
- u_buildfix-for-gcc10.patch
218
* fixes build against gcc10 (boo#1166609)
219
220
-------------------------------------------------------------------
221
Tue Mar 3 12:30:43 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
222
223
- Update to version 19.4.0:
224
* bugfixes and improvements
225
226
-------------------------------------------------------------------
227
Thu Nov 7 12:46:45 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
228
229
- This release fullfills requirements for jsc#SLE-8841
230
231
-------------------------------------------------------------------
232
Tue Sep 3 13:38:21 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
233
234
- Update to release 19.2.1
235
* bugfixes and improvements
236
237
-------------------------------------------------------------------
238
Mon Aug 26 08:12:32 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
239
240
- More consistent macro usage throughout.
241
- Grammar fixes to description.
242
243
-------------------------------------------------------------------
244
Tue Jun 11 14:26:00 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
245
246
- added more features to build
247
* X11_DRI3
248
* WAYLAND
249
* TEXTLOG
250
* STAT
251
* TESTS
252
* TOOLS
253
- ITT and KERNELS features remain disabled for now since libITT
254
and cm compiler is not available on (open)SUSE right now
255
- gcc7 needed for building tests on sle12-sp5
256
- moved documentation and binaries to main package; let require
257
the library subpackage the main package
258
259
-------------------------------------------------------------------
260
Fri Jun 7 14:26:01 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
261
262
- cmake-sle12.patch
263
* needed for cmake 3.5.2 on sle12-sp5
264
265
-------------------------------------------------------------------
266
Thu Jun 6 12:22:00 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
267
268
- created package for Intel Media SDK (jira #SLE-4968, bsc#1137651)
269
270