summaryrefslogtreecommitdiff
path: root/libavfilter/vf_nlmeans.c
Commit message (Expand)AuthorAge
* avfilter/vf_nlmeans: Move ff_nlmeans_init into a headerAndreas Rheinhardt2022-05-06
* avfilter/vf_nlmeans: add x86 SIMDPaul B Mahol2021-11-11
* avfilter/vf_nlmeans: split wa structPaul B Mahol2021-10-29
* avfilter/vf_nlmeans: refactor line processing in preparation for x86 SIMD ass...Paul B Mahol2021-10-29
* avfilter/vf_nlmeans: avoid if () to help paralellizationPaul B Mahol2021-10-29
* avfilter/vf_nlmeans: no need to print filter options at info levelPaul B Mahol2021-10-29
* avfilter/vf_nlmeans: make access to pointer to lut fasterPaul B Mahol2021-10-29
* avfilter/vf_nlmeans: reduce scope of some variablesPaul B Mahol2021-10-29
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_nlmeans: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* 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