Re: [FFmpeg-devel] [PATCH] add yuv444p support to mcdeint

2025-06-07 Thread Ethan Halsall
Hi Michael, On 6/7/25 6:25 PM, Michael Niedermayer wrote: > Hi Ethan > > On Sat, Jun 07, 2025 at 12:15:06PM -0500, Ethan Halsall wrote: >> Hi Michael, > [...] >> @@ -201,8 +203,14 @@ static int filter_frame(AVFilterLink *inlink, AVFrame >> *inpic) >

Re: [FFmpeg-devel] [PATCH] add yuv444p support to mcdeint

2025-06-07 Thread Ethan Halsall
Hi Michael, Apologies for the late response, I missed this message. On 6/2/25 1:39 PM, Michael Niedermayer wrote: > Hi Ethan > > On Fri, May 30, 2025 at 12:29:19AM -0500, Ethan Halsall wrote: >> On 5/29/25 7:58 PM, Michael Niedermayer wrote: >>> On Tue, May 27, 2025 at

Re: [FFmpeg-devel] [PATCH] add yuv444p support to mcdeint

2025-06-02 Thread Ethan Halsall
Just a friendly follow up on this patch. I've attached the patch in case something else was wrong with the formatting with my previous reply. Ethan On 5/30/25 12:29 AM, Ethan Halsall wrote: On 5/29/25 7:58 PM, Michael Niedermayer wrote: On Tue, May 27, 2025 at 01:24:57PM -0500, Ethan Ha

Re: [FFmpeg-devel] [PATCH] add yuv444p support to mcdeint

2025-05-29 Thread Ethan Halsall
On 5/29/25 7:58 PM, Michael Niedermayer wrote: On Tue, May 27, 2025 at 01:24:57PM -0500, Ethan Halsall wrote: Signed-off-by: Ethan Halsall --- libavfilter/vf_mcdeint.c | 32 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/libavfilter

[FFmpeg-devel] [PATCH] add yuv444p support to mcdeint

2025-05-27 Thread Ethan Halsall
Signed-off-by: Ethan Halsall --- libavfilter/vf_mcdeint.c | 32 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/libavfilter/vf_mcdeint.c b/libavfilter/vf_mcdeint.c index 82048b51d0..11ad19f5cd 100644 --- a/libavfilter/vf_mcdeint.c +++ b