Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-12avfilter/vf_fftdnoiz: Check return value of av_tx_init()Andreas Rheinhardt
2022-10-22avfilter/vf_fftdnoiz: improve filtering at edgesPaul B Mahol
2022-05-07avfilter/vf_fftdnoiz: add window type supportPaul B Mahol
2022-05-06avfilter/vf_fftdnoiz: Remove redundant ';'Andreas Rheinhardt
2022-05-05avfilter/vf_fftdnoiz: refactor code and improve 3d filteringPaul B Mahol
2022-05-05avfilter/vf_fftdnoiz: add alternative denoising methodPaul B Mahol
2022-04-29avfilter/vf_fftdnoiz: small improvementsPaul B Mahol
2022-02-14avfilter/vf_fftdnoiz: switch to fft from lavu/txPaul B Mahol
2021-10-18avfilter/vf_fftdnoiz: fix missing funcionalityPaul B Mahol
2021-10-18avfilter/vf_fftdnoiz: add command options supportPaul B Mahol
2021-10-18avfilter/vf_fftdnoiz: add slice threading supportPaul B Mahol
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_fftdnoiz: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-07-20avfilter/vf_fftdnoiz: Use lrintf() in export_row8()Michael Niedermayer
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2019-11-18avfilter/vf_fftdnoiz: add support for alpha formatsPaul B Mahol
2019-10-19avfilter/vf_fftdnoiz: round toward nearest integerPaul B Mahol
2018-05-31avfilter: use av_clip_uintp2_c where clip is variableJohn Cox
2018-05-10avfilter: add fftdnoiz filterPaul B Mahol