summaryrefslogtreecommitdiff
path: root/libavfilter/vf_bitplanenoise.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_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