aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/af_rubberband.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Remove unnecessary formats.h inclusionsAndreas Rheinhardt2023-08-071-1/+0
* avfilter: Deduplicate default audio inputs/outputsAndreas Rheinhardt2023-08-071-8/+1
* avfilter/af_rubberband: rewrite EOF handlingPaul B Mahol2023-06-081-3/+15
* avfilter/af_rubberband: use correct array for multichannelsPaul B Mahol2023-03-301-2/+2
* avfilter: convert to new channel layout APIJames Almer2022-03-151-1/+1
* avfilter/af_rubberband: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-18/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-16/+3
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/af_rubberband: adjust nb_samples after every commandPaul B Mahol2020-06-131-0/+1
* avfilter/af_rubberband: fix sample overqueueingPaul B Mahol2019-11-201-3/+6
* avfilter/af_rubberband: use ff_filter_process_command()Paul B Mahol2019-10-141-24/+9
* avfilter/af_rubberband: also do not ignore failuresPaul B Mahol2019-05-061-1/+1
* avfilter/af_rubberband: handle case when no frame is givenPaul B Mahol2019-05-061-3/+6
* avfilter/af_rubberband: make use of initial input timestampPaul B Mahol2019-04-291-1/+6
* avfilter/af_rubberband: switch to activatePaul B Mahol2019-04-291-44/+22
* avfilter/af_rubberband: check if rbs is validPaul B Mahol2019-04-291-0/+2
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-031-2/+2
* avfilter/af_rubberband: add process_command()Paul B Mahol2015-10-021-0/+33
* avfilter/af_rubberband: flush only if there is something availablePaul B Mahol2015-09-301-19/+21
* avfilter/af_rubberband: rename duplicate option namePaul B Mahol2015-09-231-1/+1
* avfilter: add rubberband wrapperPaul B Mahol2015-09-201-0/+236