summaryrefslogtreecommitdiff
path: root/libavfilter/af_afftdn.c
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* avfilter: Remove unnecessary formats.h inclusionsAndreas Rheinhardt2023-08-07
* avfilter: Deduplicate default audio inputs/outputsAndreas Rheinhardt2023-08-07
* avfilter/af_afftdn: call av_frame_copy_props()Paul B Mahol2023-01-17
* avfilter/af_afftdn: fix invalid duplicated use of sizeof()Paul B Mahol2022-12-03
* avfilter/af_afftdn: add double sample format supportPaul B Mahol2022-09-18
* 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