Re: [FFmpeg-devel] [PATCH] avformat/Makefile: Add missing libamqp->urldecode dependency

2022-01-08 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Signed-off-by: Andreas Rheinhardt > --- > libavformat/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/Makefile b/libavformat/Makefile > index c479ea998e..cc19325397 100644 > --- a/libavformat/Makefile > +++ b/libavformat/Makefil

Re: [FFmpeg-devel] [PATCH] avformat/rawvideodec: check packet size

2022-01-08 Thread lance . lmwang
On Fri, Jan 07, 2022 at 05:51:11PM +0100, Michael Niedermayer wrote: > Fixes: division by zero > Fixes: integer overflow > Fixes: > 43347/clusterfuzz-testcase-minimized-ffmpeg_dem_V210X_fuzzer-5846911637127168 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/mas

Re: [FFmpeg-devel] [PATCH 3/3] avcodec/jpeglsdec: Avoid get_bits_long() where possible

2022-01-08 Thread Andreas Rheinhardt
Andreas Rheinhardt: > It is possible here, because the values of ff_log2_run used > here are actually in the range 0..15 given that run_index is > in the range 0..31. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/jpeglsdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

Re: [FFmpeg-devel] [PATCH 01/10] avcodec/mpeg12dec: Don't set write-only variable

2022-01-08 Thread Andreas Rheinhardt
Andreas Rheinhardt: > MpegEncContext.picture_number is write-only for MPEG-1/2 decoding. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/mpeg12dec.c | 7 --- > 1 file changed, 7 deletions(-) > > diff --git a/libavcodec/mpeg12dec.c b/libavcodec/mpeg12dec.c > index 35dfc74fe7..6ad9fb

[FFmpeg-devel] [PATCH v4] libavcodec/flacenc: add backward-compatible 32 bit-per-sample capability

2022-01-08 Thread Martijn van Beurden
Enables creation of FLAC files with up to 32 bits-per-sample, up from the previous limit of 24 bit. This is a feature requested for RAWcooked, the archiving community has a need for storing files with 32-bit integer audio samples. See https://github.com/MediaArea/RAWcooked/issues/356 Restrictions

[FFmpeg-devel] 5.0 blocking issues

