| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_afftdn: Assert format | Michael Niedermayer | 2024-07-07 | 1 | -0/+5 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -31/+31 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -1/+0 |
* | avfilter: Deduplicate default audio inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter/af_afftdn: call av_frame_copy_props() | Paul B Mahol | 2023-01-17 | 1 | -1/+1 |
* | avfilter/af_afftdn: fix invalid duplicated use of sizeof() | Paul B Mahol | 2022-12-03 | 1 | -7/+7 |
* | avfilter/af_afftdn: add double sample format support | Paul B Mahol | 2022-09-18 | 1 | -50/+172 |
* | avfilter/af_afftdn: request new frames only when needed | Paul B Mahol | 2022-05-09 | 1 | -0/+5 |
* | avfilter/af_afftdn: use better approach for gain smoothing | Paul B Mahol | 2022-04-23 | 1 | -9/+26 |
* | avfilter/af_afftdn: add gain_smooth option | Paul B Mahol | 2022-04-23 | 1 | -0/+11 |
* | avfilter/af_afftdn: remove unused or set only variables | Paul B Mahol | 2022-03-19 | 1 | -7/+0 |
* | avfilter/af_afftdn: do not profile noise if number of sampled blocks is 0 | Paul B Mahol | 2022-03-18 | 1 | -0/+6 |
* | avfilter/af_afftdn: refactor set_noise_profile() | Paul B Mahol | 2022-03-18 | 1 | -42/+23 |
* | avfilter/af_afftdn: remove unused defines | Paul B Mahol | 2022-03-18 | 1 | -2/+0 |
* | avfilter/af_afftdn: expose floor offset factor option | Paul B Mahol | 2022-03-17 | 1 | -2/+5 |
* | avfilter/af_afftdn: rewrite noise floor tracking | Paul B Mahol | 2022-03-16 | 1 | -179/+61 |
* | avfilter/af_afftdn: remove excessive operations | Paul B Mahol | 2022-03-16 | 1 | -5/+4 |
* | avfilter/af_afftdn: refactor noise sampling | Paul B Mahol | 2022-03-15 | 1 | -31/+31 |
* | avfilter/af_afftdn: do not hardcode vector size | Paul B Mahol | 2022-03-15 | 1 | -17/+18 |
* | avfilter/af_afftdn: use log10 instead to get noise levels | Paul B Mahol | 2022-03-15 | 1 | -2/+2 |
* | avfilter/af_afftdn: unbreak custom band noise option processing | Paul B Mahol | 2022-03-15 | 1 | -2/+4 |
* | avfilter/af_afftdn: after sampling noise, set full parameters | Paul B Mahol | 2022-03-15 | 1 | -1/+1 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -15/+15 |
* | avfilter/af_afftdn: allow user to control number of bands | Paul B Mahol | 2022-03-14 | 1 | -1/+4 |
* | avfilter/af_afftdn: use correct variable in for loops | Paul B Mahol | 2022-03-14 | 1 | -6/+6 |
* | avfilter/af_afftdn: stop producing small impulsive noise at start of output | Paul B Mahol | 2022-03-14 | 1 | -6/+5 |
* | avfilter/af_afftdn: add way to control noise floor link for >1 channels | Paul B Mahol | 2022-03-13 | 1 | -0/+35 |
* | avfilter/af_afftdn: improve residual tracking | Paul B Mahol | 2022-03-13 | 1 | -3/+3 |
* | avfilter/af_afftdn: rename some variables to less cryptic name | Paul B Mahol | 2022-03-13 | 1 | -11/+10 |
* | avfilter/af_afftdn: reduce some pointless pointer indirections | Paul B Mahol | 2022-03-13 | 1 | -37/+48 |
* | avfilter/af_afftdn: use define for sfm flags mask and size | Paul B Mahol | 2022-03-13 | 1 | -6/+8 |
* | avfilter/af_afftdn: allow user to change ratio factor | Paul B Mahol | 2022-03-13 | 1 | -4/+7 |
* | avfilter/af_afftdn: stop sharing non-shareable parameters between channels | Paul B Mahol | 2022-03-13 | 1 | -38/+67 |
* | avfilter/af_afftdn: use RDFT instead | Paul B Mahol | 2022-03-12 | 1 | -24/+16 |
* | avfilter/af_afftdn: reduce code duplication | Paul B Mahol | 2022-03-12 | 1 | -18/+1 |
* | avfilter/af_afftdn: reduce scaling of input samples | Paul B Mahol | 2022-03-12 | 1 | -3/+3 |
* | avfilter/af_afftdn: fix small memory leak | Paul B Mahol | 2022-03-12 | 1 | -3/+3 |
* | avfilter/af_afftdn: change noise profile to floating point precision | Paul B Mahol | 2022-03-12 | 1 | -20/+21 |
* | avfilter/af_afftdn: generalize noise profile mean estimation | Paul B Mahol | 2022-03-12 | 1 | -9/+16 |
* | avfilter/af_afftdn: use single define for number of bands in noise profile | Paul B Mahol | 2022-03-12 | 1 | -51/+52 |
* | avfilter/af_afftdn: remove special handling for first and last bin | Paul B Mahol | 2022-03-11 | 1 | -39/+6 |
* | avfilter/af_afftdn: remove code that have marginal impact to denoising | Paul B Mahol | 2022-03-11 | 1 | -68/+0 |
* | avfilter/af_afftdn: add more verbose options aliases | Paul B Mahol | 2022-02-27 | 1 | -0/+15 |
* | avfilter/af_afftdn: remove ThreadData struct code | Paul B Mahol | 2022-02-27 | 1 | -9/+2 |
* | avfilter/af_afftdn: add support for writable input frames | Paul B Mahol | 2022-02-27 | 1 | -17/+17 |
* | avfilter/af_afftdn: stop using fifo and rewritting pts | Paul B Mahol | 2022-02-26 | 1 | -49/+29 |
* | avfilter/af_afftdn: Store format in filter, remove query function | Andreas Rheinhardt | 2021-10-05 | 1 | -18/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/af_afftdn: switch to internal timeline | Paul B Mahol | 2021-10-03 | 1 | -2/+3 |