libva
libva copied to clipboard
Libva is an implementation for VA-API (Video Acceleration API)
Add attribute #VAConfigAttribLookAhead, VALookAheadInfo and corresponing params in HEVC SPS and PPS for supporting HEV lookahead.
running Ubuntu 20.04 on WSL2 Windows 10 19041 x64 electron ``` libva info: Open new log file 1.211836.thd-0x00007dc8 for the thread 0x00007dc8 libva info: LIBVA_TRACE is on, save log into...
Added copy engine selection. Signed-off-by: Furong Zhang Rogozhkin, Dmitry V Zhang, Carl
I open this issue to collect your input from different perspective. Current libva will ignore the vendor differences and depend on the capability query function for different feature and settings....
Intel platform has 3 path vaCopy support, EU, BLT, VEBox so, beside current definitions , POWER_SAVING, PERF , need new definitions to mapping these 3 path. backend driver should select...
I have an app that uses vaCopySurfaceGLX. On some systems it works OK but others it produces a highly contoured magenta & yellow coloured image. The problem is evident on...
Would it be possible to add license headers to these files? doc/ghdeploydoxy.sh meson_options.txt doc/Doxyfile.in pkgconfig/libva-drm.pc.in pkgconfig/libva-glx.pc.in pkgconfig/libva-wayland.pc.in pkgconfig/libva-x11.pc.in pkgconfig/libva.pc.in I don't know whether it's possible to modify the .in files...
In attempting to implement a VA-API interface to NVDECODE[1], I've come across an issue. The following fields are required by NVDEC to decode AV1, but are not present in VA-API:...
/libva/media-driver/media_common/linux/common/os/media_skuwa_specific.h:43:33: error: ‘MEDIA_ADAPTER_BDF’ does not name a type; did you mean ‘MEDIA_SYSTEM_INFO’? using GMM_ADAPTER_BDF = MEDIA_ADAPTER_BDF; ^~~~~~~~~~~~~~~~~ MEDIA_SYSTEM_INFO make[2]: *** [media_driver/linux/ult/ult_app/CMakeFiles/devult.dir/build.make:167:media_driver/linux/ult/ult_app/CMakeFiles/devult.dir/test_data_caps.cpp.o] 错误 1 make[1]: *** [CMakeFiles/Makefile2:499:media_driver/linux/ult/ult_app/CMakeFiles/devult.dir/all] 错误 2
Test : clang-analyzer-unix.Malloc (7) hardware/intel/libva/va/va.c:385:13: warning: Attempt to free released memory [clang-analyzer-unix.Malloc] hardware/intel/libva/va/va.c:395:13: warning: Attempt to free released memory [clang-analyzer-unix.Malloc] hardware/intel/libva/va/va.c:743:13: warning: Use of memory after it is freed [clang-analyzer-unix.Malloc]...