libva
libva copied to clipboard
Libva is an implementation for VA-API (Video Acceleration API)
Hi there! This is not a bug report. This is more a technical question regarding the current status of the MPEG-4 **Part 2** standard in VA-API. As everybody knows, MPEG-4...
This is the error being logged using 2.9.0 and 2.10.0.pre2 playing an MPEG2 stream. Any reason this is occurring and the VAAPI is not HW decoding, given that MPEG2 is...
Signed-off-by: Jeremy Shang [email protected]
There's an `vaCopySurfaceGLX()` function that copies frame data from VA surface into an OpenGL texture without (hopefully) invoking a CPU-land memory transfer. What I need is the opposite operation: copy...
ubuntu 16.04 ubuntu@ubuntu:~/Pictures$ vainfo libva info: VA-API version 0.39.0 libva info: va_getDriverName() returns 0 libva info: User requested driver 'iHD' libva info: Trying to open /opt/intel/mediasdk/lib64/iHD_drv_video.so libva error: /opt/intel/mediasdk/lib64/iHD_drv_video.so has...
The Intel driver for gen11+ needs these formats for HEVC codecs in YUV 4:4:4 at 8- and 10-bit depth. The names are taken from libdrm. Signed-off-by: Mark Thompson
In configure.ac we have project version correlated with api version in automated way. This was not done for meson and we start to see project support issues on this regard....
For meson build system we really have version as 2.9.0.0 while in autotools we have just 2.9.0 (if I read autotool scripts correctly): https://github.com/intel/libva/blob/2.9.0/meson.build#L10 https://github.com/intel/libva/blob/2.9.0/configure.ac#L50
I have an aging Dell Latitude 2100 I am trying to keep alive. Long story short, I need `/usr/lib/dri/i915_drv_video.so` but I only have `/usr/lib/dri/i965_drv_video.so` in my distro ([`libva-intel-driver`](https://www.archlinux32.org/packages/pentium4/extra/libva-intel-driver/) from archlinux32)....