| Commit message (Expand) | Author | Age | Files | Lines |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -10/+10 |
* | 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: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -1/+1 |
* | avfilter/af_asoftclip: Use formats list instead of 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_asoftclip: rewrite oversampling | Paul B Mahol | 2021-09-12 | 1 | -134/+171 |
* | 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 | -4/+4 |
* | 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 | -1/+1 |
* | avfilter/af_asoftclip: add two more useful options for finer filtering | Paul B Mahol | 2020-12-18 | 1 | -38/+86 |
* | avfilter/af_asoftclip: add oversampling support | Paul B Mahol | 2020-11-10 | 1 | -7/+99 |
* | avfilter/af_asoftclip: add asserts in default switch cases | Paul B Mahol | 2020-11-03 | 1 | -0/+6 |
* | avfitler/af_asoftclip: add hard type | Paul B Mahol | 2020-11-03 | 1 | -1/+13 |
* | avfilter/af_asoftclip: add erf soft clip type | Paul B Mahol | 2020-11-03 | 1 | -0/+12 |
* | avfilter/af_asoftclip: add support for commands | Paul B Mahol | 2020-02-09 | 1 | -1/+2 |
* | avfilter/af_asoftclip: add slice threading support | Paul B Mahol | 2020-02-09 | 1 | -9/+39 |
* | avfilter/af_asoftclip: add timeline support | Paul B Mahol | 2019-04-30 | 1 | -0/+1 |
* | avfilter: add audio soft clip filter | Paul B Mahol | 2019-04-27 | 1 | -0/+287 |