Re: [FFmpeg-devel] [PATCH v8 06/18] swscale: add SWS_UNSTABLE flag

2025-07-14 Thread Niklas Haas
On Sun, 13 Jul 2025 22:05:21 +0200 Andreas Rheinhardt wrote: > This patchset adds 214992B of .text, 6304B of .rodata, 42176B of > .data.rel.ro for an opt-in feature. There should be a configure option > to disable the new additions (i.e. the rest of the patchset) from being > compiled in for user

Re: [FFmpeg-devel] [PATCH v8 06/18] swscale: add SWS_UNSTABLE flag

2025-07-13 Thread Andreas Rheinhardt
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/op

[FFmpeg-devel] [PATCH v8 06/18] swscale: add SWS_UNSTABLE flag

2025-07-12 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