| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avfilter/af_afftdn: move i initialization to silence warning | Paul B Mahol | 2021-09-11 | 1 | -2/+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 | -2/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -15/+3 |
* | avfilter/af_afftdn: switch to TX FFT from avutil | Paul B Mahol | 2021-07-27 | 1 | -42/+47 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/af_afftdn: simplify changing commands | Paul B Mahol | 2019-11-21 | 1 | -41/+23 |
* | avfilter/af_afftdn: fix pts handling when timebase and 1/samplerate differ | Paul B Mahol | 2019-11-17 | 1 | -1/+1 |
* | avfilter/af_afftdn: use av_sscanf() | Paul B Mahol | 2018-11-18 | 1 | -3/+3 |
* | avfilter/af_afftdn: fix memory leaks reported by coverity | Paul B Mahol | 2018-10-28 | 1 | -7/+7 |
* | avfilter/af_afftdn: add alias for sample_noise end | Paul B Mahol | 2018-10-28 | 1 | -1/+2 |
* | avfilter/af_afftdn: switch to activate | Paul B Mahol | 2018-10-28 | 1 | -87/+116 |
* | avfilter/af_afftdn: add missing break | Paul B Mahol | 2018-09-26 | 1 | -0/+1 |
* | avfilter: add audio denoising (afftdn) filter | Paul B Mahol | 2018-09-25 | 1 | -0/+1421 |