Re: [FFmpeg-devel] [PATCH] avfilter: add vf_yazf filter

2025-06-02 Thread Quentin RENARD
> If this filter is meant to be same as existing zoompan but more precise,  > then you should modify the original filter with a mode option for FP use. Thing is I hesitated modifying the existing zoompan but there are a few things that don’t fit my use case and I didn’t want to update too many th

[FFmpeg-devel] [PATCH] avfilter: add vf_yazf filter

2025-05-31 Thread Quentin RENARD
zoompan filter with floating point precision Signed-off-by: Quentin Renard --- Changelog    |   1 + doc/filters.texi |  59 +++ libavfilter/Makefile |   1 + libavfilter/allfilters.c |   1 + libavfilter/vf_yazf.c    | 360