Change #264260
| Category | ffmpeg |
| Changed by | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |
| Changed at | Mon 13 Apr 2026 08:46:44 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 8a7c1f7fb8d70337e736e72cdc1e8edf4981e307 |
Comments
swscale/x86/output: Make xmm functions usable even without aligned stack x86-32 lacks one GPR, so it needs to be read from the stack. If the stack needs to be realigned, we can no longer access the original location of one argument, so just request a bit more stack size and copy said argument at a fixed offset from the new stack. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libswscale/x86/output.asm
- libswscale/x86/swscale.c