On 17/02/2025 17:19, Niklas Haas wrote: > From: Niklas Haas > > This is a Vulkan-accelerated version of the existing interlace filter. > --- > configure | 1 + > doc/filters.texi | 2 +- > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vf_interlace_vulkan.c | 313 ++++++++++++++++++++++++++++++ > 5 files changed, 317 insertions(+), 1 deletion(-) > create mode 100644 libavfilter/vf_interlace_vulkan.c LGTM, thanks. Sorry if the idiosyncrasies in the framework were difficult to ignore.