Re: [FFmpeg-devel] [PATCH 00/19] swscale: major API refactor and new graph dispatch

2024-10-14 Thread Niklas Haas
On Fri, 11 Oct 2024 00:26:47 +0200 Niklas Haas wrote: > This patch series introduces the new API that was discussed in my previous > series, and starts working towards a new, graph-based scaler dispatch > mechanism. This currently piggybacks off of existing swscale logic, but I > plan on increment

[FFmpeg-devel] [PATCH 00/19] swscale: major API refactor and new graph dispatch

2024-10-10 Thread Niklas Haas
This patch series introduces the new API that was discussed in my previous series, and starts working towards a new, graph-based scaler dispatch mechanism. This currently piggybacks off of existing swscale logic, but I plan on incrementally rewriting the high-level innards going forwards. In order