2022-01-08 Thread Michael Niedermayer
Hi all This is a simple go/no go call if you know of something that still should go into 5.0 please reply here with a list of what you are working on and a timelimit until when you will be done with it if you think everything is ready for the release, then too feel free to reply (assuming few oth

Re: [FFmpeg-devel] 5.0 blocking issues

2022-01-08 Thread Romain Beauxis
Le sam. 8 janv. 2022 à 10:30, Michael Niedermayer a écrit : > > Hi all > > This is a simple go/no go call > if you know of something that still should go into 5.0 please reply here > with a list of what you are working on and a timelimit until when you > will be done with it > > if you think every

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: convey stream id to segment streams

2022-01-08 Thread Gyan Doshi
Trivial patch. FATE passes. Intend to push tomorrow. On 2022-01-07 10:04 pm, Gyan Doshi wrote: --- Plan to apply to 5.0 libavformat/hlsenc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 459129818a..ef8973cea1 100644 --- a/libavformat/h

Re: [FFmpeg-devel] [PATCH 1/1] tools/cl2c: Strip full path from input file in embedded

2022-01-08 Thread Vagrant Cascadian
On 2021-11-13, Vagrant Cascadian wrote: > On 2021-10-18, Vagrant Cascadian wrote: >> Without this patch, the full build path gets embedded into various >> binaries shipped in the package, for example, libavfilter.a contains >> a reference to: >> >> #line 1 "/build/1st/ffmpeg-4.3.2/libavfilter/ope

Re: [FFmpeg-devel] [EXT] Re: [PATCH v4 2/3] avcodec/v4l2_context: resume the decoding process after source change event received.

2022-01-08 Thread Andriy Gelman
On Tue, 04. Jan 17:58, Andriy Gelman wrote: > On Tue, 04. Jan 17:48, Andriy Gelman wrote: > > Hi Ming, > > > > On Tue, 04. Jan 07:51, Ming Qian wrote: > > > > > > > -Original Message- > > > > From: Andriy Gelman [mailto:andriy.gel...@gmail.com] > > > > Sent: Monday, January 3, 2022 12:41

Re: [FFmpeg-devel] [PATCH] avformat/mxfdec: support MCA audio information

2022-01-08 Thread Marton Balint
On Sun, 2 Jan 2022, Marton Balint wrote: On Sat, 1 Jan 2022, Pierre-Anthony Lemieux wrote: On Sat, Jan 1, 2022 at 5:11 PM Marton Balint wrote: On Sat, 1 Jan 2022, Pierre-Anthony Lemieux wrote: Minor suggestion below. In addition, will sample file(s) be added to FATE? Below are

Re: [FFmpeg-devel] [PATCH 1/2] avformat/imfdec: do not use filesize when reading XML file

2022-01-08 Thread Marton Balint
On Sat, 1 Jan 2022, Marton Balint wrote: Signed-off-by: Marton Balint --- libavformat/imfdec.c | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/libavformat/imfdec.c b/libavformat/imfdec.c index f17064cfcd..ef1e7cf206 100644 --- a/libavformat/imfdec.c +++ b/

Re: [FFmpeg-devel] 5.0 blocking issues

2022-01-08 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Michael > Niedermayer > Sent: Saturday, January 8, 2022 5:30 PM > To: FFmpeg development discussions and patches > Subject: [FFmpeg-devel] 5.0 blocking issues > > Hi all > > This is a simple go/no go call > if you know of somethi

[FFmpeg-devel] [PATCH] avformat/rawvideodec: Disable option accidentally added for v210(x)

2022-01-08 Thread Andreas Rheinhardt
41f213c3bf629d549400e935e7f123e6cfa959ab accidentally added an unused pixel_format option to the v210(x) demuxers. Remove it before it really becomes part of the API. Signed-off-by: Andreas Rheinhardt --- libavformat/rawvideodec.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff

Re: [FFmpeg-devel] 5.0 blocking issues

2022-01-08 Thread Lynne
8 Jan 2022, 17:30 by mich...@niedermayer.cc: > Hi all > > This is a simple go/no go call > if you know of something that still should go into 5.0 please reply here > with a list of what you are working on and a timelimit until when you > will be done with it > > if you think everything is ready fo

Re: [FFmpeg-devel] [PATCH] avfilter/vf_libvmaf: update filter for libvmaf v2.0.0

2022-01-08 Thread Kyle Swanson
Hi, On Mon, Jan 3, 2022 at 2:32 PM Kyle Swanson wrote: > > Hi, > > On Sun, Jan 2, 2022 at 9:21 PM Andreas Rheinhardt > wrote: > > > > > > static const AVOption libvmaf_options[] = { > > > -{"model_path", "Set the model to be used for computing vmaf.", > > >OFFSET(mode

Re: [FFmpeg-devel] [PATCH v3 1/2] swscale/x86/output.asm: add x86-optimized planer gbr yuv2anyX functions

2022-01-08 Thread Mark Reid
On Sat, Jan 1, 2022 at 2:35 AM Paul B Mahol wrote: > will apply soon > ping > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-r

[FFmpeg-devel] Compilation error with --enable-libmysofa

2022-01-08 Thread Nomis101
I'm getting a compilation error if I build FFmpeg with --enable-libmysofa. This has worked nicely some weeks ago. This is on macOS 12.1. I have libmysofa-1.2.1 installed. FFmpeg is latest master. If I remove --enable-libmysofa, it builds without issue. /...// //POD    doc/ffmpeg-scaler.pod// //P

Re: [FFmpeg-devel] [PATCH] avformat/rawvideodec: Disable option accidentally added for v210(x)

2022-01-08 Thread lance . lmwang
On Sat, Jan 08, 2022 at 09:08:58PM +0100, Andreas Rheinhardt wrote: > 41f213c3bf629d549400e935e7f123e6cfa959ab accidentally added > an unused pixel_format option to the v210(x) demuxers. > Remove it before it really becomes part of the API. > > Signed-off-by: Andreas Rheinhardt > --- > libavform

Re: [FFmpeg-devel] [PATCH 1/2] avformat/rtpdec_rfc4175: support for interlace format

2022-01-08 Thread lance . lmwang
On Sun, Jan 02, 2022 at 08:43:30AM +0800, lance.lmw...@gmail.com wrote: > From: Limin Wang > > Signed-off-by: Limin Wang > --- > FYI, other patches have submit to support for the interface format few years > ago: > https://patchwork.ffmpeg.org/project/ffmpeg/patch/1531259521-19421-2-git-send-em

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: convey stream id to segment streams

2022-01-08 Thread Gyan Doshi
On 2022-01-08 10:09 pm, Gyan Doshi wrote: Trivial patch. FATE passes. Intend to push tomorrow. Pushed as 1850c610e72c690a42dbde467011e22d73e73a78 Gyan ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg