summaryrefslogtreecommitdiff
path: root/libavfilter/vf_fftdnoiz.c
Commit message (Expand)AuthorAge
* avfilter/vf_fftdnoiz: add window type supportPaul B Mahol2022-05-07
* avfilter/vf_fftdnoiz: Remove redundant ';'Andreas Rheinhardt2022-05-06
* avfilter/vf_fftdnoiz: refactor code and improve 3d filteringPaul B Mahol2022-05-05
* avfilter/vf_fftdnoiz: add alternative denoising methodPaul B Mahol2022-05-05
* avfilter/vf_fftdnoiz: small improvementsPaul B Mahol2022-04-29
* avfilter/vf_fftdnoiz: switch to fft from lavu/txPaul B Mahol2022-02-14
* avfilter/vf_fftdnoiz: fix missing funcionalityPaul B Mahol2021-10-18
* avfilter/vf_fftdnoiz: add command options supportPaul B Mahol2021-10-18
* avfilter/vf_fftdnoiz: add slice threading supportPaul B Mahol2021-10-18
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_fftdnoiz: 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/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avfilter/vf_fftdnoiz: Use lrintf() in export_row8()Michael Niedermayer2021-07-20
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_fftdnoiz: add support for alpha formatsPaul B Mahol2019-11-18
* avfilter/vf_fftdnoiz: round toward nearest integerPaul B Mahol2019-10-19
* avfilter: use av_clip_uintp2_c where clip is variableJohn Cox2018-05-31
* avfilter: add fftdnoiz filterPaul B Mahol2018-05-10