[FFmpeg-devel] [PATCH] Added alpha layer support v2

2024-05-16 Thread Andrea Mastroberti via ffmpeg-devel
From 8b62312d794ecb66cc1a8dbe4933fca0d725057b Mon Sep 17 00:00:00 2001 From: Andrea Mastroberti <10736...@polimi.it> Date: Fri, 17 May 2024 00:29:01 +0200 Subject: [PATCH] avfilter/smartblur: Added alpha layer support --- doc/filters.texi | 20 +- libavfilter/version.h

Re: [FFmpeg-devel] [PATCH] Added alpha layer support for smartblur

2024-03-25 Thread Andrea Mastroberti via ffmpeg-devel
On 3/25/24 9:49 AM, Andrea Mastroberti wrote: Signed-off-by: Andrea Mastroberti <10736...@polimi.it> ---  doc/filters.texi   | 20 -  libavfilter/version.h  |  2 +-  libavfilter/vf_smartblur.c | 44 ++  3 files changed, 55 insertions(

[FFmpeg-devel] [PATCH] Added alpha layer support for smartblur - reformatted patch

2024-03-25 Thread Andrea Mastroberti via ffmpeg-devel
--- Begin Message --- Signed-off-by: Andrea Mastroberti <10736...@polimi.it> --- doc/filters.texi | 20 - libavfilter/version.h | 2 +- libavfilter/vf_smartblur.c | 44 ++ 3 files changed, 55 insertions(+), 11 deletions(-) diff -

[FFmpeg-devel] [PATCH] Added alpha layer support for smartblur

2024-03-25 Thread Andrea Mastroberti via ffmpeg-devel
Signed-off-by: Andrea Mastroberti <10736...@polimi.it> --- doc/filters.texi | 20 - libavfilter/version.h | 2 +- libavfilter/vf_smartblur.c | 44 ++ 3 files changed, 55 insertions(+), 11 deletions(-) diff --git a/doc/filters.te