Re: [FFmpeg-devel] [PATCH] add media100 bsf and use it

2023-01-31 Thread Paul B Mahol
Improved patch attached. From ef7436580ce401917abab5114ff2ff8a1fdd9d61 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 31 Jan 2023 10:18:17 +0100 Subject: [PATCH] avcodec: add media100_to_mjpegb bitstream filter and use it Signed-off-by: Paul B Mahol --- configure

Re: [FFmpeg-devel] [PATCH] add media100 bsf and use it

2023-01-31 Thread Anton Khirnov
Quoting Paul B Mahol (2023-01-31 11:18:52) > Patch attached. > > From c9ec824211cccb745b3a4ab014d6be726c8ef1b9 Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Tue, 31 Jan 2023 10:18:17 +0100 > Subject: [PATCH] avcodec: add media100_to_mjpegb bitstream filter and use it > > Signed-off-by: P

Re: [FFmpeg-devel] [PATCH] add media100 bsf and use it

2023-01-31 Thread Andreas Rheinhardt
Paul B Mahol: > -static int media100_decode_frame(AVCodecContext *avctx, > - AVFrame *frame, int *got_frame, > - AVPacket *avpkt) > +static int filter(AVBSFContext *ctx, AVPacket *avpkt) > { > -Media100Context *ctx = avctx->priv_d

[FFmpeg-devel] [PATCH] add media100 bsf and use it

2023-01-31 Thread Paul B Mahol
Patch attached. From c9ec824211cccb745b3a4ab014d6be726c8ef1b9 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 31 Jan 2023 10:18:17 +0100 Subject: [PATCH] avcodec: add media100_to_mjpegb bitstream filter and use it Signed-off-by: Paul B Mahol --- libavcodec/Makefile