Re: [FFmpeg-devel] [PATCH v4 05/17] swscale: add SWS_UNSTABLE flag

2025-06-08 Thread Kacper Michajlow
On Wed, 4 Jun 2025 at 12:24, Niklas Haas wrote: > > From: Niklas Haas > > Give users and developers a way to opt in to the new format conversion code, > and more code from the swscale rewrite in general, even while development is > still ongoing. > --- > doc/APIchanges | 3 +++ > doc/scale

[FFmpeg-devel] [PATCH v4 05/17] swscale: add SWS_UNSTABLE flag

2025-06-04 Thread Niklas Haas
From: Niklas Haas Give users and developers a way to opt in to the new format conversion code, and more code from the swscale rewrite in general, even while development is still ongoing. --- doc/APIchanges | 3 +++ doc/scaler.texi | 4 libswscale/options.c | 1 + libswscale/swsca