Compare commits

..

27 commits

Author SHA1 Message Date
Troy Dawson
e396dc0f85 remove package.cfg per new epel-playground policy 2020-09-24 18:41:14 +00:00
a6bf785d0b Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2020-04-12 23:37:23 +02:00
Fedora Release Engineering
f0d70eaf1f - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-04-12 23:37:23 +02:00
aa39fa8c49 add BuildRequires: gcc-c++
Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
2020-04-12 23:37:23 +02:00
Fedora Release Engineering
3640bc4c52 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-04-12 23:37:23 +02:00
Fedora Release Engineering
64ba463b9d - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2020-04-12 23:37:23 +02:00
Fedora Release Engineering
3650b85c0f - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2020-04-12 23:37:23 +02:00
Fedora Release Engineering
f893e82c62 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2020-04-12 23:37:23 +02:00
Fedora Release Engineering
aad5f41e3a - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2020-04-12 23:37:23 +02:00
Dennis Gilmore
ff3e4b6d14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2020-04-12 23:37:23 +02:00
Kalev Lember
53d083d8ab Rebuilt for GCC 5 C++11 ABI change 2020-04-12 23:37:23 +02:00
Nicolas Chauvet
38b900473e Rebuilt for libvdpau-1.1 2020-04-12 23:37:23 +02:00
Nicolas Chauvet
700988236c Update to 1.0 2020-04-12 23:37:23 +02:00
Nicolas Chauvet
cf1c8a01a9 fixup doc 2020-04-12 23:37:23 +02:00
Nicolas Chauvet
9048d63892 Update to 0.9 2020-04-12 23:37:23 +02:00
935468f1a7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2020-04-12 23:37:23 +02:00
Dennis Gilmore
61324ecdc2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2020-04-12 23:37:23 +02:00
Nicolas Chauvet
77407d3536 Update to 0.1 2020-04-12 23:37:23 +02:00
Dennis Gilmore
c04fc5f321 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2020-04-12 23:37:23 +02:00
Dennis Gilmore
954276b225 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2020-04-12 23:37:23 +02:00
Dennis Gilmore
bea45fd211 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2020-04-12 23:37:23 +02:00
Dennis Gilmore
758a5161c7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2020-04-12 23:37:23 +02:00
Dennis Gilmore
fa2a30be84 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2020-04-12 23:37:23 +02:00
Fedora Release Engineering
e09079e67a dist-git conversion 2020-04-12 23:37:23 +02:00
Bill Nottingham
f0c9a7267d Fix typo that causes a failure to update the common directory. (releng
#2781)
2020-04-12 23:37:23 +02:00
Nicolas Chauvet
8de47b9548 Initial import for devel 2020-04-12 23:37:23 +02:00
Gwyn Ciesla
f86d97a123 "Adding package.cfg file" 2019-08-26 08:40:03 -05:00
6 changed files with 15 additions and 170 deletions

5
.gitignore vendored
View file

@ -1 +1,4 @@
vdpauinfo-*.tar.gz
vdpauinfo-0.0.6.tar.gz
/vdpauinfo-0.1.tar.gz
/vdpauinfo-0.9.tar.gz
/vdpauinfo-1.0.tar.gz

View file

@ -1,28 +0,0 @@
From 8f586fe834a8f485fcf96e36656ce02f8b05a2ff Mon Sep 17 00:00:00 2001
From: Nicolas Chauvet <kwizart@gmail.com>
Date: Wed, 21 Aug 2019 22:47:54 +0200
Subject: [PATCH] Add support for VP9 in vdpauinfo
Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
---
vdpauinfo.cpp | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/vdpauinfo.cpp b/vdpauinfo.cpp
index 25229fa..9db705f 100644
--- a/vdpauinfo.cpp
+++ b/vdpauinfo.cpp
@@ -359,6 +359,10 @@ Desc decoder_profiles[] = {
{"H264_PROGRESSIVE_HIGH", VDP_DECODER_PROFILE_H264_PROGRESSIVE_HIGH},
{"H264_CONSTRAINED_HIGH", VDP_DECODER_PROFILE_H264_CONSTRAINED_HIGH},
{"H264_HIGH_444_PREDICTIVE", VDP_DECODER_PROFILE_H264_HIGH_444_PREDICTIVE},
+{"VP9_PROFILE_0", VDP_DECODER_PROFILE_VP9_PROFILE_0},
+{"VP9_PROFILE_1", VDP_DECODER_PROFILE_VP9_PROFILE_1},
+{"VP9_PROFILE_2", VDP_DECODER_PROFILE_VP9_PROFILE_2},
+{"VP9_PROFILE_3", VDP_DECODER_PROFILE_VP9_PROFILE_3},
{"HEVC_MAIN", VDP_DECODER_PROFILE_HEVC_MAIN},
{"HEVC_MAIN_10", VDP_DECODER_PROFILE_HEVC_MAIN_10},
{"HEVC_MAIN_STILL", VDP_DECODER_PROFILE_HEVC_MAIN_STILL},
--
2.22.0

View file

@ -1,26 +0,0 @@
From da66af25aa327d21179d478f3a6d8c03b6c7f574 Mon Sep 17 00:00:00 2001
From: ManojGuptaBonda <mbonda@nvidia.com>
Date: Tue, 8 Feb 2022 23:25:04 +0530
Subject: [PATCH] Add support for AV1 in vdpauinfo
---
vdpauinfo.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/vdpauinfo.cpp b/vdpauinfo.cpp
index 10dbdf3..cf83b4a 100644
--- a/vdpauinfo.cpp
+++ b/vdpauinfo.cpp
@@ -376,6 +376,9 @@ Desc decoder_profiles[] = {
{"HEVC_MAIN_444", VDP_DECODER_PROFILE_HEVC_MAIN_444},
{"HEVC_MAIN_444_10", VDP_DECODER_PROFILE_HEVC_MAIN_444_10},
{"HEVC_MAIN_444_12", VDP_DECODER_PROFILE_HEVC_MAIN_444_12},
+{"AV1_MAIN", VDP_DECODER_PROFILE_AV1_MAIN},
+{"AV1_HIGH", VDP_DECODER_PROFILE_AV1_HIGH},
+{"AV1_PROFESSIONAL", VDP_DECODER_PROFILE_AV1_PROFESSIONAL},
};
const size_t decoder_profile_count = sizeof(decoder_profiles)/sizeof(Desc);
--
GitLab

View file

@ -1,32 +0,0 @@
From edb1f9315df03f904b310efd2ba02d1e425a33f7 Mon Sep 17 00:00:00 2001
From: Philip Langdale <philipl@overt.org>
Date: Wed, 15 May 2019 11:09:51 -0700
Subject: [PATCH] vdpauinfo: Add names for the new 4:4:4 surface formats
Name mappings are required for vdpauinfo to report support is
available.
Signed-off-by: Philip Langdale <philipl@overt.org>
Reviewed-by: Andy Ritger <aritger@nvidia.com>
Reviewed-by: Manoj Bonda <mbonda@nvidia.com>
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
---
vdpauinfo.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/vdpauinfo.cpp b/vdpauinfo.cpp
index d2b2688..25229fa 100644
--- a/vdpauinfo.cpp
+++ b/vdpauinfo.cpp
@@ -74,6 +74,8 @@ Desc ycbcr_types[] = {
{"YUYV", VDP_YCBCR_FORMAT_YUYV},
{"Y8U8V8A8", VDP_YCBCR_FORMAT_Y8U8V8A8},
{"V8U8Y8A8", VDP_YCBCR_FORMAT_V8U8Y8A8},
+{"NV24", VDP_YCBCR_FORMAT_Y_UV_444},
+{"YV24", VDP_YCBCR_FORMAT_Y_U_V_444},
};
const size_t ycbcr_type_count = sizeof(ycbcr_types)/sizeof(Desc);
--
2.21.0

View file

@ -1 +1 @@
SHA512 (vdpauinfo-d3c5bd6.tar.gz) = d820bf84447defa3ab699b8103dbc9dfe12c9b7fb15e55606f40a387a144a526747cbca1479788f63cf60f14b017f83c8a23a2d49965439bd6c27b160ecc6cbe
4eba3e7bf5062b9c245276860493804f vdpauinfo-1.0.tar.gz

View file

@ -1,111 +1,39 @@
%global commit d3c5bd63bf8878d59b22d618d2bb5116db392d28
%global gittag 1.5
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: vdpauinfo
Version: 1.5
Release: 9%{?dist}
Version: 1.0
Release: 10%{?dist}
Summary: Tool to query the capabilities of a VDPAU implementation
License: MIT
URL: https://gitlab.freedesktop.org/vdpau/vdpauinfo
Source0: %{url}/-/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
URL: http://freedesktop.org/wiki/Software/VDPAU
Source0: http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-%{version}.tar.gz
BuildRequires: make
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: libvdpau-devel >= 1.5
BuildRequires: libvdpau-devel >= 1.0
%description
Tool to query the capabilities of a VDPAU implementation.
%prep
%autosetup -p1 -n %{name}-%{commit}
autoreconf -vif
%setup -q
%build
%configure
%make_build
make %{?_smp_mflags}
%install
%make_install
make install DESTDIR=$RPM_BUILD_ROOT
%files
%license COPYING
%doc COPYING
%{_bindir}/vdpauinfo
%changelog
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Nov 17 2022 Nicolas Chauvet <kwizart@gmail.com> - 1.5-1
- Update to 1.5
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Apr 07 2022 Nicolas Chauvet <kwizart@gmail.com> - 1.4-3
- Add patch for AV1
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jul 28 2021 Nicolas Chauvet <kwizart@gmail.com> - 1.4-1
- Update to 1.4
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-18
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sat Sep 14 2019 Leigh Scott <leigh123linux@googlemail.com> - 1.0-14
- Backport "Add support for VP9 in vdpauinfo"
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri May 24 2019 Nicolas Chauvet <kwizart@gmail.com> - 1.0-12
- Switch to gitlab
- Spec refresh
- Backport "names for the new 4:4:4 surface formats"
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild