Change #264723
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Thu 16 Apr 2026 22:59:39 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | ba516a34cd1cdc46ab35a9440ef2f0891c774bd0 |
Comments
swscale/x86/ops_int: use sized mov for packed_shuffle output This code made the input read conditional on the byte count, but not the output, leading to a lot of over-write for cases like 15, 5. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/x86/ops.c
- libswscale/x86/ops_int.asm