ffmpeg/libswscale
Martin Storsjö 794245fa71 arm: Consistently use proper interworking function returns
Use "bx lr", or "pop {lr}", which do proper mode switching
between thumb and arm modes. A plain "mov pc, lr" does not switch
from thumb mode to arm mode (while in arm mode, it does switch
mode for a thumb caller).

This is normally not an issue, as CONFIG_THUMB only is enabled if
the C compiler defaults to thumb; but stick to patterns that can
do mode switching if needed, for consistency.

Signed-off-by: Martin Storsjö <martin@martin.st>
(cherry picked from commit 77e6293735)
2024-10-10 23:56:10 +03:00
..
aarch64 swscale/aarch64: Fix rgb24toyv12 only works with aligned width 2024-09-24 10:24:14 +08:00
arm arm: Consistently use proper interworking function returns 2024-10-10 23:56:10 +03:00
loongarch swscale: [loongarch] Fix checkasm-sw_yuv2rgb failure. 2024-07-28 19:02:16 +02:00
ppc swscale/ppc/swscale_ppc_template: Reindent after the previous commit 2024-04-04 16:47:21 +02:00
riscv swscale/rgb2rgb: enable R-V V deinterleaveBytes 2024-09-04 22:04:11 +03:00
tests
x86 swscale/x86/rgb2rgb: disable rgb24toyv12_mmxext for x86_64 2024-09-06 23:06:38 +02:00
alphablend.c
bayer_template.c
gamma.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
half2float.c
hscale_fast_bilinear.c
hscale.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
input.c
libswscale.v
log2_tab.c
Makefile
options.c swscale/options: relax src/dst_h/v_chr_pos value range 2024-08-16 11:43:37 +02:00
output.c swscale/output: Fix undefined integer overflow in yuv2rgba64_2_c_template() 2024-09-19 00:24:26 +02:00
rgb2rgb_template.c swscale/rgb2rgb: improve chroma conversion in ff_rgb24toyv12_c 2024-09-06 23:06:32 +02:00
rgb2rgb.c
rgb2rgb.h swscale/rgb2rgb: improve chroma conversion in ff_rgb24toyv12_c 2024-09-06 23:06:32 +02:00
slice.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
swscale_internal.h swscale: export ff_copyPlane so it may be used by simd code 2024-08-26 11:04:46 +02:00
swscale_unscaled.c swscale: export ff_copyPlane so it may be used by simd code 2024-08-26 11:04:46 +02:00
swscale.c swscale/swscale: Use unsigned operation to avoid undefined behavior 2024-09-19 00:10:38 +02:00
swscale.h swscale: document SWS_FULL_CHR_H_* flags 2024-08-16 11:43:37 +02:00
swscaleres.rc
utils.c swscale/utils: fix leak on threaded ctx init failure 2024-07-14 13:48:59 +02:00
version_major.h
version.c lib*/version: Use static_assert for static asserts 2024-03-31 00:08:42 +01:00
version.h */version.h: bump minor versions for release/7.1 2024-09-24 17:07:30 +02:00
vscale.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
yuv2rgb.c swscale/yuv2rgb: add yuv42{0,2}p -> gbrp unscaled colorspace converters 2024-08-18 22:26:11 +02:00