On Sun, Jun 08, 2025 at 01:07:37AM -0500, Ethan Halsall wrote:
> 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(AVFilterL
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)
>>
>> for (i = 0; i < 3; i++) {
>>
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)
>
> for (i = 0; i < 3; i++) {
> int is_chroma = !!i;
> -int w = AV_CEIL_RSHIFT(inlink->w, is_c
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 01:24:57PM -0500, Ethan Ha
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 Halsall
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 01:24:57PM -0500, Ethan Halsall wrote:
> > > Signed-off-by: Ethan Halsall
> > > ---
> > > libavfilter/vf_mcdeint.c | 32 ++
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/vf_mcdeint
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/vf_mcdeint.c b/libavfilter/vf_mcdeint.c
> index 82