Sil Vilerino
Sil Vilerino
This PR adds a new VA node for Win32 and adds support for Windows building with meson. - Some of the VA (mostly va.c and va_trace.c) runtime code was modified...
Rework of https://github.com/intel/libva/pull/684 after rebasing for #682. When va-win32 loads the registered driver for a given device LUID passed in vaGetDisplayWin32, it's currently treating it merely as a driver name,...
In the struct `VAConfigAttribValEncHEVCBlockSizes` defined in [here](https://github.com/intel/libva/blob/master/va/va_enc_hevc.h#L193), the min/max fields for `max_transform_hierarchy_depth_inter` and `max_transform_hierarchy_depth_intra` are 2 bits wide, but from the HEVC codec standard, both those values: `...shall be in...
On official ffmpeg (with the upstreamed AV1 encode patch), the encoder seems to be generating bitstreams using always 2 reference frames set to LAST/GOLDEN for P, even when VAConfigAttribEncMaxRefFrames.L0 reports...
ARM64EC is a new build target for Windows ARM64 devices for x64 support. Currently that build flavor fails in Blake3 due to attempting to use the x64 intrinsics instead of...