Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-25swresample/aarch64: fix relocation out of range errorZhao Zhili
Signed-off-by: Martin Storsjö <martin@martin.st>
2021-04-19Include attributes.h directlyAndreas Rheinhardt
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>
2017-02-16swr/aarch64: add missing ret to ff_resample_common_apply_filter_x8_float_neonMatthieu Bouron
2017-01-13swresample/aarch64: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neonMatthieu Bouron
2014-08-27swr: aarch64 audio_convert and neon clobber testMichael Niedermayer
Ported from avresample Code by: Mans Rullgard, Janne Grunau, Martin Storsjo Signed-off-by: Michael Niedermayer <michaelni@gmx.at>