summaryrefslogtreecommitdiff
path: root/libavfilter/vf_bm3d.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_bm3d: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/vf_bm3d: Remove always-false format checkAndreas Rheinhardt2021-09-21
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-17
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_bm3d: Don't allocate inpad namesAndreas Rheinhardt2020-08-26
* avfilter/vf_bm3d: improve threshold scaling with different block_size and depthPaul B Mahol2019-11-19
* avfilter/vf_bm3d: use boolean for ref optionPaul B Mahol2019-11-18
* avfilter/vf_bm3d: add support for alpha formatsPaul B Mahol2019-11-18
* avfilter/vf_bm3d: add gray14 formatPaul B Mahol2019-10-23
* avfilter/vf_bm3d: round values toward nearest integerPaul B Mahol2019-10-19
* avfilter/vf_bm3d: forward status backPaul B Mahol2019-10-19
* avfilter/vf_bm3d: make sure nb_jobs is at least 1Paul B Mahol2019-10-15
* avfilter/vf_bm3d: fix possible infinite loopPaul B Mahol2019-10-13
* avfilter/vf_bm3d: fix heap-buffer overflowsPaul B Mahol2019-10-13
* avfilter/vf_bm3d: use av_clip_uintp2_c where clip is variablePaul B Mahol2018-09-13
* avfilter: add bm3d filterPaul B Mahol2018-09-13