| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_anlmdn: add support for using writable frames | Paul B Mahol | 2022-03-10 | 1 | -13/+23 |
* | avfilter/af_anlmdn: stop using fifo and rewriting pts | Paul B Mahol | 2022-03-09 | 1 | -101/+62 |
* | avfilter/af_anlmdn: fix possible array overflow and increase options limits | Paul B Mahol | 2022-03-09 | 1 | -17/+22 |
* | avfilter/af_anlmdn: 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/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+1 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -15/+3 |
* | avfilter/af_anlmdn: add longer names of filter options | Paul B Mahol | 2021-07-25 | 1 | -0/+5 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/af_anlmdn: support all options as commands | Paul B Mahol | 2020-11-17 | 1 | -27/+76 |
* | avfilter/af_anlmdn: allow to change smooth/m at runtime | Paul B Mahol | 2020-11-17 | 1 | -1/+1 |
* | 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 |