| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_nlmeans: Move ff_nlmeans_init into a header | Andreas Rheinhardt | 2022-05-06 | 1 | -107/+1 |
* | avfilter/vf_nlmeans: add x86 SIMD | Paul B Mahol | 2021-11-11 | 1 | -3/+6 |
* | avfilter/vf_nlmeans: split wa struct | Paul B Mahol | 2021-10-29 | 1 | -18/+25 |
* | avfilter/vf_nlmeans: refactor line processing in preparation for x86 SIMD ass... | Paul B Mahol | 2021-10-29 | 1 | -46/+63 |
* | avfilter/vf_nlmeans: avoid if () to help paralellization | Paul B Mahol | 2021-10-29 | 1 | -7/+6 |
* | avfilter/vf_nlmeans: no need to print filter options at info level | Paul B Mahol | 2021-10-29 | 1 | -1/+1 |
* | avfilter/vf_nlmeans: make access to pointer to lut faster | Paul B Mahol | 2021-10-29 | 1 | -1/+2 |
* | avfilter/vf_nlmeans: reduce scope of some variables | Paul B Mahol | 2021-10-29 | 1 | -21/+12 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -10/+10 |
* | avfilter/vf_nlmeans: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -2/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_nlmeans: round values toward nearest integer | Paul B Mahol | 2019-10-21 | 1 | -1/+1 |
* | lavfi/nlmeans: use a dynamic size for the weight LUT | Clément Bœsch | 2019-02-01 | 1 | -10/+6 |
* | lavfi/nlmeans: simplify log() call | Clément Bœsch | 2019-02-01 | 1 | -1/+1 |
* | lavfi/nlmeans: improve the performance | Jun Zhao | 2019-02-01 | 1 | -8/+9 |
* | lavfi/nlmeans: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFT | Clément Bœsch | 2018-05-08 | 1 | -2/+2 |
* | lavfi/nlmeans: inline integral patch value function | Clément Bœsch | 2018-05-08 | 1 | -39/+41 |
* | lavfi/nlmeans: use unsigned for the integral patch value | Clément Bœsch | 2018-05-08 | 1 | -8/+8 |
* | lavfi/nlmeans: reorder memory accesses in get_integral_patch_value | Clément Bœsch | 2018-05-08 | 1 | -3/+3 |
* | lavfi/nlmeans: move final weighted averaging out of nlmeans_plane | Clément Bœsch | 2018-05-08 | 1 | -11/+22 |
* | lavfi/nlmeans: switch from double to float | Clément Bœsch | 2018-05-08 | 1 | -7/+7 |
* | lavfi/nlmeans: make compute_safe_ssd_integral_image_c faster | Clément Bœsch | 2018-05-08 | 1 | -10/+17 |
* | lavfi/nlmeans: add AArch64 SIMD for compute_safe_ssd_integral_image | Clément Bœsch | 2018-05-08 | 1 | -7/+19 |
* | lavfi/nlmeans: use ptrdiff_t for linesizes | Clément Bœsch | 2018-05-08 | 1 | -13/+13 |
* | lavfi/nlmeans: add SIMD-friendly assumptions for compute_safe_ssd_integral_image | Clément Bœsch | 2018-05-08 | 1 | -7/+18 |
* | lavfi/nlmeans: random code shuffling to help compiler | Clément Bœsch | 2018-05-08 | 1 | -4/+4 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | lavfi: add nlmeans filter | Clément Bœsch | 2016-09-24 | 1 | -0/+551 |