aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_fftdnoiz.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_fftdnoiz: fix missing funcionalityPaul B Mahol2021-10-181-0/+3
* avfilter/vf_fftdnoiz: add command options supportPaul B Mahol2021-10-181-3/+5
* avfilter/vf_fftdnoiz: add slice threading supportPaul B Mahol2021-10-181-82/+154
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-26/+26
* avfilter/vf_fftdnoiz: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-5/+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-4/+1
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter/vf_fftdnoiz: Use lrintf() in export_row8()Michael Niedermayer2021-07-201-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_fftdnoiz: add support for alpha formatsPaul B Mahol2019-11-181-0/+5
* avfilter/vf_fftdnoiz: round toward nearest integerPaul B Mahol2019-10-191-2/+2
* avfilter: use av_clip_uintp2_c where clip is variableJohn Cox2018-05-311-1/+1
* avfilter: add fftdnoiz filterPaul B Mahol2018-05-101-0/+694