Wojtek Sterna

Results 26 comments of Wojtek Sterna

1. Change of memory type is the only change I have made. By "creation code" I mean: res = g_AMFFactory.GetFactory()->CreateComponent(context1, pCodec, &encoder); 2. Version: 27.20.12029.1000 Date: 9/9/2020 This is the...

The problem occurs on simple encoder as well so I assume that since it creates a decoder successfully, it should also be able to create an encoder. In our actual...

I have just had one person from the company who has a desktop AMD run the modified encoder. And he does not experience the crash that I do. So there...

So, I can get VkImageView of the planes, but not VkImage? To be more precise. Given that I have an AMF Vulkan image in NV12 format, and I have my...

Ah, I missed that. Thanks. Isn't it enough to pass VK_IMAGE_ASPECT_PLANE_0_BIT as aspect mask? (after https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/vkCmdCopyImage.html) You mentioned Duplicate. Can I call Duplicate on an AMF NV12 image, and as...