libva
libva copied to clipboard
Libva is an implementation for VA-API (Video Acceleration API)
composition in video processing. This attribute determines the maximum number of input streams which the driver supports for a given configuration. Signed-off-by: Furong Zhang
I ran the `vpl-inspect` to check the platform readiness, VA-API reported correct in general but it has a minor error when reporting the hardware info: Reported Integrated GPU instead of...
Hi all It looks that there exist some problems with Libva at multi GPU systems. Currently I have Mesa 22.2.0-devel (git-3dae544 2022-04-18 focal-oibaf-ppa) installed. The involved GPU drivers are **r600**...
After looking at several implemenations (GStreamer and FFmpeg) I've noticed that both these libraries create the SPS and PPS themself. However I'm sure the libva library has support to generate...
it is different with #589 this is another proposal , it just return one list for all the surface format under a given config
When every process initializes the media driver, there are always fine lines log in the terminal. In the server side, if we have multiple channels, the log size will increase...
There is a need to specify the BT table (601 or 709) to encoder in case of ARGB input. Is it possible to add SurfaceAttributes for vaCreateSurface to indicate BT...
Fixes #572 Closes #571(duplicate, same purpose) add VA_EXEC_MODE_POWER_SAVING_ALT definition Signed-off-by: Carl Zhang