Re: [FFmpeg-devel] Help Needed - D3D11 Scaling Filter

2025-01-01 Thread Dash Santosh Sathyanarayanan
Any thoughts on this? From: Dash Santosh Sent: 30 December 2024 12:48 To: FFmpeg development discussions and patches Cc: Santhoshini Sekar ; Sachin Prakash Kumar Subject: Help Needed - D3D11 Scaling Filter Hi, I'm trying to implement a scaling f

Re: [FFmpeg-devel] Help Needed - D3D11 Scaling Filter

2025-01-01 Thread Dash Santosh Sathyanarayanan
Any thoughts on this? ___ 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".

[FFmpeg-devel] Help Needed - D3D11 Scaling Filter

2024-12-29 Thread Dash Santosh
-inc/> <https://twitter.com/MulticoreWare> <https://www.facebook.com/multicoreware> <https://www.youtube.com/channel/UCXZ1A1MzS5JwBqwBkNfsBBw?sub_confirmation=1> <https://www.instagram.com/multicoreware.inc/> *Dash Santosh* *Research Engineer, Video Engineering* Mobil

[FFmpeg-devel] [PATCH v3] avcodec/mfenc: add support for AV1 MF encoders

2024-10-09 Thread Dash Santosh
Sending patch as attachment since the inline patch fails to apply Thanks, Dash v3-0001-avcodec-mfenc-add-support-for-AV1-MF-encoders.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinf

[FFmpeg-devel] [PATCH v2] avcodec/mfenc: add support for AV1 MF encoders

2024-10-09 Thread Dash Santosh
>From 83e8cfa99bcb13965421fb32c1feb4c792649c22 Mon Sep 17 00:00:00 2001 From: Min Chen Date: Fri, 4 Oct 2024 23:04:04 +0530 Subject: [PATCH] avcodec/mfenc: add support for AV1 MF encoders X-Unsent: 1 To: ffmpeg-devel@ffmpeg.org Signed-off-by: Dash Santosh --- configure

Re: [FFmpeg-devel] [PATCH] avcodec/mfenc: add support for AV1 MF encoders

2024-10-09 Thread Dash Santosh
Sure, thanks On Wed, 9 Oct, 2024, 12:29 Martin Storsjö, wrote: > On Mon, 7 Oct 2024, Dash Santosh wrote: > > > Thanks for pointing this out, Martin. Please find the updated patch > below: > > > > From 83e8cfa99bcb13965421fb32c1feb4c792649c22 Mon Sep 17 00:00:00 2001 &

Re: [FFmpeg-devel] [PATCH] avcodec/mfenc: add support for AV1 MF encoders

2024-10-06 Thread Dash Santosh
vel@ffmpeg.org Signed-off-by: Dash Santosh --- configure | 1 + libavcodec/allcodecs.c | 1 + libavcodec/mf_utils.c | 2 ++ libavcodec/mf_utils.h | 1 + libavcodec/mfenc.c | 1 + 5 files changed, 6 insertions(+) diff --git a/configure b/configure index 0247ea08d6..63bc53cc27 100

[FFmpeg-devel] [PATCH] avcodec/mfenc: add support for AV1 MF encoders

2024-10-04 Thread Dash Santosh
>From 77c708805c52302861650cf770f6c32a33590e90 Mon Sep 17 00:00:00 2001 From: Min Chen Date: Fri, 4 Oct 2024 23:04:04 +0530 Subject: [PATCH] avcodec/mfenc: add support for AV1 MF encoders X-Unsent: 1 To: ffmpeg-devel@ffmpeg.org Signed-off-by: Dash Santosh --- configure