summaryrefslogtreecommitdiff
path: root/libavfilter/af_afftdn.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_afftdn: call av_frame_copy_props()Paul B Mahol2023-01-171-1/+1
* avfilter/af_afftdn: fix invalid duplicated use of sizeof()Paul B Mahol2022-12-031-7/+7
* avfilter/af_afftdn: add double sample format supportPaul B Mahol2022-09-181-50/+172
* avfilter/af_afftdn: request new frames only when neededPaul B Mahol2022-05-091-0/+5
* avfilter/af_afftdn: use better approach for gain smoothingPaul B Mahol2022-04-231-9/+26
* avfilter/af_afftdn: add gain_smooth optionPaul B Mahol2022-04-231-0/+11
* avfilter/af_afftdn: remove unused or set only variablesPaul B Mahol2022-03-191-7/+0
* avfilter/af_afftdn: do not profile noise if number of sampled blocks is 0Paul B Mahol2022-03-181-0/+6
* avfilter/af_afftdn: refactor set_noise_profile()Paul B Mahol2022-03-181-42/+23
* avfilter/af_afftdn: remove unused definesPaul B Mahol2022-03-181-2/+0
* avfilter/af_afftdn: expose floor offset factor optionPaul B Mahol2022-03-171-2/+5
* avfilter/af_afftdn: rewrite noise floor trackingPaul B Mahol2022-03-161-179/+61
* avfilter/af_afftdn: remove excessive operationsPaul B Mahol2022-03-161-5/+4
* avfilter/af_afftdn: refactor noise samplingPaul B Mahol2022-03-151-31/+31
* avfilter/af_afftdn: do not hardcode vector sizePaul B Mahol2022-03-151-17/+18
* avfilter/af_afftdn: use log10 instead to get noise levelsPaul B Mahol2022-03-151-2/+2
* avfilter/af_afftdn: unbreak custom band noise option processingPaul B Mahol2022-03-151-2/+4
* avfilter/af_afftdn: after sampling noise, set full parametersPaul B Mahol2022-03-151-1/+1
* avfilter: convert to new channel layout APIJames Almer2022-03-151-15/+15
* avfilter/af_afftdn: allow user to control number of bandsPaul B Mahol2022-03-141-1/+4
* avfilter/af_afftdn: use correct variable in for loopsPaul B Mahol2022-03-141-6/+6
* avfilter/af_afftdn: stop producing small impulsive noise at start of outputPaul B Mahol2022-03-141-6/+5
* avfilter/af_afftdn: add way to control noise floor link for >1 channelsPaul B Mahol2022-03-131-0/+35
* avfilter/af_afftdn: improve residual trackingPaul B Mahol2022-03-131-3/+3
* avfilter/af_afftdn: rename some variables to less cryptic namePaul B Mahol2022-03-131-11/+10
* avfilter/af_afftdn: reduce some pointless pointer indirectionsPaul B Mahol2022-03-131-37/+48
* avfilter/af_afftdn: use define for sfm flags mask and sizePaul B Mahol2022-03-131-6/+8
* avfilter/af_afftdn: allow user to change ratio factorPaul B Mahol2022-03-131-4/+7
* avfilter/af_afftdn: stop sharing non-shareable parameters between channelsPaul B Mahol2022-03-131-38/+67
* avfilter/af_afftdn: use RDFT insteadPaul B Mahol2022-03-121-24/+16
* avfilter/af_afftdn: reduce code duplicationPaul B Mahol2022-03-121-18/+1
* avfilter/af_afftdn: reduce scaling of input samplesPaul B Mahol2022-03-121-3/+3
* avfilter/af_afftdn: fix small memory leakPaul B Mahol2022-03-121-3/+3
* avfilter/af_afftdn: change noise profile to floating point precisionPaul B Mahol2022-03-121-20/+21
* avfilter/af_afftdn: generalize noise profile mean estimationPaul B Mahol2022-03-121-9/+16
* avfilter/af_afftdn: use single define for number of bands in noise profilePaul B Mahol2022-03-121-51/+52
* avfilter/af_afftdn: remove special handling for first and last binPaul B Mahol2022-03-111-39/+6
* avfilter/af_afftdn: remove code that have marginal impact to denoisingPaul B Mahol2022-03-111-68/+0
* avfilter/af_afftdn: add more verbose options aliasesPaul B Mahol2022-02-271-0/+15
* avfilter/af_afftdn: remove ThreadData struct codePaul B Mahol2022-02-271-9/+2
* avfilter/af_afftdn: add support for writable input framesPaul B Mahol2022-02-271-17/+17
* avfilter/af_afftdn: stop using fifo and rewritting ptsPaul B Mahol2022-02-261-49/+29
* avfilter/af_afftdn: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-18/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/af_afftdn: switch to internal timelinePaul B Mahol2021-10-031-2/+3
* avfilter/af_afftdn: move i initialization to silence warningPaul B Mahol2021-09-111-2/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-2/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-15/+3
* avfilter/af_afftdn: switch to TX FFT from avutilPaul B Mahol2021-07-271-42/+47