ffmpeg/libswscale
Clément Bœsch cab9661dba sws/aarch64/yuv2rgb: honor iOS calling convention
y_offset and y_coeff being successive 32-bit integers, they are packed
into 8 bytes instead of 2x8 bytes.

See https://developer.apple.com/library/ios/documentation/Xcode/Conceptual/iPhoneOSABIReference/Articles/ARM64FunctionCallingConventions.html

> iOS diverges from Procedure Call Standard for the ARM 64-bit
> Architecture in several ways
[...]
> In the generic procedure call standard, all function arguments passed
> on the stack consume slots in multiples of 8 bytes. In iOS, this
> requirement is dropped, and values consume only the space required.
[...]
> Padding is still inserted on the stack to satisfy arguments’ alignment
> requirements.
2016-04-08 17:58:43 +02:00
..
aarch64 sws/aarch64/yuv2rgb: honor iOS calling convention 2016-04-08 17:58:43 +02:00
arm swscale/arm/yuv2rgb: make the code bitexact with its aarch64 counter part 2016-04-01 17:23:45 +02:00
ppc swscale: cleanup unused code 2016-03-31 16:36:16 -03:00
x86 swscale: cleanup unused code 2016-03-31 16:36:16 -03:00
Makefile
alphablend.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
bayer_template.c
colorspace-test.c
gamma.c
hscale.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
hscale_fast_bilinear.c
input.c swscale: cleanup unused code 2016-03-31 16:36:16 -03:00
libswscale.v
log2_tab.c
options.c
output.c swscale: cleanup unused code 2016-03-31 16:36:16 -03:00
rgb2rgb.c
rgb2rgb.h
rgb2rgb_template.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
slice.c swscale: cleanup unused code 2016-03-31 16:36:16 -03:00
swscale-test.c swscale/swscale-test: Check av_image_fill_linesizes() for failure 2016-02-04 01:49:38 +01:00
swscale.c swscale: cleanup unused code 2016-03-31 16:36:16 -03:00
swscale.h swscale: add bt2020 yuv2rgb coefficients. 2016-04-01 15:39:48 -04:00
swscale_internal.h swscale: add bt2020 yuv2rgb coefficients. 2016-04-01 15:39:48 -04:00
swscale_unscaled.c sws/aarch64: add {nv12,nv21,yuv420p,yuv422p}_to_{argb,rgba,abgr,rgba}_neon 2016-03-01 17:53:33 +01:00
swscaleres.rc
utils.c swscale/utils: Remove unused variable 2016-04-07 13:41:23 +02:00
version.h swscale: add bt2020 yuv2rgb coefficients. 2016-04-01 15:39:48 -04:00
vscale.c swscale: cleanup unused code 2016-03-31 16:36:16 -03:00
yuv2rgb.c swscale: add bt2020 yuv2rgb coefficients. 2016-04-01 15:39:48 -04:00