vk_video_samples
vk_video_samples copied to clipboard
Vulkan video samples
Hi, Great project you have here! It actually works :) My video file (big buck bunny) has these specifics: ``` Video Input Information Codec : AVC/H.264 Frame rate : 60/1...
Hello, Have you ever tried on arm linux such as Raspberry Pi5 with VideoCore VII? best regards joshua
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...
Added SIMD-based nvpro-parser for x64 (SSSE3, AVX2, AVX512) and aarch64 (NEON, SVE).
Can't get around this: > [build] Starting build [proc] Executing command: /usr/bin/cmake --build /home/dm/Code/VulkanReference/vk_video_samples/vk_video_decoder/build --config Release --target all -j 18 -- [build] gmake[2]: *** No rule to make target '/home/dm/Code/VulkanReference/vk_video_samples/vk_video_decoder/external/glslang/External/spirv-tools/.git/index',...