1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
FFmpeg/libswresample
Rahul Chaudhry f322de901d swresample/arm: remove unintentional relocation.
Branch to global symbol results in reference to PLT, and when compiling
for THUMB-2 - in a R_ARM_THM_JUMP19 relocation. Some linkers don't
support this relocation (ld.gold), while others can end up truncating
the relocation to fit (ld.bfd).

Convert this branch through PLT into a direct branch that the assembler
can resolve locally.

See https://github.com/android-ndk/ndk/issues/337 for background.

The current workaround is to disable neon during gstreamer build,
which is not optimal and can be reverted after this patch:
41556c4157

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit b22db4f465)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-07-16 19:06:26 +02:00
..
aarch64 swr/aarch64: add missing ret to ff_resample_common_apply_filter_x8_float_neon 2017-02-16 11:52:32 +01:00
arm swresample/arm: remove unintentional relocation. 2018-07-16 19:06:26 +02:00
tests
x86 swresample/x86/resample: extend resample_double to support avx and fma3 2017-03-19 12:24:41 +07:00
audioconvert.c swresample: add int64 sample format 2016-08-18 15:30:05 +02:00
audioconvert.h
dither_template.c
dither.c swresample: Skip over dither steps if dithering scale is 0 2016-08-18 11:52:11 +02:00
libswresample.v
log2_tab.c
Makefile
noise_shaping_data.c
options.c swresample/options: enable linear_interp and exact_rational by default 2017-03-17 00:08:03 +07:00
rematrix_template.c
rematrix.c swresample/rematrix: fix update of channel matrix if input or output layout is undefined 2018-02-19 09:06:29 +01:00
resample_dsp.c swresample/aarch64: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neon 2017-01-13 21:24:19 +01:00
resample_template.c swresample/resample_template: Add filter values in parallel 2016-12-10 02:44:21 +01:00
resample.c swresample/resample: free existing ResampleContext on reinit 2017-03-21 12:03:44 -03:00
resample.h swresample/aarch64: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neon 2017-01-13 21:24:19 +01:00
soxr_resample.c swresample/soxr: fix invalid use of linear_interp 2016-11-26 05:52:24 +07:00
swresample_frame.c
swresample_internal.h swresample: Use double and float for matrixes for best quality and speed 2016-09-27 12:53:25 +02:00
swresample.c swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_float during dithering. 2018-04-13 00:35:15 +02:00
swresample.h swresample: Add swr_build_matrix() 2016-09-27 12:54:00 +02:00
swresampleres.rc
version.h Bump minor for 3.3 2017-04-02 19:49:45 +02:00