ffmpeg/libswscale
Martin Storsjö 872790b1f9 swscale: aarch64: Avoid using the x18 register
The x18 is a reserved platform register on Darwin and Windows.

x8/w8 seems to be unused in this function though (and same about
x10 and x14), so there's really no reason to use x18 here - just change
the uses of x18/w18 into x8/w8 instead without any further rewrites.

Signed-off-by: Martin Storsjö <martin@martin.st>
2020-04-20 00:09:34 +03:00
..
aarch64 swscale: aarch64: Avoid using the x18 register 2020-04-20 00:09:34 +03:00
arm
ppc
tests
x86 swscale/swscale: remove useless code 2020-04-03 00:58:07 +02:00
Makefile
alphablend.c
bayer_template.c
gamma.c
hscale.c
hscale_fast_bilinear.c
input.c lsws/input: Do not change transparency range. 2020-03-11 22:55:49 +01:00
libswscale.v
log2_tab.c
options.c
output.c swscale/output: Fix integer overflow in yuv2rgb_write_full() with out of range input 2020-04-04 22:09:46 +02:00
rgb2rgb.c
rgb2rgb.h
rgb2rgb_template.c
slice.c
swscale.c swscale/swscale: remove useless code 2020-04-03 00:58:07 +02:00
swscale.h
swscale_internal.h swscale/swscale: remove useless code 2020-04-03 00:58:07 +02:00
swscale_unscaled.c swscale/swscale_unscaled: add AV_PIX_FMT_GBRAP10 for LE and BE conversion wrapper 2019-12-10 16:09:14 +01:00
swscaleres.rc
utils.c swscale: Add swscale input support for Y210LE 2020-02-24 00:09:51 +00:00
version.h lsws/input: Do not change transparency range. 2020-03-11 22:55:49 +01:00
vscale.c
yuv2rgb.c swscale/yuv2rgb: Fix vertical dither offset with slices 2020-04-12 16:36:47 +02:00