1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +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 swscale/arm: add ff_hscale_8_to_15_neon 2016-04-09 00:16:56 +02:00
Makefile swscale/arm: add yuv2planeX_8_neon 2016-04-11 18:13:36 +02:00
output.S swscale/arm: add yuv2planeX_8_neon 2016-04-11 18:13:36 +02:00
rgb2yuv_neon_16.S arm: swscale: Only compile the rgb2yuv asm if .dn aliases are supported 2018-03-31 21:54:56 +03:00
rgb2yuv_neon_32.S arm: swscale: Only compile the rgb2yuv asm if .dn aliases are supported 2018-03-31 21:54:56 +03:00
rgb2yuv_neon_common.S fix build with gas-preprocessor.pl 2014-01-12 18:01:39 +01:00
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