| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: drop internal.h | Anton Khirnov | 2024-08-19 | 1 | -1/+0 |
* | lavfi/internal: move functions used by filters to filters.h | Anton Khirnov | 2024-08-19 | 1 | -0/+1 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | 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_tremolo: add timeline support | Paul B Mahol | 2022-02-27 | 1 | -0/+1 |
* | avfilter/af_tremolo: 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/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -16/+3 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/af_tremolo: make sure table size is at least 1 | Paul B Mahol | 2020-12-25 | 1 | -1/+1 |
* | avfilter/af_tremolo: fix heap-buffer overflow | Paul B Mahol | 2019-10-19 | 1 | -3/+5 |
* | avfilter: pass outlink to ff_get_audio_buffer() | Paul B Mahol | 2018-01-03 | 1 | -1/+1 |
* | avfilter/tremolo: fix wavetable buffer size | Kyle Swanson | 2015-10-29 | 1 | -3/+3 |
* | avfilter/af_tremolo: clean up extra newlines | Kyle Swanson | 2015-10-15 | 1 | -2/+0 |
* | avfilter/af_tremolo: make it bit-exact with sox effect of same name | Paul B Mahol | 2015-09-24 | 1 | -23/+22 |
* | avfilter: add tremolo filter | Kyle Swanson | 2015-09-22 | 1 | -0/+173 |