aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_fftdnoiz.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: fix av_tx_fn stride usage for complex inputsPaul B Mahol2022-11-191-8/+8
* avfilter/vf_fftdnoiz: Check return value of av_tx_init()Andreas Rheinhardt2022-11-121-7/+11
* avfilter/vf_fftdnoiz: improve filtering at edgesPaul B Mahol2022-10-221-2/+3
* avfilter/vf_fftdnoiz: add window type supportPaul B Mahol2022-05-071-45/+57
* avfilter/vf_fftdnoiz: Remove redundant ';'Andreas Rheinhardt2022-05-061-2/+2
* avfilter/vf_fftdnoiz: refactor code and improve 3d filteringPaul B Mahol2022-05-051-289/+240
* avfilter/vf_fftdnoiz: add alternative denoising methodPaul B Mahol2022-05-051-1/+17
* avfilter/vf_fftdnoiz: small improvementsPaul B Mahol2022-04-291-59/+54
* avfilter/vf_fftdnoiz: switch to fft from lavu/txPaul B Mahol2022-02-141-38/+52
* 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