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

Hi i am exploring oneVPL , installed on my linux machine and checking samples , i running below command and getting below error sample_decode h265 -hw -i $HOME/oneVPL/examples/content/cars_320x240.h265 -r getting...

When building libva with lld (the llvm-project linker), version 17 or later, an error similar to the following is emitted when linking libva.so: ld: error: va/libva.so.2.2000.0.p/va_compat.c.o: symbol vaCreateSurfaces@VA_API_0.32.0 has undefined...

Hello, in Yocto Mickledore playing a video via vaapisink is no longer possible with libva 2.16. Playing a video "gst-launch-1.0 playbin uri=file:///video.mp4 video-sink=vaapisink" results in this error message. ``` Setting...

`vaInitialize()` doesn't clean up properly on failure, so subsequent calls to `vaInitialize()` will lead to leaks of a `/dev/dri/card` or `/dev/dri/renderD` file descriptor. Eventually the fd limit is reached and...

Sorry for the vague question, but I'm not understanding the error I'm seeing from libva. My setup is as follows: I have two different video streams that I'm trying to...