Re: [FFmpeg-devel] [PATCH 00/17] swscale v2: new framework [RFC]

2025-05-16 Thread Ramiro Polla
On Fri, May 16, 2025 at 4:39 PM Niklas Haas wrote: > On Fri, 16 May 2025 16:32:00 +0200 Ramiro Polla > wrote: > > On Fri, May 16, 2025 at 1:09 PM Niklas Haas wrote: > > > I would like to merge at least the first half of this series, containing > > > mostly preliminary changes, if there are no f

Re: [FFmpeg-devel] [PATCH 00/17] swscale v2: new framework [RFC]

2025-05-16 Thread Niklas Haas
On Fri, 16 May 2025 16:32:00 +0200 Ramiro Polla wrote: > Hi Niklas, > > On Fri, May 16, 2025 at 1:09 PM Niklas Haas wrote: > > I would like to merge at least the first half of this series, containing > > mostly preliminary changes, if there are no further objections. > > Can you list the patches

Re: [FFmpeg-devel] [PATCH 00/17] swscale v2: new framework [RFC]

2025-05-16 Thread Ramiro Polla
Hi Niklas, On Fri, May 16, 2025 at 1:09 PM Niklas Haas wrote: > I would like to merge at least the first half of this series, containing > mostly preliminary changes, if there are no further objections. Can you list the patches that you would like to merge? Ramiro __

Re: [FFmpeg-devel] [PATCH 00/17] swscale v2: new framework [RFC]

2025-05-16 Thread Niklas Haas
I would like to merge at least the first half of this series, containing mostly preliminary changes, if there are no further objections. After they are merged I will send a rebased v2 with my latest changes, which includes some subsequent refactors that I decided not to squash into my previous com

Re: [FFmpeg-devel] [PATCH 00/17] swscale v2: new framework [RFC]

2025-05-02 Thread Niklas Haas
On Sat, 26 Apr 2025 19:41:04 +0200 Niklas Haas wrote: > Hi all, > > After extensive amounts of refactoring and iteration on the design and API, > and the implementation of an x86 SIMD backend, I'm happy to present the > revised version of my ongoing swscale rewrite. Now with 100% less reliance on

Re: [FFmpeg-devel] [PATCH 00/17] swscale v2: new framework [RFC]

2025-04-26 Thread Niklas Haas
On Sat, 26 Apr 2025 19:41:04 +0200 Niklas Haas wrote: > Hi all, > > After extensive amounts of refactoring and iteration on the design and API, > and the implementation of an x86 SIMD backend, I'm happy to present the > revised version of my ongoing swscale rewrite. Now with 100% less reliance on

[FFmpeg-devel] [PATCH 00/17] swscale v2: new framework [RFC]

2025-04-26 Thread Niklas Haas
Hi all, After extensive amounts of refactoring and iteration on the design and API, and the implementation of an x86 SIMD backend, I'm happy to present the revised version of my ongoing swscale rewrite. Now with 100% less reliance on compiler autovectorization. As before, I recommend (re)reading