summaryrefslogtreecommitdiff
path: root/libavfilter/af_rubberband.c
Commit message (Expand)AuthorAge
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/af_rubberband: Store format in filter, remove query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/af_rubberband: adjust nb_samples after every commandPaul B Mahol2020-06-13
* avfilter/af_rubberband: fix sample overqueueingPaul B Mahol2019-11-20
* avfilter/af_rubberband: use ff_filter_process_command()Paul B Mahol2019-10-14
* avfilter/af_rubberband: also do not ignore failuresPaul B Mahol2019-05-06
* avfilter/af_rubberband: handle case when no frame is givenPaul B Mahol2019-05-06
* avfilter/af_rubberband: make use of initial input timestampPaul B Mahol2019-04-29
* avfilter/af_rubberband: switch to activatePaul B Mahol2019-04-29
* avfilter/af_rubberband: check if rbs is validPaul B Mahol2019-04-29
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-03
* avfilter/af_rubberband: add process_command()Paul B Mahol2015-10-02
* avfilter/af_rubberband: flush only if there is something availablePaul B Mahol2015-09-30
* avfilter/af_rubberband: rename duplicate option namePaul B Mahol2015-09-23
* avfilter: add rubberband wrapperPaul B Mahol2015-09-20