summaryrefslogtreecommitdiff
path: root/libavfilter/vf_bilateral.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_bilateral: add slice threading supportPaul B Mahol2021-10-221-166/+295
* avfilter/vf_bilateral: add direct aka writable frame supportPaul B Mahol2021-10-221-9/+15
* avfilter/vf_bilateral: properly round float resultPaul B Mahol2021-10-211-1/+1
* avfilter/vf_bilateral: remove unused argumentsPaul B Mahol2021-10-211-3/+2
* avfilter/vf_bilateral: remove unneeded multiplicationsPaul B Mahol2021-10-211-8/+8
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-20/+20
* avfilter/vf_bilateral: Use formats list instead of query funcAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_bilateral: add support for commandsPaul B Mahol2020-12-191-5/+32
* avfilter/vf_bilateral: simplify code a littlePaul B Mahol2020-07-181-15/+11
* avfilter/vf_bilateral: remove useless memcpyleozhang2020-07-171-2/+2
* avfilter/vf_bilateral: stop using sigmaS as percent of width/heightPaul B Mahol2020-07-171-3/+3
* lavfi/bilateral: Clean the option description and unused codeJun Zhao2019-10-231-6/+1
* avfilter: add bilateral filterPaul B Mahol2019-10-211-0/+375