[FFmpeg-devel] [PATCH v5 00/19] swscale: new ops framework
Niklas Haas
ffmpeg at haasn.xyz
Tue Jun 10 16:04:51 EEST 2025
Changes since v4:
- minor cosmetic fixes
- drop unneeded -Wno-uninitialized (breaks on MSVC)
- change semantics of SwsGraph.setup() to make more sense (and fix
a bug where it would not work correctly with multiple passes)
- introduce and use av_dynarray2_dup() instead of av_memdup() for safely
duplicating SwsOpList
- fix a double free when no backend was found for an SwsOpList
- fix insufficient logic on matching SWS_OP_CLEAR
- avoid the use of periods in asm globals called from C (breaks on macOS)
More information about the ffmpeg-devel
mailing list