summaryrefslogtreecommitdiff
path: root/libavfilter/vf_nlmeans.c
Commit message (Expand)AuthorAge
* avfilter/vf_nlmeans: round values toward nearest integerPaul B Mahol2019-10-21
* lavfi/nlmeans: use a dynamic size for the weight LUTClément Bœsch2019-02-01
* lavfi/nlmeans: simplify log() callClément Bœsch2019-02-01
* lavfi/nlmeans: improve the performanceJun Zhao2019-02-01
* lavfi/nlmeans: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFTClément Bœsch2018-05-08
* lavfi/nlmeans: inline integral patch value functionClément Bœsch2018-05-08
* lavfi/nlmeans: use unsigned for the integral patch valueClément Bœsch2018-05-08
* lavfi/nlmeans: reorder memory accesses in get_integral_patch_valueClément Bœsch2018-05-08
* lavfi/nlmeans: move final weighted averaging out of nlmeans_planeClément Bœsch2018-05-08
* lavfi/nlmeans: switch from double to floatClément Bœsch2018-05-08
* lavfi/nlmeans: make compute_safe_ssd_integral_image_c fasterClément Bœsch2018-05-08
* lavfi/nlmeans: add AArch64 SIMD for compute_safe_ssd_integral_imageClément Bœsch2018-05-08
* lavfi/nlmeans: use ptrdiff_t for linesizesClément Bœsch2018-05-08
* lavfi/nlmeans: add SIMD-friendly assumptions for compute_safe_ssd_integral_imageClément Bœsch2018-05-08
* lavfi/nlmeans: random code shuffling to help compilerClément Bœsch2018-05-08
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* lavfi: add nlmeans filterClément Bœsch2016-09-24