summaryrefslogtreecommitdiff
path: root/libavfilter/af_stereotools.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: convert to new channel layout APIJames Almer2022-03-151-1/+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-2/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/af_stereotools: add support for commandsPaul B Mahol2020-12-041-7/+17
* avfilter/af_stereotools: add timeline supportPaul B Mahol2020-12-041-2/+8
* avfilter/af_stereotools: add two more modesPaul B Mahol2020-12-041-2/+14
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-031-1/+1
* avfilter/af_stereotools: add forgotten breakPaul B Mahol2017-06-211-0/+1
* avfilter/af_stereotools: add 2 more modesPaul B Mahol2017-06-191-1/+12
* avfilter/af_stereotools: introduce different balance modesPaul B Mahol2017-05-151-5/+49
* avfilter/af_stereotools: fix logic failPaul B Mahol2015-12-061-1/+1
* avfilter/af_stereotools: check s->length sizePaul B Mahol2015-12-051-0/+4
* avfilter/af_stereotools: remove floor usagePaul B Mahol2015-12-021-4/+4
* avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-221-1/+1
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-7/+6
* avfilter:audio: fix shadowed AVFrame *outPaul B Mahol2015-10-061-2/+2
* avfilter: add stereo tools filterPaul B Mahol2015-09-171-0/+302