From 4e3925da30dd38fd67706d4d22c2d902bc16de27 Mon Sep 17 00:00:00 2001 From: EliasOfWaffle <128154816+EliasOfWaffle@users.noreply.github.com> Date: Tue, 1 Aug 2023 13:34:54 -0300 Subject: [PATCH 1/4] Modernize org.mesa3d.vaapi.freeworld.metainfo.xml Modernize and adapt this metainfo for best description. Fix some errors and remove AVC because is the same part of h264 coded, add h265 that is supported by Mesa3D Gallium VAAPI State Tracker too --- org.mesa3d.vaapi.freeworld.metainfo.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/org.mesa3d.vaapi.freeworld.metainfo.xml b/org.mesa3d.vaapi.freeworld.metainfo.xml index fc280f9..6936cb5 100644 --- a/org.mesa3d.vaapi.freeworld.metainfo.xml +++ b/org.mesa3d.vaapi.freeworld.metainfo.xml @@ -5,10 +5,10 @@ Video Acceleration API Driver

- The Mesa VA-API (Video Acceleration API) - user mode driver brings hardware accelerated decoding, encoding, - and video post processing for AMD graphics processing units and NVIDIA - counterpart running on Nouveau driver. The drive provides support for H264, AVC and VC-1. + The Mesa VA-API State Tracker (Video Acceleration API) + user mode driver brings hardware accelerated decoding, encoding implementation on + and video post processing for Gallium AMD drivers and for NVIDIA counterpart running on Nouveau Gallium driver. + This driver provides support for H264, H265 and VC-1.

From 1048d5e82d1826a29405d1bdc662405fd9a1225b Mon Sep 17 00:00:00 2001 From: EliasOfWaffle <128154816+EliasOfWaffle@users.noreply.github.com> Date: Tue, 1 Aug 2023 13:42:12 -0300 Subject: [PATCH 2/4] Modernize org.mesa3d.vdpau.freeworld.metainfo.xml --- org.mesa3d.vdpau.freeworld.metainfo.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/org.mesa3d.vdpau.freeworld.metainfo.xml b/org.mesa3d.vdpau.freeworld.metainfo.xml index d5de119..08c9b6c 100644 --- a/org.mesa3d.vdpau.freeworld.metainfo.xml +++ b/org.mesa3d.vdpau.freeworld.metainfo.xml @@ -6,9 +6,10 @@ Accelerated Linux Graphics Driver

- The Mesa VA-API (Video Decode and Presentation API for UNIX) - user mode driver provides an interface to video decode acceleration and presentation hardware present in AMD graphics processing units and NVIDIA - counterpart running on Nouveau driver. The drive provides support for H264, AVC and VC-1. + The Mesa VDPAU State Tracker (Video Decode and Presentation API for UNIX DRIVER) + user mode driver brings hardware accelerated decoding, encoding implementation and + presentation API for Gallium AMD drivers and for NVIDIA counterpart running on Nouveau Gallium driver. + This driver provides support for H264, H265 and VC-1.

From f73a6d6e734398be6b825f34243ca072ec127022 Mon Sep 17 00:00:00 2001 From: EliasOfWaffle <128154816+EliasOfWaffle@users.noreply.github.com> Date: Tue, 1 Aug 2023 13:45:10 -0300 Subject: [PATCH 3/4] Remove Nvidia org.mesa3d.vaapi.freeworld.metainfo.xml Gallium's VA-API State Tracker just support AMD GPUs running AMD Gallium Drivers --- org.mesa3d.vaapi.freeworld.metainfo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.mesa3d.vaapi.freeworld.metainfo.xml b/org.mesa3d.vaapi.freeworld.metainfo.xml index 6936cb5..ab6e927 100644 --- a/org.mesa3d.vaapi.freeworld.metainfo.xml +++ b/org.mesa3d.vaapi.freeworld.metainfo.xml @@ -7,7 +7,7 @@

The Mesa VA-API State Tracker (Video Acceleration API) user mode driver brings hardware accelerated decoding, encoding implementation on - and video post processing for Gallium AMD drivers and for NVIDIA counterpart running on Nouveau Gallium driver. + and video post processing for Gallium AMD drivers. This driver provides support for H264, H265 and VC-1.

From a3c804cdc87db2d0e86ba8b24a90a7c5b5b7ea81 Mon Sep 17 00:00:00 2001 From: EliasOfWaffle <128154816+EliasOfWaffle@users.noreply.github.com> Date: Tue, 1 Aug 2023 13:50:20 -0300 Subject: [PATCH 4/4] Fix info org.mesa3d.vaapi.freeworld.metainfo.xml --- org.mesa3d.vaapi.freeworld.metainfo.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.mesa3d.vaapi.freeworld.metainfo.xml b/org.mesa3d.vaapi.freeworld.metainfo.xml index ab6e927..f1a2ded 100644 --- a/org.mesa3d.vaapi.freeworld.metainfo.xml +++ b/org.mesa3d.vaapi.freeworld.metainfo.xml @@ -6,8 +6,8 @@

The Mesa VA-API State Tracker (Video Acceleration API) - user mode driver brings hardware accelerated decoding, encoding implementation on - and video post processing for Gallium AMD drivers. + user mode driver brings hardware accelerated decoding, encoding and decoding hardware accelerated + implementation and video post processing on Gallium AMD drivers. This driver provides support for H264, H265 and VC-1.