summaryrefslogtreecommitdiff
path: root/libavfilter/vf_fftdnoiz.c
Commit message (Collapse)AuthorAge
* avfilter/vf_fftdnoiz: add support for alpha formatsPaul B Mahol2019-11-18
|
* avfilter/vf_fftdnoiz: round toward nearest integerPaul B Mahol2019-10-19
| | | | | Instead of rounding toward zero and thus producing darker output.
* avfilter: use av_clip_uintp2_c where clip is variableJohn Cox2018-05-31
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add fftdnoiz filterPaul B Mahol2018-05-10
Signed-off-by: Paul B Mahol <onemda@gmail.com>