1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-02 03:06:28 +02:00
FFmpeg/libswscale/arm
Martin Storsjö 507c2a5774 libswscale: arm: Don't assume aligned output in yuv2rgb functions
This fixes failures in recently added checkasm tests.

While the buffers in most cases are aligned, libswscale in general
can't assume the output to be aligned.

Signed-off-by: Martin Storsjö <martin@martin.st>
2024-08-19 23:04:52 +03:00
..
hscale.S
Makefile
output.S
rgb2yuv_neon_16.S
rgb2yuv_neon_32.S
rgb2yuv_neon_common.S
swscale_unscaled.c sws: rename SwsContext.swscale to convert_unscaled 2021-07-03 15:57:53 +02:00
swscale.c Include attributes.h directly 2021-04-19 14:34:10 +02:00
yuv2rgb_neon.S libswscale: arm: Don't assume aligned output in yuv2rgb functions 2024-08-19 23:04:52 +03:00