diff --git a/intel-onevpl-24.1.3.tar.gz b/intel-onevpl-24.1.3.tar.gz deleted file mode 100644 index c28a34a..0000000 --- a/intel-onevpl-24.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15d34e4304d7aeb5ea5e529b6f51171109cef42525113321f675bc14e56c697e -size 9055096 diff --git a/intel-onevpl-24.3.3.tar.gz b/intel-onevpl-24.3.3.tar.gz new file mode 100644 index 0000000..6023f50 --- /dev/null +++ b/intel-onevpl-24.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6afafc126210e03f41eea582049bfd629cbb985687db3f5c5a35150b9e0f5b4 +size 9185039 diff --git a/libmfx-gen.changes b/libmfx-gen.changes index a835ca5..68aad6e 100644 --- a/libmfx-gen.changes +++ b/libmfx-gen.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Thu Sep 12 12:05:49 UTC 2024 - Stefan Dirsch + +- 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 + +- 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 diff --git a/libmfx-gen.spec b/libmfx-gen.spec index 17fcbbc..5a59397 100644 --- a/libmfx-gen.spec +++ b/libmfx-gen.spec @@ -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