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-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>
2018-07-28lavfi/nlmeans: fix aarch64 assembly with clangJan Ekström
Clang is more strict about some things.
2018-05-08lavfi/nlmeans: add AArch64 SIMD for compute_safe_ssd_integral_imageClément Bœsch
ssd_integral_image_c: 49204.6 ssd_integral_image_neon: 28346.8