Re: [FFmpeg-devel] [PATCH 07/17] swscale: add SWS_EXPERIMENTAL flag

2025-05-08 Thread Niklas Haas
On Sat, 26 Apr 2025 19:41:11 +0200 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. This conflicts with the existing option "experimental" mapped to SWS_X ("experimental" s

[FFmpeg-devel] [PATCH 07/17] swscale: add SWS_EXPERIMENTAL flag

2025-04-26 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. --- doc/APIchanges | 3 +++ doc/scaler.texi | 3 +++ libswscale/options.c | 1 + libswscale/swscale.h | 7 +++ libswscale/version.h | 2