summaryrefslogtreecommitdiff
path: root/libavfilter/vf_bm3d.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_bm3d: switch to TX from lavuPaul B Mahol2022-12-041-166/+166
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-25/+25
* avfilter/vf_bm3d: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_bm3d: Remove always-false format checkAndreas Rheinhardt2021-09-211-4/+0
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-2/+1
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-171-2/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-1/+1
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_bm3d: Don't allocate inpad namesAndreas Rheinhardt2020-08-261-15/+4
* avfilter/vf_bm3d: improve threshold scaling with different block_size and depthPaul B Mahol2019-11-191-1/+1
* avfilter/vf_bm3d: use boolean for ref optionPaul B Mahol2019-11-181-1/+1
* avfilter/vf_bm3d: add support for alpha formatsPaul B Mahol2019-11-181-0/+5
* avfilter/vf_bm3d: add gray14 formatPaul B Mahol2019-10-231-3/+2
* avfilter/vf_bm3d: round values toward nearest integerPaul B Mahol2019-10-191-2/+2
* avfilter/vf_bm3d: forward status backPaul B Mahol2019-10-191-0/+2
* avfilter/vf_bm3d: make sure nb_jobs is at least 1Paul B Mahol2019-10-151-1/+1
* avfilter/vf_bm3d: fix possible infinite loopPaul B Mahol2019-10-131-1/+1
* avfilter/vf_bm3d: fix heap-buffer overflowsPaul B Mahol2019-10-131-4/+4
* avfilter/vf_bm3d: use av_clip_uintp2_c where clip is variablePaul B Mahol2018-09-131-1/+1
* avfilter: add bm3d filterPaul B Mahol2018-09-131-0/+1077