summaryrefslogtreecommitdiff
path: root/libavfilter/vf_bilateral.c
Commit message (Expand)AuthorAge
* avfilter/vf_bilateral: add slice threading supportPaul B Mahol2021-10-22
* avfilter/vf_bilateral: add direct aka writable frame supportPaul B Mahol2021-10-22
* avfilter/vf_bilateral: properly round float resultPaul B Mahol2021-10-21
* avfilter/vf_bilateral: remove unused argumentsPaul B Mahol2021-10-21
* avfilter/vf_bilateral: remove unneeded multiplicationsPaul B Mahol2021-10-21
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_bilateral: Use formats list instead of query funcAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_bilateral: add support for commandsPaul B Mahol2020-12-19
* avfilter/vf_bilateral: simplify code a littlePaul B Mahol2020-07-18
* avfilter/vf_bilateral: remove useless memcpyleozhang2020-07-17
* 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
* avfilter: add bilateral filterPaul B Mahol2019-10-21