libva icon indicating copy to clipboard operation
libva copied to clipboard

Libva is an implementation for VA-API (Video Acceleration API)

Results 203 libva issues
Sort by recently updated
recently updated
newest added

- x11: drop the key_len from the mapping table - drm: drop the key_len from the mapping table - drm: fallback to drm driver-name, like we do in the x11/dri2...

With this MR we move all the emgd, nvctrl and fglrx code into the respective files. Followed by a way to disable building it - disabled by default with meson,...

wayland-scanner emits a warning: Using "code" is deprecated - use private-code or public-code. See the help page for details. This patch updates argument to private-code.

The buffer is only dumped for VAProfileVP9Profile0. For the other three Profiles, it will skip the buffer dump in libva trace.

DRI3 is the latest Direct Rendering Infrastructure. So far libva only supports DRI2. Due to lack of support for DRI3, user experienced some issues, e.g. https://github.com/01org/libva/issues/79

enhancement

This patch allows hantro kernel driver to be recognized by va_getDriverName and for vaInitialize to select the correct VA-API driver for hantro. Signed-off-by: Murugasen Krishnan, Kuhanh

Closes #292. I've added version check. ```diff --- before +++ after @@ -1,24 +1,26 @@ $ mpv --no-config --msg-level=vd=v --hwdec=vaapi --gpu-context=drm /path/to/foo.mkv (+) Video --vid=1 (*) (h264 1920x1080 23.976fps) (+)...

`drmGetDeviceNameFromFd` doesn't support render nodes according to [libdrm@37d790f](https://gitlab.freedesktop.org/mesa/drm/commit/37d790f7d449). And `st_rdev & 0x80` may not work on FreeBSD because major/minor semantics are different.

P2

Since waffle.io has shut down in 2019, the broken badge and its link will not be fixed at the destination. Removing the badge is the only resolution. Fixes #609 Signed-off-by:...

I have a question whether libva will add interface tot support DRM funciont to implement media content protection using GPU hardware as playready in windows。