2 Commits

Author SHA256 Message Date
f58243cd8f Accepting request 1325623 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1325623
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libva-utils?expand=0&rev=29
2026-01-06 16:46:29 +00:00
54105238cc - update to 2.23.0:
* fix:Fixed build with -std=c++20
  * fix:usr ptr surface type not set ext buffer flag
  * fix:Fix coverity overflowed issues
  * fix: remove useless code and fix code copy typo
  * android: Support Android build
  * sample: [HEVCe] update header logic

  * test/CheckEntrypointsForProfile: fix for limited profiles

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva-utils?expand=0&rev=64
2026-01-06 13:26:07 +00:00
4 changed files with 17 additions and 6 deletions

Binary file not shown.

BIN
libva-utils-2.23.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Dec 28 23:08:46 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2.23.0:
* fix:Fixed build with -std=c++20
* fix:usr ptr surface type not set ext buffer flag
* fix:Fix coverity overflowed issues
* fix: remove useless code and fix code copy typo
* android: Support Android build
* sample: [HEVCe] update header logic
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 3 11:32:27 UTC 2024 - Stefan Dirsch <sndirsch@suse.com> Wed Jul 3 11:32:27 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
@@ -5,7 +16,7 @@ Wed Jul 3 11:32:27 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
* ci: correct the permission of workflows * ci: correct the permission of workflows
* fix: Fixed possible memory leak in h264encode * fix: Fixed possible memory leak in h264encode
* doc: Fix meson build options in README * doc: Fix meson build options in README
* test/CheckEntrypointsForProfile: fix for limited profiles * test/CheckEntrypointsForProfile: fix for limited profiles
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 28 08:47:10 UTC 2023 - Dirk Müller <dmueller@suse.com> Thu Dec 28 08:47:10 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package libva-utils # spec file for package libva-utils
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: libva-utils Name: libva-utils
Version: 2.22.0 Version: 2.23.0
Release: 0 Release: 0
Summary: A collection of utilities and examples to exercise VA-API Summary: A collection of utilities and examples to exercise VA-API
License: EPL-1.0 AND MIT License: EPL-1.0 AND MIT