| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -7/+7 |
* | avfilter/af_chorus: Store format in filter, remove query function | Andreas Rheinhardt | 2021-10-05 | 1 | -17/+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: pass outlink to ff_get_audio_buffer() | Paul B Mahol | 2018-01-03 | 1 | -1/+1 |
* | avfilter/af_chorus & aecho: Handle NULL return from av_strtok() | Michael Niedermayer | 2017-03-30 | 1 | -1/+2 |
* | avfilter: do not leak frame if ff_get_audio_buffer() fails | Paul B Mahol | 2015-11-25 | 1 | -1/+3 |
* | avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts() | Paul B Mahol | 2015-09-12 | 1 | -1/+1 |
* | avfilter: add chorus filter | Paul B Mahol | 2015-04-11 | 1 | -0/+379 |