[FFmpeg-devel] [PATCH] avfilter/vf_xfade: Update to support transition between two points in single video stream.

2024-01-16 Thread Aidan O Connor
This patch replaces my previous patch from Jan. 4 2024, which had bugs. Signed-off-by: Aidan O'Connor --- libavfilter/vf_xfade.c | 260 - 1 file changed, 207 insertions(+), 53 deletions(-) diff --git a/libavfilter/vf_xfade.c b/libavfilter/vf_xfade.c

[FFmpeg-devel] [PATCH] Update xfade filter to support transition between two points in single video stream.

2024-01-03 Thread Aidan O Connor
Signed-off-by: Aidan O'Connor --- libavfilter/vf_xfade.c | 266 + 1 file changed, 213 insertions(+), 53 deletions(-) diff --git a/libavfilter/vf_xfade.c b/libavfilter/vf_xfade.c index 890995a608..65611beeb5 100644 --- a/libavfilter/vf_xfade.c +++