VAAPI (Video Acceleration API) Library for Linux https://www.freedesktop.org/wiki/Software/vaapi/
Go to file
2024-01-06 06:01:26 +01:00
libva.spec rebuilt with debug package and for aarch64 [release 2.10.0-2mamba;Wed Dec 09 2020] 2024-01-06 06:01:26 +01:00
README.md automatic version update by autodist [release 1.3.1-1mamba;Sun May 11 2014] 2024-01-06 06:01:25 +01:00

libva

The main motivation for VAAPI (Video Acceleration API) is to enable hardware accelerated video decode/encode at various entry-points (VLD, IDCT, Motion Compensation etc.) for the prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3). Extending XvMC was considered, but due to its original design for MPEG-2 MotionComp only, it made more sense to design an interface from scratch that can fully expose the video decode capabilities in today's GPUs. The current video decode/encode interface is window system independent, so that potentially it can be used with graphics sub-systems other than X. In a nutshell it is basically a scheme to pass various types of data buffers from the application to the GPU for decoding or encoding. Feedback on the API is greatly welcomed, as this is intended to be a community collaborative effort.