Re: [FFmpeg-devel] [PATCH v4 00/13] major refactor and new scaling API

2024-10-29 Thread Michael Niedermayer
On Thu, Oct 24, 2024 at 12:25:10PM +0200, Niklas Haas wrote: > Changes since v3: > - Make SwsInternal a superset of SwsContext, instead of a separate struct > - Fix minor bug in the calculation of SWS_STRICT > > I overall prefer this version, it simplifies things and allows us to split > apart the

[FFmpeg-devel] [PATCH v4 00/13] major refactor and new scaling API

2024-10-24 Thread Niklas Haas
Changes since v3: - Make SwsInternal a superset of SwsContext, instead of a separate struct - Fix minor bug in the calculation of SWS_STRICT I overall prefer this version, it simplifies things and allows us to split apart the cosmetic and non-cosmetic commits very cleanly. ___