1 Commits

Author SHA256 Message Date
Stefan Dirsch
93bd7e672b Update to 25.3.4 (jsc#PED-14029) 2025-11-10 21:28:09 +01:00
4 changed files with 92 additions and 7 deletions

Binary file not shown.

View File

@@ -1,3 +1,88 @@
-------------------------------------------------------------------
Mon Nov 10 20:01:34 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
- Update to 25.3.4; changes since 25.2.4
* Upstream PTL encoding support
* Added VVC Decoding level 6.3 and profile
MFX_PROFILE_VVC_MAIN10_STILL_PICTURE
* Fixed XYUV color format handling. Export more capability
information in mfxImplDescription for HEVC/AVC/AV1 encoder
* Use VPP for YUV422H to RGB CSC if VD-SFC not available
-------------------------------------------------------------------
Tue Jun 10 15:25:23 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 25.2.4; changes since 25.1.4
* [Encode] Support negative QP for AVC
* Update Shift description for Decoder
* [Media Common] Bump up version to 25.2.0
* [RT Common] Upstream new BMG DIDs
* Define MFX_VARIANT_TYPE_QUERY as bitmask
* Add VVC_DEC STILL_PICTURE profile and Level 6.3
* [Decode] Fix VVC conformance window setting issue
* [Decode] Add latest VVC level 6.3 and MAIN10_STILL
* [RT Common] Add BMG Device ID for upstream
* Revert "[Decode] Add latest VVC level 6.3 and MAIN10_STILL "
* [RT Common] Update property-based query implementation
* Remove double copy to/from GPU in hwupload and hwdownload
* Refine for commit 618b2ed (#7828)
* Add new capability query information to VPL
* [Encode] Rename the feature block for close
* [RT Common] Remove duplicated codec IDs or VPP filters for query
* Revert "Remove double copy to/from GPU in hwupload and hwdownload (#9488)"
* [RT Common] Export MFXQueryImplsProperties as global symbol for Linux
* [Media Common] Bump up version to 25.2.1
* [Decode] Add latest VVC level 6.3 and Main10_STILL
* [VP] Add SR 444 420 Format Support
* [Decode] Reduce hevc status array size
* [Encode] Update Caps for AVC
* Fix XYUV color format handling
* remove fastpass for ip scan
* [RT Common] Mutex optimization for fast copy
* Updates from editor
* Update action runner to 22.04
* Update API version to 2.15
* [HEVCe] Export more information in QueryImplsDescription
* Remove clang12 from the github workflow
* [Media Common] Bump up version to 25.2.2
* [RT Common] Refine revenue build
* [RT Common] Refine BuildOptionsPlatform.cmake
* Fix bug when renderID not start from 128 will return error
* [Decode] Add R16 format into shift option
* [Media Common] Bump up version to 25.2.3
* Add AI assisted Encoder Control API
* Update FOURCC RGB4/BGR4/ARGB16/ABGR16 description
* [RT Common] Manage platform string in set for different build plan
* Add Panther Lake platform support in readme
* [RT Common] Minor style updates
* [Encode] 4k Low QP corruption issue fix.
* [Media Common] Bump up version to 25.2.4
* [encode] Upstream av1ehw/hevcehw for PTL
* [Encode] Enable HEVCe Saliency Control
* [RT Common] Upstream more device IDs for PTL
* [Common] Reclassify status message
-------------------------------------------------------------------
Mon May 12 13:43:15 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 25.1.4
* VPL GPU Runtime version 25.1.4 is the final release to include
the MediaSDK package within the MediaStack.tar.gz file.
Starting with version 25.2, the MediaSDK package will no longer
be available. If you require the MediaSDK package, you can
still download it from earlier releases.
* Whats New
- Enhanced AV1 decoding performance when all decode frame
surface is busy.
- Fixed AV1/AVC/HEVC decoding crash issue for surface creasion
when resolution change.
- Enabled property-based query.
-------------------------------------------------------------------
Mon May 12 06:12:49 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
- Stop storing build machine kernel version (boo#1101107)
-------------------------------------------------------------------
Tue Feb 11 10:44:04 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libmfx-gen
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
%global sover 1_2
Name: libmfx-gen
%define lname libmfx-gen%{sover}
Version: 25.1.1
Version: 25.3.4
Release: 0
Summary: Intel oneVPL GPU Runtime
License: MIT
Group: Development/Languages/C and C++
URL: https://github.com/intel/vpl-gpu-rt
Source0: https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-%{version}.tar.gz
Source0: vpl-gpu-rt-intel-onevpl-%{version}.tar.gz
Source1: supplements.inc
Source2: generate-supplements.sh
BuildRequires: cmake
@@ -64,7 +64,7 @@ the Intel oneVPL GPU Runtime.
%build
mkdir -p build
pushd build
cmake -DCMAKE_INSTALL_PREFIX="%{_prefix}" ..
cmake -DCMAKE_INSTALL_PREFIX="%{_prefix}" -DCMAKE_SYSTEM_VERSION=6.14.0-OBS ..
make %{?_smp_mflags}
popd

Binary file not shown.