| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -9/+2 |
* | avfilter/af_afreqshift: cache nb_coeffs value | Paul B Mahol | 2023-05-03 | 1 | -6/+8 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -3/+3 |
* | avfilter/af_afreqshift: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -19/+5 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/af_afreqshift: do not forget to update coeffs at runtime | Paul B Mahol | 2021-08-28 | 1 | -0/+4 |
* | avfilter/af_afreqshift: allow to change order of filters | Paul B Mahol | 2021-08-23 | 1 | -14/+20 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -6/+4 |
* | 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: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avfilter/af_afreqshift: add fltp sample format support | Paul B Mahol | 2020-12-13 | 1 | -103/+121 |
* | avfilter/af_afreqshift: add level option | Paul B Mahol | 2020-12-05 | 1 | -4/+9 |
* | avfilter/af_afreqshift: add timeline and slice threading support | Paul B Mahol | 2020-11-22 | 1 | -10/+35 |
* | avfilter: add audio frequency and phase shift filters | Paul B Mahol | 2020-10-20 | 1 | -0/+379 |