On Tue, Oct 08, 2024 at 09:10:05AM +0300, Martin Storsjö wrote:
> On Tue, 8 Oct 2024, Niklas Haas wrote:
>
> > > Sorry for not checking this earlier, but PowerPC 32- and 64-bit builds
> > > with AltiVec enabled now fail with:
> > >
> > > src/libswscale/ppc/yuv2yuv_altivec.c: In function
> > > ‘f
On Tue, 8 Oct 2024, Niklas Haas wrote:
Sorry for not checking this earlier, but PowerPC 32- and 64-bit builds
with AltiVec enabled now fail with:
src/libswscale/ppc/yuv2yuv_altivec.c: In function ‘ff_get_unscaled_swscale_ppc’:
src/libswscale/ppc/yuv2yuv_altivec.c:199:33: error: assignment to
‘S
Hi,
On Mon, Oct 7, 2024 at 8:22 PM Niklas Haas wrote:
>
> On Mon, 07 Oct 2024 16:53:41 -0400 Sean McGovern wrote:
> > Hi,
> >
> > On Sun, Oct 6, 2024 at 6:31 PM Michael Niedermayer
> > wrote:
> > >
> > > On Sat, Oct 05, 2024 at 09:24:00PM +0200, Niklas Haas wrote:
> > > > From: Niklas Haas
> >
On Mon, 07 Oct 2024 16:53:41 -0400 Sean McGovern wrote:
> Hi,
>
> On Sun, Oct 6, 2024 at 6:31 PM Michael Niedermayer
> wrote:
> >
> > On Sat, Oct 05, 2024 at 09:24:00PM +0200, Niklas Haas wrote:
> > > From: Niklas Haas
> > >
> > > I want to move away from having random leaf processing functions
Hi,
On Sun, Oct 6, 2024 at 6:31 PM Michael Niedermayer
wrote:
>
> On Sat, Oct 05, 2024 at 09:24:00PM +0200, Niklas Haas wrote:
> > From: Niklas Haas
> >
> > I want to move away from having random leaf processing functions mutate
> > plane pointers, and while we're at it, we might as well make th
On Sat, Oct 05, 2024 at 09:24:00PM +0200, Niklas Haas wrote:
> From: Niklas Haas
>
> I want to move away from having random leaf processing functions mutate
> plane pointers, and while we're at it, we might as well make the strides
> and tables const as well.
>
> Sponsored-by: Sovereign Tech Fun
From: Niklas Haas
I want to move away from having random leaf processing functions mutate
plane pointers, and while we're at it, we might as well make the strides
and tables const as well.
Sponsored-by: Sovereign Tech Fund
Signed-off-by: Niklas Haas
---
libswscale/aarch64/swscale_unscaled.c |