Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2022-10-25 13:13:34 +0300
committerMartin Storsjö <martin@martin.st>2022-11-04 15:32:19 +0300
commit3993a9073255c4897daab504eafdcbbc7bd5a5b1 (patch)
treef2f46e366eb0127a131d4caca761f3559d47f882 /doc/texi2pod.pl
parent74b74887390bd57163d8d7cc4738203bec2ea59a (diff)
swscale: aarch64: Fix yuv2rgb with negative stridesrelease/4.3
Treat the 32 bit stride registers as signed. Alternatively, we could make the stride arguments ptrdiff_t instead of int, and changing all of the assembly to operate on these registers with their full 64 bit width, but that's a much larger and more intrusive change (and risks missing some operation, which would clamp the intermediates to 32 bit still). Fixes: https://trac.ffmpeg.org/ticket/9985 Signed-off-by: Martin Storsjö <martin@martin.st> (cherry picked from commit cb803a0072cb98945dcd3f1660bd2a975650ce42) Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc/texi2pod.pl')
0 files changed, 0 insertions, 0 deletions