Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Michael Niedermayer <michael@niedermayer.cc>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Subject: Re: [FFmpeg-devel] [PATCH] add yuv444p support to mcdeint
Date: Fri, 30 May 2025 02:58:39 +0200
Message-ID: <20250530005839.GG29660@pb2> (raw)
In-Reply-To: <90c31845-ef4f-4aa2-b87d-93800e1a469b@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1711 bytes --]

On Tue, May 27, 2025 at 01:24:57PM -0500, Ethan Halsall wrote:
> Signed-off-by: Ethan Halsall <ethanhalsall11@augustana.edu>
> ---
>  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/libavfilter/vf_mcdeint.c
> @@ -51,8 +51,10 @@
>   #include "libavutil/opt.h"
>  #include "libavcodec/avcodec.h"
> +#include "libavutil/pixdesc.h"
>  #include "avfilter.h"
>  #include "filters.h"
> +#include "formats.h"
>  #include "video.h"
>   enum MCDeintMode {
> @@ -76,6 +78,7 @@ typedef struct MCDeintContext {
>      AVPacket *pkt;
>      AVFrame *frame_dec;
>      AVCodecContext *enc_ctx;
> +    const AVPixFmtDescriptor *pix_fmt_desc;
>  } MCDeintContext;
>   #define OFFSET(x) offsetof(MCDeintContext, x)
> @@ -99,6 +102,17 @@ static const AVOption mcdeint_options[] = {
>   AVFILTER_DEFINE_CLASS(mcdeint);
>  +static const enum AVPixelFormat pix_fmts[] = {
> +    AV_PIX_FMT_YUV420P,
> +    AV_PIX_FMT_YUV444P,
> +    AV_PIX_FMT_NONE
> +};
> +

Applying: add yuv444p support to mcdeint
error: corrupt patch at line 18

this patch is somehow corrupted, that above is not a valid diff
make sure the output of git format-patch is not modified

thx


[...]


-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Breaking DRM is a little like attempting to break through a door even
though the window is wide open and the only thing in the house is a bunch
of things you dont want and which you would get tomorrow for free anyway

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

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

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

  reply	other threads:[~2025-05-30  0:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-27 18:24 Ethan Halsall
2025-05-30  0:58 ` Michael Niedermayer [this message]
2025-05-30  5:29   ` Ethan Halsall
2025-06-02 18:39     ` Michael Niedermayer
2025-06-07 17:15       ` Ethan Halsall
2025-06-07 23:25         ` Michael Niedermayer
2025-06-08  6:07           ` Ethan Halsall
2025-06-14 20:52             ` Michael Niedermayer
2025-06-02 23:27     ` Ethan Halsall

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250530005839.GG29660@pb2 \
    --to=michael@niedermayer.cc \
    --cc=ffmpeg-devel@ffmpeg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git