Re: [FFmpeg-devel] [PATCH] [WIP] lavc: add an av1_vulkan encoder

2025-03-10 Thread Michael Niedermayer
Hi Lynne On Mon, Mar 10, 2025 at 04:17:04AM +0100, Lynne wrote: > This commit adds a Vulkan AV1 encoder, using the native acceleration API. > > This commit and patchset needs more testing, hence WIP for now. > --- > configure |1 + > libavcodec/Makefile|2

[FFmpeg-devel] [PATCH] [WIP] lavc: add an av1_vulkan encoder

2025-03-09 Thread Lynne
This commit adds a Vulkan AV1 encoder, using the native acceleration API. This commit and patchset needs more testing, hence WIP for now. --- configure |1 + libavcodec/Makefile|2 + libavcodec/allcodecs.c |1 + libavcodec/vulkan_encode_av1.c |