summaryrefslogtreecommitdiff
path: root/libavfilter/vf_bm3d.c
Commit message (Collapse)AuthorAge
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vf_bm3d: Don't allocate inpad namesAndreas Rheinhardt2020-08-26
| | | | | | | | These names are always the same, so not using duplicates saves allocations, checks for the allocations as well as frees. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* avfilter/vf_bm3d: improve threshold scaling with different block_size and depthPaul B Mahol2019-11-19
|
* avfilter/vf_bm3d: use boolean for ref optionPaul B Mahol2019-11-18
|
* avfilter/vf_bm3d: add support for alpha formatsPaul B Mahol2019-11-18
|
* avfilter/vf_bm3d: add gray14 formatPaul B Mahol2019-10-23
|
* avfilter/vf_bm3d: round values toward nearest integerPaul B Mahol2019-10-19
| | | | | Instead of rounding toward zero and thus producing darker output.
* avfilter/vf_bm3d: forward status backPaul B Mahol2019-10-19
|
* avfilter/vf_bm3d: make sure nb_jobs is at least 1Paul B Mahol2019-10-15
|
* avfilter/vf_bm3d: fix possible infinite loopPaul B Mahol2019-10-13
|
* avfilter/vf_bm3d: fix heap-buffer overflowsPaul B Mahol2019-10-13
| | | | Fixes #8262
* avfilter/vf_bm3d: use av_clip_uintp2_c where clip is variablePaul B Mahol2018-09-13
|
* avfilter: add bm3d filterPaul B Mahol2018-09-13
Signed-off-by: Paul B Mahol <onemda@gmail.com>