You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
9 years ago
..
aarch64
sws/aarch64/yuv2rgb: honor iOS calling convention
9 years ago
arm
swscale/arm/yuv2rgb: make the code bitexact with its aarch64 counter part
9 years ago
ppc
swscale: cleanup unused code
9 years ago
x86
swscale: cleanup unused code
9 years ago
Makefile
swscale: re-enable gamma
10 years ago
alphablend.c
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
9 years ago
bayer_template.c
…
colorspace-test.c
swscale: rename sws_rgb2rgb_init to ff_sws_rgb2rgb_init
9 years ago
gamma.c
swscale: re-enable gamma
10 years ago
hscale.c
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
9 years ago
hscale_fast_bilinear.c
…
input.c
swscale: cleanup unused code
9 years ago
libswscale.v
…
log2_tab.c
…
options.c
swscale: use AV_OPT_TYPE_BOOL for {src,dst}_range options
9 years ago
output.c
swscale: cleanup unused code
9 years ago
rgb2rgb.c
swscale: rename sws_rgb2rgb_init to ff_sws_rgb2rgb_init
9 years ago
rgb2rgb.h
swscale: rename sws_rgb2rgb_init to ff_sws_rgb2rgb_init
9 years ago
rgb2rgb_template.c
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
9 years ago
slice.c
swscale: cleanup unused code
9 years ago
swscale-test.c
swscale/swscale-test: Check av_image_fill_linesizes() for failure
9 years ago
swscale.c
swscale: cleanup unused code
9 years ago
swscale.h
swscale: add bt2020 yuv2rgb coefficients.
9 years ago
swscale_internal.h
swscale: add bt2020 yuv2rgb coefficients.
9 years ago
swscale_unscaled.c
sws/aarch64: add {nv12,nv21,yuv420p,yuv422p}_to_{argb,rgba,abgr,rgba}_neon
9 years ago
swscaleres.rc
…
utils.c
swscale/utils: Remove unused variable
9 years ago
version.h
swscale: add bt2020 yuv2rgb coefficients.
9 years ago
vscale.c
swscale: cleanup unused code
9 years ago
yuv2rgb.c
swscale: add bt2020 yuv2rgb coefficients.
9 years ago