Accepting request 880896 from home:dirkmueller:Factory
- update to 2.11.0: * add: LibVA Protected Content API * add: Add a configuration attribute to advertise AV1d LST feature * fix: wayland: don't try to authenticate with render nodes * autotools: use shell grouping instead of sed to prepend a line * trace: Add details data dump for mpeg2 IQ matrix. * doc: update docs for VASurfaceAttribPixelFormat * doc: Libva documentation edit for AV1 reference frames * doc: Modify AV1 frame_width_minus1 and frame_height_minus1 comment * doc: Remove tile_rows and tile_cols restriction to match AV1 spec * doc: Format code for doxygen output * doc: AV1 decode documentation edit for superres_scale_denominator * ci: upgrade FreeBSD to 12.2 * ci: disable travis build * ci: update cache before attempting to install packages * ci: avoid running workloads on other workloads changes * ci: enable github actions - update to 2.9.1: * fix version mismatch between meson and autotools - update to 2.11.0: * add: LibVA Protected Content API * add: Add a configuration attribute to advertise AV1d LST feature * fix: wayland: don't try to authenticate with render nodes * autotools: use shell grouping instead of sed to prepend a line * trace: Add details data dump for mpeg2 IQ matrix. * doc: update docs for VASurfaceAttribPixelFormat * doc: Libva documentation edit for AV1 reference frames OBS-URL: https://build.opensuse.org/request/show/880896 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=135
This commit is contained in:
parent
afb79e3c8c
commit
4e0897fc67
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f04d5c829da602690f9f098a6d92065507ec9d0c957c1a6df3dea4e2de1204c5
|
||||
size 244125
|
3
libva-2.11.0.tar.gz
Normal file
3
libva-2.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee2bd79bad5e2404143f089360685f5da63a32dd551b54ccd61d2d49c041178a
|
||||
size 252204
|
@ -1,5 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 00:29:32 UTC 2020 - Aaron Stern <ukbeast89@protonmail.com>
|
||||
Wed Mar 24 09:30:01 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.11.0:
|
||||
* add: LibVA Protected Content API
|
||||
* add: Add a configuration attribute to advertise AV1d LST feature
|
||||
* fix: wayland: don't try to authenticate with render nodes
|
||||
* autotools: use shell grouping instead of sed to prepend a line
|
||||
* trace: Add details data dump for mpeg2 IQ matrix.
|
||||
* doc: update docs for VASurfaceAttribPixelFormat
|
||||
* doc: Libva documentation edit for AV1 reference frames
|
||||
* doc: Modify AV1 frame_width_minus1 and frame_height_minus1 comment
|
||||
* doc: Remove tile_rows and tile_cols restriction to match AV1 spec
|
||||
* doc: Format code for doxygen output
|
||||
* doc: AV1 decode documentation edit for superres_scale_denominator
|
||||
* ci: upgrade FreeBSD to 12.2
|
||||
* ci: disable travis build
|
||||
* ci: update cache before attempting to install packages
|
||||
* ci: avoid running workloads on other workloads changes
|
||||
* ci: enable github actions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 00:26:25 UTC 2020 - Aaron Stern <ukbeast89@protonmail.com>
|
||||
|
||||
- update to 2.10.0:
|
||||
* add: Pass offset and size of pred_weight_table
|
||||
@ -17,6 +38,12 @@ Wed Dec 16 00:29:32 UTC 2020 - Aaron Stern <ukbeast89@protonmail.com>
|
||||
* doc: Update va.h for multi-threaded usages
|
||||
* trace: va/va_trace: ignore system gettid() on Linux
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 13:35:20 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 2.9.1:
|
||||
* fix version mismatch between meson and autotools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 13:16:22 UTC 2020 - Aaron Stern <ukbeast89@protonmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libva-gl
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,12 +23,12 @@
|
||||
|
||||
Name: libva-gl
|
||||
%define _name libva
|
||||
Version: 2.10.0
|
||||
Version: 2.11.0
|
||||
Release: 0
|
||||
Summary: Video Acceleration (VA) API
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://freedesktop.org/wiki/Software/vaapi
|
||||
URL: https://01.org/linuxmedia
|
||||
Source0: https://github.com/intel/libva/archive/%{version}.tar.gz#/libva-%{version}.tar.gz
|
||||
Source2: baselibs.conf
|
||||
BuildRequires: gcc-c++
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 24 09:30:01 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.11.0:
|
||||
* add: LibVA Protected Content API
|
||||
* add: Add a configuration attribute to advertise AV1d LST feature
|
||||
* fix: wayland: don't try to authenticate with render nodes
|
||||
* autotools: use shell grouping instead of sed to prepend a line
|
||||
* trace: Add details data dump for mpeg2 IQ matrix.
|
||||
* doc: update docs for VASurfaceAttribPixelFormat
|
||||
* doc: Libva documentation edit for AV1 reference frames
|
||||
* doc: Modify AV1 frame_width_minus1 and frame_height_minus1 comment
|
||||
* doc: Remove tile_rows and tile_cols restriction to match AV1 spec
|
||||
* doc: Format code for doxygen output
|
||||
* doc: AV1 decode documentation edit for superres_scale_denominator
|
||||
* ci: upgrade FreeBSD to 12.2
|
||||
* ci: disable travis build
|
||||
* ci: update cache before attempting to install packages
|
||||
* ci: avoid running workloads on other workloads changes
|
||||
* ci: enable github actions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 00:26:25 UTC 2020 - Aaron Stern <ukbeast89@protonmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libva
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,12 +23,12 @@
|
||||
|
||||
Name: libva
|
||||
%define _name libva
|
||||
Version: 2.10.0
|
||||
Version: 2.11.0
|
||||
Release: 0
|
||||
Summary: Video Acceleration (VA) API
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://freedesktop.org/wiki/Software/vaapi
|
||||
URL: https://01.org/linuxmedia
|
||||
Source0: https://github.com/intel/libva/archive/%{version}.tar.gz#/libva-%{version}.tar.gz
|
||||
Source2: baselibs.conf
|
||||
BuildRequires: gcc-c++
|
||||
|
Loading…
x
Reference in New Issue
Block a user