libmfx/libmfx.changes

296 lines
11 KiB
Plaintext

-------------------------------------------------------------------
Mon Feb 5 09:07:36 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- disabled compiling samples, tools and tutorials, which are no
longer packaged anyway
-------------------------------------------------------------------
Sat Feb 3 18:29:23 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- only package hardware specific ibmfxhw64 (+ libmfx_<codec>_hw64
plugins) loaded during runtime by libvpl (boo#1219494)
- drop -devel and -samples subpackages
-------------------------------------------------------------------
Sat Feb 3 11:33:41 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- added hardware supplements, so it will be installed on GPUs which
are not supported by libmfx-gen (boo#1219494)
-------------------------------------------------------------------
Mon Dec 4 11:54:50 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- This includes latest version of one of the components needed for
Video (processing) hardware support on Intel GPUs (bsc#1217770)
-------------------------------------------------------------------
Mon May 29 01:36:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 23.2.2:
* [Encode] Fix JPEG payload insertion on Linux
* Update checking of bitsream left size (#3033)
* [Decode] Fix memory out-of-bounds issue for VP9
* [Decode] Fix memory out-of-bounds issue for VP8
* [Decode]Remove AVC level 6.0 check
* [Decode]Fix hevc decode issue
* hevce: use Low Power mode for RGB encoding by default
-------------------------------------------------------------------
Mon Mar 6 12:09:56 UTC 2023 - Martin Liška <mliska@suse.cz>
- Add upstream gcc13-fix.patch patch.
-------------------------------------------------------------------
Sun Jan 8 17:43:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 22.6.5:
* Add security reporting information
-------------------------------------------------------------------
Tue Dec 6 20:41:13 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 22.6.4:
* Fix VC1 Decode assertion failure when frame type is NONE_PICTURE
-------------------------------------------------------------------
Mon Nov 7 12:24:27 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- needed for jira#PED-1174 (Video decoding/encoding support
(VA-API, ...) for Intel GPUs is outside of Mesa)
-------------------------------------------------------------------
Thu Nov 3 18:22:45 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 22.6.1
* latest bugfix release
-------------------------------------------------------------------
Mon Jul 11 11:15:10 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- No code changes
- Update to version 22.4.4 was part of Intel oneVPL GPU Runtime
2022Q2 Release 22.4.4
-------------------------------------------------------------------
Fri Jul 8 12:25:44 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 22.4.4
* Decode
+ Fix VC1 Decode assertion failure when frame type is NONE_PICTURE
* Software requirements
+ Libdrm 2.4.84 or later
+ Kernel 4.14 or later (5.4 recommended, consult kernel support matrix
wiki page for details)
* Known issues
+ Kernel 5.0 have known issue with endurance on Skylake see
https://bugs.freedesktop.org/show_bug.cgi?id=110285 for details.
* Windows support
+ Samples and dispatcher API 1.35 supported by Windows Intel(r) graphics
driver since 27.20.100.8935 version.
* Limited support on certain platforms:
+ MPEG-2 encode is not supported on Apollo Lake
+ H.264 Flexible Encode Infrastructure only supported on Broadwell and
Skylake
+ Multi Frame Encode (MFE), HEVC Flexible Encode Infrastructure only
supported on Skylake
+ VP9 decoder is supported starting from Kabylake platform
+ VP9 encoder is supported starting from Icelake platform
+ SW fallback is unsupported for all components but MJPEG
+ Keem Bay requires a VPU runtime library
+ The following features are supported by Keem Bay runtime and are not
supported by Gen graphics runtime:
* mfxExtInsertHeaders
* mfxExtEncoderIPCMArea
-------------------------------------------------------------------
Mon Nov 29 15:33:42 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 21.3.5:
* single change: Updates release notes for 21.3.4 release
* New features:
+ VP9 Encode: Added WebRTC mode.
+ Samples:
. Added "VuiTC" option to set VUI TransferCharacteristics in
sample_multi_transcode.
. Added the verification of input params before used in Init
for sample_encode
+ Misc:
. Added support of DRM_FORMAT_NV12 for console mode
rendering.
. Added runtimes support matrix for Media SDK and oneVPL GPU
Runtime.
+ Software requirements:
. Libdrm 2.4.84 or later
. Kernel 4.14 or later (5.4 recommended, consult kernel
support matrix wiki page for details)
+ Known issues: Kernel 5.0 have known issue with endurance on
Skylake see
https://bugs.freedesktop.org/show_bug.cgi?id=110285 for
details.
* Limited support on certain platforms:
+ MPEG-2 encode is not supported on Apollo Lake
+ H.264 Flexible Encode Infrastructure only supported on
Broadwell and Skylake
+ Multi Frame Encode (MFE), HEVC Flexible Encode Infrastructure
only supported on Skylake
+ VP9 decoder is supported starting from Kabylake platform
+ VP9 encoder is supported starting from Icelake platform
+ SW fallback is unsupported for all components but MJPEG
+ Keem Bay requires a VPU runtime library
+ The following features are supported by Keem Bay runtime and
are not supported by Gen graphics runtime:
. mfxExtInsertHeaders
. mfxExtEncoderIPCMArea
-------------------------------------------------------------------
Mon Oct 4 15:07:33 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
- fixed JIRA number in previous changelog
-------------------------------------------------------------------
Wed Sep 29 08:45:37 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
- Update to 21.3.4
* Fixed VPL run-time loading by MediaSDK dispatcher
VPL doesn't provide libmfx-gen.so.1
In VPL Gen run-time we have libmfx-gen.so.1.2 as SONAME and
use libmfx-gen.so.1.2.x as a full name.
* [VPP] Fix increasing num of input channels doesn't work
* maximum and minmum qp setting for HEVC encoder.
* Removed multiple calls vaGetConfigAttributes (github
issue#2417)
* [Jpeg]modify color range on Linux
* [Jpegd] Enable HW to decode JPEG RGB444 on Linux
-------------------------------------------------------------------
Mon Sep 27 13:18:19 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
- covers jira#SLE/SLE-19361
-------------------------------------------------------------------
Wed Sep 22 10:42:59 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
- Update to 21.3.3
* latest version
- refreshed cmake-sle12.patch
- supersedes u_gcc11.patch
-------------------------------------------------------------------
Wed Feb 10 13:16:39 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
- u_gcc11.patch
* fixes build against gcc11 (boo#1181871)
-------------------------------------------------------------------
Sat Oct 10 20:29:30 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 20.3.0:
* Added Keem Bay platform support
* Added AV1 decode support
* Added implicit Motion-Compensated Temporal Filter (MCTF) to improve coding quality on certain scenarios
* Improved CodecLevel initialization from rate control parameters
* Added support of 4k streams with look-ahead bitrate control mode
* Enabled QPOffset by default
* Improved efficiency of FPQ
* Enabled QP modulation (Icelake+)
* Added 16k support
* Added A2RGB10 input in case of passthru copy
* Added -dec::sys flag for setting of the output memory to system type in sample_multi_transcode
* Added p016/y216 support in sample_encode
* Added i420/nv12 support in sample_multi_transcode
* Fixed chroma size for Y210/Y216 formats in sample_deocde
* Added handle for iterpolation methods for resize in sample_vpp
* Added support for discrete Intel Xe graphics codenamed DG1 and SG1
* Added support for Rocketlake platform
* Actualized Elkhartlake device id support list
-------------------------------------------------------------------
Mon Aug 31 17:26:56 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- version 20.2.1 needed for jira#SLE/SLE-12712
-------------------------------------------------------------------
Thu Aug 27 18:32:40 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 20.2.1
* Samples: Fixed #2190. rotate_opencl plugin switched to recent
version of OpenCL C++ headers, validated with OpenCL-CLHPP
v2.0.12 and OpenCL-Headers v2020.06.16 / Intel® SDK for OpenCL™
Applications for Windows* 2020.2.487.
-------------------------------------------------------------------
Thu Aug 27 18:04:40 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 20.2.0
* bugfixes and improvements
* includes: Build system does not enforce specific instruction
set (issue#2047, boo#1167346)
- supersedes u_buildfix-for-gcc10.patch
-------------------------------------------------------------------
Mon Aug 3 09:03:23 UTC 2020 - Fabian Vogt <fvogt@suse.com>
- Move samples into a new subpackage
- The library does not depend on the tools, drop Requires
- Apply patch unconditionally, use %autosetup
- Move LICENSE to library package
- Make the sover part of %files
- Don't bother building tests, they're not run anyway
-------------------------------------------------------------------
Mon Mar 16 12:40:37 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- u_buildfix-for-gcc10.patch
* fixes build against gcc10 (boo#1166609)
-------------------------------------------------------------------
Tue Mar 3 12:30:43 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 19.4.0:
* bugfixes and improvements
-------------------------------------------------------------------
Thu Nov 7 12:46:45 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- This release fullfills requirements for jsc#SLE-8841
-------------------------------------------------------------------
Tue Sep 3 13:38:21 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- Update to release 19.2.1
* bugfixes and improvements
-------------------------------------------------------------------
Mon Aug 26 08:12:32 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- More consistent macro usage throughout.
- Grammar fixes to description.
-------------------------------------------------------------------
Tue Jun 11 14:26:00 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- added more features to build
* X11_DRI3
* WAYLAND
* TEXTLOG
* STAT
* TESTS
* TOOLS
- ITT and KERNELS features remain disabled for now since libITT
and cm compiler is not available on (open)SUSE right now
- gcc7 needed for building tests on sle12-sp5
- moved documentation and binaries to main package; let require
the library subpackage the main package
-------------------------------------------------------------------
Fri Jun 7 14:26:01 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- cmake-sle12.patch
* needed for cmake 3.5.2 on sle12-sp5
-------------------------------------------------------------------
Thu Jun 6 12:22:00 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- created package for Intel Media SDK (jira #SLE-4968, bsc#1137651)