Re: [FFmpeg-devel] [PATCH v4 00/16] Add a Vulkan compute based FFv1 hwaccel

2025-04-08 Thread Jerome Martinez
Le 13/03/2025 à 18:03, Lynne a écrit : This series of commits adds a fully compliant version 3 and 4 hardware accelerator code for FFv1 written in Vulkan. Thank you for this hard work! I tested today's master branch with lot of different pix_fmts and FFV1 encoder settings on both Linux and Win

Re: [FFmpeg-devel] [PATCH v4 00/16] Add a Vulkan compute based FFv1 hwaccel

2025-03-15 Thread Lynne
On 13/03/2025 18:03, Lynne wrote: This series of commits adds a fully compliant version 3 and 4 hardware accelerator code for FFv1 written in Vulkan. Changes from the previous version: - Use the exported host_map code in hwcontext_vulkan.c - Add a buffer_ref argument to FFHWAccel.start_frame