Re: [FFmpeg-devel] [PATCH V3 3/5] libavutil/hwcontext_vulkan: Allocate vkFrame in one memory

2021-11-28 Thread Lynne
29 Nov 2021, 05:07 by wenbin.c...@intel.com: >> 26 Nov 2021, 03:54 by wenbin.c...@intel.com: >> >> > The vaapi can import external frame, but the planes of the external >> > frames should be in the same drm object. A new option >> "contiguous_planes" >> > is added to device. This flag tells

Re: [FFmpeg-devel] [PATCH V3 3/5] libavutil/hwcontext_vulkan: Allocate vkFrame in one memory

2021-11-28 Thread Chen, Wenbin
> 26 Nov 2021, 03:54 by wenbin.c...@intel.com: > > > The vaapi can import external frame, but the planes of the external > > frames should be in the same drm object. A new option > "contiguous_planes" > > is added to device. This flag tells device to allocate places in one > > memory. When device

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information

2021-11-28 Thread Pierre-Anthony Lemieux
On Sun, Nov 28, 2021 at 4:56 PM Marton Balint wrote: > > > > On Thu, 25 Nov 2021, Marc-Antoine Arnaud wrote: > > > --- > > doc/demuxers.texi | 10 ++ > > libavformat/mxf.h | 1 + > > libavformat/mxfdec.c | 293 +- > > libavformat/version.h | 2 +-

[FFmpeg-devel] [PATCH 5/5] avformat/mxfdec: rework MCA channel layout parsing

2021-11-28 Thread Marton Balint
Setting the channel layout was based on SoundfieldGroupLabelSubDescriptor, but this was wrong, because soundfield groups are not necessarily used and a file can also contain e.g. a single channel of a multichannel audio. The new approach is to parse every AudioChannelLabelSubDescriptor and create

[FFmpeg-devel] [PATCH 4/5] avformat/mxfdec: do not ignore mxf_read_strong_ref_array return value when reading sub descriptors

2021-11-28 Thread Marton Balint
Signed-off-by: Marton Balint --- libavformat/mxfdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index e0a52e3883..229c02a85e 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -1419,7 +1419,7 @@ static int

[FFmpeg-devel] [PATCH 3/5] avformat/mxfdec: also check for non-positive number of channels

2021-11-28 Thread Marton Balint
Signed-off-by: Marton Balint --- libavformat/mxfdec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index 8cb66b73c4..e0a52e3883 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -2843,8 +2843,8 @@ static int

[FFmpeg-devel] [PATCH 1/5] avformat/mxf: support MCA audio information

2021-11-28 Thread Marton Balint
From: Marc-Antoine Arnaud Signed-off-by: Marton Balint --- doc/demuxers.texi | 10 ++ libavformat/mxf.h | 1 + libavformat/mxfdec.c | 293 +- libavformat/version.h | 2 +- 4 files changed, 299 insertions(+), 7 deletions(-) diff --git

[FFmpeg-devel] [PATCH 2/5] avformat/mxfdec: remove uneeded check before av_freep

2021-11-28 Thread Marton Balint
Signed-off-by: Marton Balint --- libavformat/mxfdec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index 58ba330475..8cb66b73c4 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -375,8 +375,7 @@ static void

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information

2021-11-28 Thread Marton Balint
On Thu, 25 Nov 2021, Marc-Antoine Arnaud wrote: --- doc/demuxers.texi | 10 ++ libavformat/mxf.h | 1 + libavformat/mxfdec.c | 293 +- libavformat/version.h | 2 +- 4 files changed, 299 insertions(+), 7 deletions(-) I went through this, and

Re: [FFmpeg-devel] [PATCH v7 0/4] Add support for Matroska BlockAdditionMapping elements

2021-11-28 Thread quietvoid
> > This patch set adds support for reading/writing the Matroska > BlockAdditionMapping > elements, as well as for reading/writing dvcC/dvvC blocks in Matroska. > > Created utility functions to read/write Dolby Vision boxes for ISOM. > This was done to avoid duplicating the code, as the Matroska

Re: [FFmpeg-devel] [PATCH v17 14/19] avfilter/overlaytextsubs: Add overlaytextsubs and textsubs2video filters

