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

Unfortunately i965 and iHD drivers lack DRI3 support. It's unknown when/if they will gain support, so explicitly disable DRI3 for them - it's not perfect, alas better than asking every...

libva 2.17 breaks hw video decode with or without vulkan on Chromium See https://bbs.archlinux.org/viewtopic.php?pid=2080054#p2080054 Accoring to author this commit broke it: https://github.com/intel/libva/commit/ef1df02f3ad45ac98b1fa57c373176d7c14dcc57

Problem: Framebuffer capture with VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME does not work. I have tried this with a simple implementation, but ffmpeg is a better way to reproduce the issue. The captured frames have...

Hi, I hope that I'm asking this question at the right place. If not please tell me where I should ask it. If you need any more information, please tell...

When HW accel is enabled and set to VA-API, seeking any video (at least h264 encoded), to the last frame of the video in VLC, by using the mouse to...

add VAProfileAVSJizhun and VAProfileAVSGuangdian add VAProfileAVS2Main and VAProfileAVS2Main10 Signed-off-by: jianfeng.zheng

I work on Arch Linux with Kernel 6.6.11-2-lts and get this error ``` Trying display: wayland Trying display: x11 libva error: vaGetDriverNames() failed with unknown libva error vainfo: VA-API version:...

When downloading the release tarball on windows, the build fails with `..\src\va\meson.build:301:2: ERROR: File win32/va_win32.h does not exist.` Indeed, the win32 folder does not exist in https://github.com/intel/libva/releases/download/2.20.0/libva-2.20.0.tar.bz2. it does exist...

libva has an issue regarding a symbol not being found during the linking phase when using -flto and the mold linker. I've turned mold's warnings into errors with `-Wl,--fatal-warnings`, so...

attention: these change will break backward compatibility, the pre-assumption is no one is using them besides intel media driver and intel oneVPL runtime, if there are other customer, it should...