summaryrefslogtreecommitdiff
path: root/libavfilter/vf_bitplanenoise.c
Commit message (Collapse)AuthorAge
* avfilter/vf_bitplanenoise: fix overreadsPaul B Mahol2019-10-11
| | | | Fixes #8244
* avfilter: add support for gray14 formatPaul B Mahol2018-09-09
|
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-07
|
* avfilter/vf_bitplanenoise: add gray10 and gray12 suppportPaul B Mahol2016-11-29
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_bitplanenoise: silence clang warning, do not truncate valuePaul B Mahol2016-09-04
|
* avfilter: add bitplanenoise filterPaul B Mahol2016-08-17