librempeg/libswresample
Martin Storsjö 69112e3418 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>
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2024-10-10 13:35:27 +02:00
..
aarch64
arm arm: Consistently use proper interworking function returns 2024-10-10 13:35:27 +02:00
tests
x86 avutil/common: Don't auto-include mem.h 2024-04-01 19:51:37 +02:00
audioconvert.c avutil/common: Don't auto-include mem.h 2024-04-01 19:51:37 +02:00
audioconvert.h
dither_template.c
dither.c avutil/common: Don't auto-include mem.h 2024-04-01 19:51:37 +02:00
libswresample.v
log2_tab.c
Makefile
noise_shaping_data.c
options.c avutil/common: Don't auto-include mem.h 2024-04-01 19:51:37 +02:00
rematrix_template.c
rematrix.c avutil/common: Don't auto-include mem.h 2024-04-01 19:51:37 +02:00
resample_dsp.c
resample_template.c
resample.c avutil/common: Don't auto-include mem.h 2024-04-01 19:51:37 +02:00
resample.h
soxr_resample.c
swresample_frame.c avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 2024-03-17 19:41:07 +01:00
swresample_internal.h avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 2024-03-17 19:41:07 +01:00
swresample.c avutil/common: Don't auto-include mem.h 2024-04-01 19:51:37 +02:00
swresample.h swresample/swresample: Rectify invalid function in the documentation 2024-07-03 08:46:28 +02:00
swresampleres.rc
version_major.h libs: bump major version for all libraries 2024-03-17 19:46:28 +01:00
version.c lib*/version: Use static_assert for static asserts 2024-04-01 19:50:54 +02:00
version.h Bump after 7.0 branch point 2024-03-27 19:21:50 +01:00