summaryrefslogtreecommitdiff
path: root/libavfilter/vf_vaguedenoiser.c
Commit message (Collapse)AuthorAge
* avfilter/vf_vaguedenoiser: fix small typo in option explanationPaul B Mahol2020-06-13
|
* avfilter/vf_vaguedenoiser: add new type of thresholdPaul B Mahol2020-06-07
|
* avfilter/vf_vaguedenoiser: remove excessive code from soft thresholdingPaul B Mahol2020-06-07
|
* avfilter/vf_vaguedenoiser: add support for alpha formatsPaul B Mahol2019-11-18
|
* avfilter/vf_vaguedenoiser: add more gray formatsPaul B Mahol2019-10-23
|
* avfilter/vf_vaguedenoiser: fix plane copy for >8 bit depth formatsPaul B Mahol2018-03-08
| | | | | | Fixes #7072. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_vaguedenoiser: calculate dimensions at initPaul B Mahol2016-09-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_vaguedenoiser: change thresholding to function pointersPaul B Mahol2016-09-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add vaguedenoiser filterPaul B Mahol2016-08-26