Re: [FFmpeg-devel] [PATCH] lavfi/overlay: factorize definition of planar and package blending functions

2023-12-24 Thread Stefano Sabatini
On date Saturday 2023-12-16 15:24:36 +0100, Stefano Sabatini wrote:
> ---
>  libavfilter/vf_overlay.c | 260 ---
>  1 file changed, 53 insertions(+), 207 deletions(-)

Will apply in a few days.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".


Re: [FFmpeg-devel] [PATCH] lavfi/overlay: factorize definition of planar and package blending functions

2023-12-24 Thread Dennis Mungai
On Sun, 24 Dec 2023, 20:41 Stefano Sabatini,  wrote:

> On date Saturday 2023-12-16 15:24:36 +0100, Stefano Sabatini wrote:
> > ---
> >  libavfilter/vf_overlay.c | 260 ---
> >  1 file changed, 53 insertions(+), 207 deletions(-)
>
> Will apply in a few days.
>


Hello,

Is a similar change required in the other overlay filter applications, such
as overlay_cuda, overlay_vulkan, etc?

>
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".


Re: [FFmpeg-devel] [PATCH] lavfi/overlay: factorize definition of planar and package blending functions

2023-12-27 Thread Stefano Sabatini
On date Sunday 2023-12-24 20:54:39 +0300, Dennis Mungai wrote:
> On Sun, 24 Dec 2023, 20:41 Stefano Sabatini,  wrote:
> 
> > On date Saturday 2023-12-16 15:24:36 +0100, Stefano Sabatini wrote:
> > > ---
> > >  libavfilter/vf_overlay.c | 260 ---
> > >  1 file changed, 53 insertions(+), 207 deletions(-)
> >
> > Will apply in a few days.
> >
> 
> 
> Hello,
> 
> Is a similar change required in the other overlay filter applications, such
> as overlay_cuda, overlay_vulkan, etc?

Checked the code, this is the only one benefitting from this kind of
refactoring.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".


Re: [FFmpeg-devel] [PATCH] lavfi/overlay: factorize definition of planar and package blending functions

2024-01-02 Thread Stefano Sabatini
On date Sunday 2023-12-24 18:40:56 +0100, Stefano Sabatini wrote:
> On date Saturday 2023-12-16 15:24:36 +0100, Stefano Sabatini wrote:
> > ---
> >  libavfilter/vf_overlay.c | 260 ---
> >  1 file changed, 53 insertions(+), 207 deletions(-)
> 
> Will apply in a few days.

Applied.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".