Sync from SUSE:SLFO:Main libmfx-gen revision b4d16506836378115a4a1017fb88e5ff
This commit is contained in:
parent
a90154b91e
commit
28ff6dc6c8
BIN
intel-onevpl-24.1.3.tar.gz
(Stored with Git LFS)
BIN
intel-onevpl-24.1.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
intel-onevpl-24.3.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
intel-onevpl-24.3.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 12:05:49 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 24.3.3 - changes since 24.1.5 (related: jira#PED-10348)
|
||||
* Added VVC decode API
|
||||
* Enhanced DPB management for AV1 decoding
|
||||
* Supported dynamic resolution change for HEVC/AVC/AV1 decoding in
|
||||
VPL memory 2.0
|
||||
* Restored AV1 filmgrain decoding
|
||||
* Enabled API trace for remaining API methods (Reset, GetVideoParam,
|
||||
GetEncodeStat)
|
||||
* Fixed bitstream corruption when adding HDR header for AV1 encoding
|
||||
with ffmpeg
|
||||
* Refined reference frame structure for video conference to improve
|
||||
quality
|
||||
* Enabled buffer caching's control for GPU accelerated copying when
|
||||
CM copy is used
|
||||
* bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 20:55:07 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 24.1.5
|
||||
* Fixed stuck issue for VP9 decoding
|
||||
* Fixed MPEG2 and JPEG decoding crash issue
|
||||
* Refined AV1 encoding reference frame structure for low delay
|
||||
frames to improve encoding quality
|
||||
* Enabled AV1 encoding additional forward reference for P/GPB
|
||||
frames on TU1
|
||||
* Fixed reset API returns buffer not enough in AV1 CQP mode
|
||||
* Added IDR flag to VP9 intra frames to support bitstream packing
|
||||
- Use full url for source tarball.
|
||||
- Use ldconfig_scriptlets macro for post(un) handling.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 3 12:18:23 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -19,13 +19,13 @@
|
||||
%global sover 1_2
|
||||
Name: libmfx-gen
|
||||
%define lname libmfx-gen%{sover}
|
||||
Version: 24.1.3
|
||||
Version: 24.3.3
|
||||
Release: 0
|
||||
Summary: Intel oneVPL GPU Runtime
|
||||
License: MIT
|
||||
Group: Development/Languages/C and C++
|
||||
URL: https://github.com/oneapi-src/oneVPL-intel-gpu
|
||||
Source0: intel-onevpl-%{version}.tar.gz
|
||||
Source0: https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-%{version}.tar.gz
|
||||
Source1: supplements.inc
|
||||
Source2: generate-supplements.sh
|
||||
BuildRequires: cmake
|
||||
@ -59,7 +59,7 @@ This package contains the development headers and pkgconfig files for
|
||||
the Intel oneVPL GPU Runtime.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n oneVPL-intel-gpu-intel-onevpl-%{version}
|
||||
%autosetup -p1 -n vpl-gpu-rt-intel-onevpl-%{version}
|
||||
|
||||
%build
|
||||
mkdir -p build
|
||||
@ -73,9 +73,7 @@ pushd build
|
||||
%make_install
|
||||
popd
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
|
Loading…
Reference in New Issue
Block a user