[FFmpeg-devel] [PATCH] apsnr and asisdr filter

2023-08-12 Thread Paul B Mahol
Attached. From ad9def7fad58a75450176413564543a16965d165 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 13 Aug 2023 05:03:00 +0200 Subject: [PATCH 3/3] avfilter/af_asdr: use single structure for sums Signed-off-by: Paul B Mahol --- libavfilter/af_asdr.c | 44 +++--

Re: [FFmpeg-devel] [PATCH] vulkan: enable VK_KHR_cooperative_matrix

2023-08-12 Thread Kacper Michajlow
On Sat, 12 Aug 2023 at 16:45, Lynne wrote: > > It's of interest to API users, and of interest to us, > as a DCT/DST can be implemented via matrix multiplies. > > Bumps up the required header version to 1.3.255, released > 2 months ago, so it's had time to propagate. I would disagree, considering

Re: [FFmpeg-devel] [PATCH v1] avcodec/jpeg2000htdec: check if block decoding will exceed internal precision

2023-08-12 Thread Pierre-Anthony Lemieux
On Sat, Aug 12, 2023 at 1:31 PM Pierre-Anthony Lemieux wrote: > > On Sat, Aug 12, 2023 at 11:39 AM Michael Niedermayer > wrote: > > > > On Thu, Aug 10, 2023 at 04:48:56PM -0700, p...@sandflow.com wrote: > > > From: Pierre-Anthony Lemieux > > > > > > Intended to replace > > > https://patchwork.

Re: [FFmpeg-devel] [PATCH v1] avcodec/jpeg2000htdec: check if block decoding will exceed internal precision

2023-08-12 Thread Pierre-Anthony Lemieux
On Sat, Aug 12, 2023 at 11:39 AM Michael Niedermayer wrote: > > On Thu, Aug 10, 2023 at 04:48:56PM -0700, p...@sandflow.com wrote: > > From: Pierre-Anthony Lemieux > > > > Intended to replace > > https://patchwork.ffmpeg.org/project/ffmpeg/patch/20230802000135.26482-3-mich...@niedermayer.cc/ > >

[FFmpeg-devel] [PATCH v2] avcodec/jpeg2000htdec: check if block decoding will exceed internal precision

2023-08-12 Thread pal
From: Pierre-Anthony Lemieux Intended to replace https://patchwork.ffmpeg.org/project/ffmpeg/patch/20230802000135.26482-3-mich...@niedermayer.cc/ with a more accurate block decoding magnitude bound. --- libavcodec/jpeg2000htdec.c | 34 +- 1 file changed, 33 inse

Re: [FFmpeg-devel] [PATCH v1] avcodec/jpeg2000htdec: check if block decoding will exceed internal precision

2023-08-12 Thread Michael Niedermayer
On Thu, Aug 10, 2023 at 04:48:56PM -0700, p...@sandflow.com wrote: > From: Pierre-Anthony Lemieux > > Intended to replace > https://patchwork.ffmpeg.org/project/ffmpeg/patch/20230802000135.26482-3-mich...@niedermayer.cc/ > with a more accurate block decoding magnitude bound. > > --- > libavcod

Re: [FFmpeg-devel] What is FFmpeg and what should it be

2023-08-12 Thread Michael Niedermayer
On Thu, Aug 10, 2023 at 04:58:37PM +0200, Vittorio Giovara wrote: > On Thu, Aug 10, 2023 at 2:39 PM Nicolas George wrote: > > > > No. You are taking for granted that SDR belongs in FFmpeg in the first > > place, > > > and that's exactly what people disagree with. > > > > And you are taking for gr

Re: [FFmpeg-devel] [PATCH 10/11] fate/matroska: Add test for stereo 3D

2023-08-12 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Just mark a non-stereo file as stereo to test the code. > > Signed-off-by: Andreas Rheinhardt > --- > This test would not pass on master as-is due to the anaglyph modes > which are broken on master. I intend to apply it before 4/9 > so that fixing the anaglyph modes is visib

Re: [FFmpeg-devel] [PATCH] lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environments with Clang

