| 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 | -8/+1 |
* | avfilter/af_rubberband: rewrite EOF handling | Paul B Mahol | 2023-06-08 | 1 | -3/+15 |
* | avfilter/af_rubberband: use correct array for multichannels | Paul B Mahol | 2023-03-30 | 1 | -2/+2 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -1/+1 |
* | avfilter/af_rubberband: 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_rubberband: adjust nb_samples after every command | Paul B Mahol | 2020-06-13 | 1 | -0/+1 |
* | avfilter/af_rubberband: fix sample overqueueing | Paul B Mahol | 2019-11-20 | 1 | -3/+6 |
* | avfilter/af_rubberband: use ff_filter_process_command() | Paul B Mahol | 2019-10-14 | 1 | -24/+9 |
* | avfilter/af_rubberband: also do not ignore failures | Paul B Mahol | 2019-05-06 | 1 | -1/+1 |
* | avfilter/af_rubberband: handle case when no frame is given | Paul B Mahol | 2019-05-06 | 1 | -3/+6 |
* | avfilter/af_rubberband: make use of initial input timestamp | Paul B Mahol | 2019-04-29 | 1 | -1/+6 |
* | avfilter/af_rubberband: switch to activate | Paul B Mahol | 2019-04-29 | 1 | -44/+22 |
* | avfilter/af_rubberband: check if rbs is valid | Paul B Mahol | 2019-04-29 | 1 | -0/+2 |
* | avfilter: pass outlink to ff_get_audio_buffer() | Paul B Mahol | 2018-01-03 | 1 | -2/+2 |
* | avfilter/af_rubberband: add process_command() | Paul B Mahol | 2015-10-02 | 1 | -0/+33 |
* | avfilter/af_rubberband: flush only if there is something available | Paul B Mahol | 2015-09-30 | 1 | -19/+21 |
* | avfilter/af_rubberband: rename duplicate option name | Paul B Mahol | 2015-09-23 | 1 | -1/+1 |
* | avfilter: add rubberband wrapper | Paul B Mahol | 2015-09-20 | 1 | -0/+236 |