summaryrefslogtreecommitdiff
path: root/libswresample/aarch64
Commit message (Collapse)AuthorAgeFilesLines
* swresample/aarch64: fix relocation out of range errorZhao Zhili2021-09-251-2/+4
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Include attributes.h directlyAndreas Rheinhardt2021-04-191-0/+1
| | | | | | | | Some files currently rely on libavutil/cpu.h to include it for them; yet said file won't use include it any more after the currently deprecated functions are removed, so include attributes.h directly. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* swr/aarch64: add missing ret to ff_resample_common_apply_filter_x8_float_neonMatthieu Bouron2017-02-161-0/+1
|
* swresample/aarch64: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neonMatthieu Bouron2017-01-133-2/+200
|
* swr: aarch64 audio_convert and neon clobber testMichael Niedermayer2014-08-274-0/+464
Ported from avresample Code by: Mans Rullgard, Janne Grunau, Martin Storsjo Signed-off-by: Michael Niedermayer <michaelni@gmx.at>