| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_anlmdn: fix pts handling when timebase and 1/samplerate differ | Paul B Mahol | 2019-11-17 | 1 | -1/+1 |
* | avfilter/af_anlmdn: switch to ff_filter_process_command() | Paul B Mahol | 2019-10-14 | 1 | -29/+7 |
* | avfilter/af_anlmdn: add support for commands | Paul B Mahol | 2019-06-03 | 1 | -0/+25 |
* | avfilter/af_anlmdn: avoid creating frames with zero samples | Paul B Mahol | 2019-06-02 | 1 | -1/+1 |
* | avfilter/af_anlmdn: try to recover when cache becomes negative | Paul B Mahol | 2019-06-02 | 1 | -1/+4 |
* | avfilter/af_anlmdn: add smooth factor option | Paul B Mahol | 2019-06-02 | 1 | -3/+5 |
* | avfilter/af_anlmdn: add output mode option | Paul B Mahol | 2019-03-01 | 1 | -1/+18 |
* | avfilter/af_anlmdn: add timeline support | Paul B Mahol | 2019-01-13 | 1 | -2/+3 |
* | avfilter/af_anlmdn: rework how denoising strength is used | Paul B Mahol | 2019-01-12 | 1 | -2/+2 |
* | avfilter/af_anlmdn: do not output more samples than received | Paul B Mahol | 2019-01-11 | 1 | -6/+8 |
* | avfilter/af_anlmdn: drain samples at end | Paul B Mahol | 2019-01-11 | 1 | -0/+30 |
* | avfilter/af_anlmdn: do not trim first samples | Paul B Mahol | 2019-01-11 | 1 | -0/+5 |
* | avfilter/af_anlmdn: log used parameters | Paul B Mahol | 2019-01-11 | 1 | -0/+2 |
* | avfilter/af_anlmdn: use lut table to calculate weights | Paul B Mahol | 2019-01-10 | 1 | -4/+21 |
* | avfilter: add anlmdn filter x86 SIMD optimizations | Paul B Mahol | 2019-01-10 | 1 | -10/+28 |
* | avfilter/af_anlmdn: ignore too small values | Paul B Mahol | 2019-01-09 | 1 | -1/+4 |
* | avfilter: add anlmdn audio filter | Paul B Mahol | 2019-01-08 | 1 | -0/+271 |