Benjamin Cheng
Benjamin Cheng
VAAPI is now supported on Windows via the VAOn12 driver in mesa. This PR enables support for the `--enable-vaapi` configure option. The compiled ffmpeg will support encode/decode through the VAAPI...
My GPU is an ASUS Strix RX580 TOP. `lspci -vnn` has its its subsystem ID as 1043:0519 rather than 1043:0517. ``` 09:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc....
Is there a reason why PreLoad.cmake exists? If I try to use cmake to output ninja build files, the hardcoding of "Unix Makefiles" in PreLoad.cmake prevents it from working. ```...
I ran into an assertion here: `Assertion failed: !"CreateImage Failed!", file C:\develop\vk_video_samples\vk_video_decoder\libs\VkCodecUtils\VkImageResource.cpp, line 37` The vkCreateImage call fails because the create info (which comes from `NvPerFrameDecodeImageSet::m_outImageCreateInfo`) is still zero-initialized at...