ffmpeg/libswscale
Andriy Gelman 1200264fc4 swscale/rgb2rgb_template: use shuffle macro on big-endian arches
Fixes fate-qtrle-32bit on big-endian.

The macro does a simple byte swap on uint8 array without any casts, so
it's valid on big-endian arches.

The mentioned test was failing because the byteswap function
shuffle_bytes_3210_c() is used in the pixel format conversion
(argb->bgra).

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
2020-12-12 23:07:22 -05:00
..
aarch64
arm
ppc
tests libswscale/tests: add floatimg_cmp test 2020-10-02 14:59:52 +02:00
x86 lsws/x86/yuv2rgb: Fix compilation with mmxext or ssse3 disabled. 2020-11-14 15:37:57 +01:00
Makefile libswscale/tests: add floatimg_cmp test 2020-10-02 14:59:52 +02:00
alphablend.c
bayer_template.c swscale: do not drop half of bits from 16bit bayer formats 2020-08-08 12:03:42 +02:00
gamma.c
hscale.c
hscale_fast_bilinear.c
input.c libswcale/input: use more accurate planer rgb16 yuv conversions 2020-10-06 17:56:52 +02:00
libswscale.v
log2_tab.c
options.c
output.c
rgb2rgb.c
rgb2rgb.h
rgb2rgb_template.c swscale/rgb2rgb_template: use shuffle macro on big-endian arches 2020-12-12 23:07:22 -05:00
slice.c
swscale.c
swscale.h
swscale_internal.h swscale: do not drop half of bits from 16bit bayer formats 2020-08-08 12:03:42 +02:00
swscale_unscaled.c swscale: do not drop half of bits from 16bit bayer formats 2020-08-08 12:03:42 +02:00
swscaleres.rc
utils.c swscale/utils: override forced-zero formats back to full range 2020-10-11 12:58:13 +03:00
version.h
vscale.c
yuv2rgb.c