summaryrefslogtreecommitdiff
path: root/libavfilter/af_afftdn.c
Commit message (Expand)AuthorAge
* avfilter/af_afftdn: request new frames only when neededPaul B Mahol2022-05-09
* avfilter/af_afftdn: use better approach for gain smoothingPaul B Mahol2022-04-23
* avfilter/af_afftdn: add gain_smooth optionPaul B Mahol2022-04-23
* avfilter/af_afftdn: remove unused or set only variablesPaul B Mahol2022-03-19
* avfilter/af_afftdn: do not profile noise if number of sampled blocks is 0Paul B Mahol2022-03-18
* avfilter/af_afftdn: refactor set_noise_profile()Paul B Mahol2022-03-18
* avfilter/af_afftdn: remove unused definesPaul B Mahol2022-03-18
* avfilter/af_afftdn: expose floor offset factor optionPaul B Mahol2022-03-17
* avfilter/af_afftdn: rewrite noise floor trackingPaul B Mahol2022-03-16
* avfilter/af_afftdn: remove excessive operationsPaul B Mahol2022-03-16
* avfilter/af_afftdn: refactor noise samplingPaul B Mahol2022-03-15
* avfilter/af_afftdn: do not hardcode vector sizePaul B Mahol2022-03-15
* avfilter/af_afftdn: use log10 instead to get noise levelsPaul B Mahol2022-03-15
* avfilter/af_afftdn: unbreak custom band noise option processingPaul B Mahol2022-03-15
* avfilter/af_afftdn: after sampling noise, set full parametersPaul B Mahol2022-03-15
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/af_afftdn: allow user to control number of bandsPaul B Mahol2022-03-14
* avfilter/af_afftdn: use correct variable in for loopsPaul B Mahol2022-03-14
* avfilter/af_afftdn: stop producing small impulsive noise at start of outputPaul B Mahol2022-03-14
* avfilter/af_afftdn: add way to control noise floor link for >1 channelsPaul B Mahol2022-03-13
* avfilter/af_afftdn: improve residual trackingPaul B Mahol2022-03-13
* avfilter/af_afftdn: rename some variables to less cryptic namePaul B Mahol2022-03-13
* avfilter/af_afftdn: reduce some pointless pointer indirectionsPaul B Mahol2022-03-13
* avfilter/af_afftdn: use define for sfm flags mask and sizePaul B Mahol2022-03-13
* avfilter/af_afftdn: allow user to change ratio factorPaul B Mahol2022-03-13
* avfilter/af_afftdn: stop sharing non-shareable parameters between channelsPaul B Mahol2022-03-13
* avfilter/af_afftdn: use RDFT insteadPaul B Mahol2022-03-12
* avfilter/af_afftdn: reduce code duplicationPaul B Mahol2022-03-12
* avfilter/af_afftdn: reduce scaling of input samplesPaul B Mahol2022-03-12
* avfilter/af_afftdn: fix small memory leakPaul B Mahol2022-03-12
* avfilter/af_afftdn: change noise profile to floating point precisionPaul B Mahol2022-03-12
* avfilter/af_afftdn: generalize noise profile mean estimationPaul B Mahol2022-03-12
* avfilter/af_afftdn: use single define for number of bands in noise profilePaul B Mahol2022-03-12
* avfilter/af_afftdn: remove special handling for first and last binPaul B Mahol2022-03-11
* avfilter/af_afftdn: remove code that have marginal impact to denoisingPaul B Mahol2022-03-11
* avfilter/af_afftdn: add more verbose options aliasesPaul B Mahol2022-02-27
* avfilter/af_afftdn: remove ThreadData struct codePaul B Mahol2022-02-27
* avfilter/af_afftdn: add support for writable input framesPaul B Mahol2022-02-27
* avfilter/af_afftdn: stop using fifo and rewritting ptsPaul B Mahol2022-02-26
* avfilter/af_afftdn: Store format in filter, remove query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/af_afftdn: switch to internal timelinePaul B Mahol2021-10-03
* avfilter/af_afftdn: move i initialization to silence warningPaul B Mahol2021-09-11
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter/af_afftdn: switch to TX FFT from avutilPaul B Mahol2021-07-27
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/af_afftdn: simplify changing commandsPaul B Mahol2019-11-21
* avfilter/af_afftdn: fix pts handling when timebase and 1/samplerate differPaul B Mahol2019-11-17