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 @@
- 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.
- 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.
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.