Change #264756
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Thu 16 Apr 2026 23:23:36 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | cf2d40f65ddab61ec4dd274e10f76339fd7d213a |
Comments
swscale/ops: add explicit clear mask to SwsClearOp Instead of implicitly testing for NaN values. This is mostly a straightforward translation, but we need some slight extra boilerplate to ensure the mask is correctly updated when e.g. commuting past a swizzle. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/format.c
- libswscale/ops.c
- libswscale/ops.h
- libswscale/ops_chain.c
- libswscale/ops_memcpy.c
- libswscale/ops_optimizer.c
- libswscale/tests/sws_ops.c
- libswscale/vulkan/ops.c
- libswscale/x86/ops.c
- tests/checkasm/sw_ops.c