2021-11-28 Thread Michael Niedermayer
On Sat, Nov 27, 2021 at 07:38:07PM +, Soft Works wrote: > - overlaytextsubs {VS -> V) > Overlay text subtitles onto a video stream. > > - textsubs2video {S -> V) > Converts text subtitles to video frames > > Signed-off-by: softworkz > --- > configure| 2 + >

Re: [FFmpeg-devel] [PATCH v17 15/19] avfilter/textmod: Add textmod, censor and show_speaker filters

2021-11-28 Thread Michael Niedermayer
On Sun, Nov 28, 2021 at 07:22:10PM +, Soft Works wrote: > > > > -Original Message- > > From: ffmpeg-devel On Behalf Of Michael > > Niedermayer > > Sent: Sunday, November 28, 2021 8:05 PM > > To: FFmpeg development discussions and patches > > Subject: Re: [FFmpeg-devel] [PATCH v17

Re: [FFmpeg-devel] [PATCH v17 15/19] avfilter/textmod: Add textmod, censor and show_speaker filters

2021-11-28 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Michael > Niedermayer > Sent: Sunday, November 28, 2021 8:05 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH v17 15/19] avfilter/textmod: Add textmod, > censor and show_speaker filters > >

Re: [FFmpeg-devel] [PATCH v17 15/19] avfilter/textmod: Add textmod, censor and show_speaker filters

2021-11-28 Thread Michael Niedermayer
On Sat, Nov 27, 2021 at 07:38:09PM +, Soft Works wrote: > - textmod {S -> S) > Modify subtitle text in a number of ways > > - censor {S -> S) > Censor subtitles using a word list > > - show_speaker {S -> S) > Prepend speaker names from ASS subtitles to the visible text lines > >

[FFmpeg-devel] [PATCH 1/2] avformat/cinedec: Avoid repeatedly allocating packets beyond the input

2021-11-28 Thread Michael Niedermayer
Fixes: Timeout Fixes: 41025/clusterfuzz-testcase-minimized-ffmpeg_dem_CINE_fuzzer-5540848285122560 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavformat/cinedec.c | 14 +- 1 file

[FFmpeg-devel] [PATCH 2/2] avcodec/gemdec: Check tag & planes before image allocation

2021-11-28 Thread Michael Niedermayer
Fixes: Timeout Fixes: 41083/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_GEM_fuzzer-5843826518917120 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/gemdec.c | 11 --- 1 file

Re: [FFmpeg-devel] [PATCH 0/2]

2021-11-28 Thread Ronald S. Bultje
Hi John-Paul, On Sat, Nov 27, 2021 at 8:22 PM John-Paul Stewart < jpstew...@personalprojects.net> wrote: > On 2021-11-27 8:51 a.m., Ronald S. Bultje wrote: > > Hi, > > > > On Fri, Nov 26, 2021 at 4:52 PM John-Paul Stewart < > > jpstew...@personalprojects.net> wrote: > > > >> There were no single

Re: [FFmpeg-devel] [PATCH] avfilter: add audio spectral stats filter

2021-11-28 Thread Paul B Mahol
will apply soon ___ 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".

Re: [FFmpeg-devel] [PATCH] avfilter: add audio dynamic smooth filter

2021-11-28 Thread Paul B Mahol
will apply soon ___ 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] [PATCH] avfilter: add audio dynamic equalizer filter

2021-11-28 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 75 +++ libavfilter/Makefile | 1 + libavfilter/af_adynamicequalizer.c | 310 + libavfilter/allfilters.c | 1 + 4 files changed, 387 insertions(+) create mode 100644

Re: [FFmpeg-devel] [PATCH v2] lavfi: add nlmeans CUDA filter

2021-11-28 Thread Timo Rothenpieler
+for (i = 0; i < nb_pixel / 4; i++) { + +int *dx_cur = dxdy + 8 * i; +int *dy_cur = dxdy + 8 * i + 4; + +call_horiz(ctx, 1, src_dptr, src_width, src_height, src_pitch, + integ_img, dx_cur, dy_cur, pixel_size); + +call_vert(ctx, 1, src_width,