summaryrefslogtreecommitdiff
path: root/libavfilter/vf_bilateral.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_bilateral: add support for commandsPaul B Mahol2020-12-19
|
* avfilter/vf_bilateral: simplify code a littlePaul B Mahol2020-07-18
| | | | Make alpha_ calculation faster.
* avfilter/vf_bilateral: remove useless memcpyleozhang2020-07-17
| | | | Signed-off-by: leozhang <leozhang@qiyi.com>
* avfilter/vf_bilateral: stop using sigmaS as percent of width/heightPaul B Mahol2020-07-17
|
* lavfi/bilateral: Clean the option description and unused codeJun Zhao2019-10-23
| | | | | | | Clean the option description and unused code. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
* avfilter: add bilateral filterPaul B Mahol2019-10-21
Signed-off-by: Paul B Mahol <onemda@gmail.com>