2023-08-12 Thread Michael Niedermayer
On Mon, Aug 07, 2023 at 09:02:19PM -0400, Brad Smith wrote: > lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environments with Clang > > libswscale/ppc/yuv2rgb_altivec.c:288:36: error: redeclaration of 'vec_xl' > must have the 'overloadable' attribute > --- > libswscale/ppc/yuv2rgb_altivec.c | 4

Re: [FFmpeg-devel] [PATCH] exclude currently unused 0.17% of fate samples from rsync

2023-08-12 Thread Paul B Mahol
On Sat, Aug 12, 2023 at 5:09 PM James Almer wrote: > On 8/12/2023 12:07 PM, Paul B Mahol wrote: > > On Sat, Aug 12, 2023 at 4:19 PM Michael Niedermayer < > mich...@niedermayer.cc> > > wrote: > > > >> On Fri, Aug 11, 2023 at 06:17:29PM +0200, Vittorio Giovara wrote: > >>> On Thu, Aug 10, 2023 at 5

Re: [FFmpeg-devel] [PATCH] exclude currently unused 0.17% of fate samples from rsync

2023-08-12 Thread James Almer
On 8/12/2023 12:07 PM, Paul B Mahol wrote: On Sat, Aug 12, 2023 at 4:19 PM Michael Niedermayer wrote: On Fri, Aug 11, 2023 at 06:17:29PM +0200, Vittorio Giovara wrote: On Thu, Aug 10, 2023 at 5:27 PM Michael Niedermayer < mich...@niedermayer.cc> wrote: Several developers where upset, that

Re: [FFmpeg-devel] [PATCH] exclude currently unused 0.17% of fate samples from rsync

2023-08-12 Thread Paul B Mahol
On Sat, Aug 12, 2023 at 4:19 PM Michael Niedermayer wrote: > On Fri, Aug 11, 2023 at 06:17:29PM +0200, Vittorio Giovara wrote: > > On Thu, Aug 10, 2023 at 5:27 PM Michael Niedermayer < > mich...@niedermayer.cc> > > wrote: > > > > > Several developers where upset, that from the over 1gb of fate sa

[FFmpeg-devel] [PATCH] vulkan: enable VK_KHR_cooperative_matrix

2023-08-12 Thread Lynne
It's of interest to API users, and of interest to us, as a DCT/DST can be implemented via matrix multiplies. Bumps up the required header version to 1.3.255, released 2 months ago, so it's had time to propagate. Patch attached. >From b3c9c3545d6ec97e3cad2b889ebfe932c13bcf67 Mon Sep 17 00:00:00 2

Re: [FFmpeg-devel] [PATCH v2] avcodec/mv30: Check the input length before allocation

2023-08-12 Thread Michael Niedermayer
On Thu, Aug 10, 2023 at 05:58:24PM +0200, Paul B Mahol wrote: > On Thu, Aug 10, 2023 at 5:46 PM Michael Niedermayer > wrote: > > > On Thu, Aug 10, 2023 at 12:12:51PM +0200, Paul B Mahol wrote: > > > On Thu, Aug 10, 2023 at 11:34 AM Michael Niedermayer < > > mich...@niedermayer.cc> > > > wrote: >

Re: [FFmpeg-devel] [PATCH] exclude currently unused 0.17% of fate samples from rsync

2023-08-12 Thread Michael Niedermayer
On Fri, Aug 11, 2023 at 06:17:29PM +0200, Vittorio Giovara wrote: > On Thu, Aug 10, 2023 at 5:27 PM Michael Niedermayer > wrote: > > > Several developers where upset, that from the over 1gb of fate samples 2mb > > are only used > > by the ffmpeg branch with SDR support in https://git.ffmpeg.org/l

Re: [FFmpeg-devel] [PATCH] new audio filter and misc improvements

2023-08-12 Thread Michael Niedermayer
On Thu, Aug 10, 2023 at 06:49:50PM +0200, Paul B Mahol wrote: > On Thu, Aug 10, 2023 at 5:13 PM Michael Niedermayer > wrote: > > > On Thu, Aug 10, 2023 at 12:10:49PM +0200, Paul B Mahol wrote: > > > On Thu, Aug 10, 2023 at 11:48 AM Michael Niedermayer < > > mich...@niedermayer.cc> > > > wrote: >