summaryrefslogtreecommitdiff
path: root/libavfilter/af_stereowiden.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_stereowiden: add support for commandsPaul B Mahol2019-12-271-4/+6
* avfilter/af_stereowiden: add timeline supportPaul B Mahol2019-05-011-2/+8
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-031-1/+1
* avfilter/af_stereowiden: fix read/write past the end of bufferAlexey Tourbin2016-07-301-16/+11
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-6/+6
* avfilter:audio: fix shadowed AVFrame *outPaul B Mahol2015-10-061-2/+2
* avfilter/af_stereowiden: fix 2nd argument for av_callocPaul B Mahol2015-09-151-1/+1
* avfilter: add stereowiden filterPaul B Mahol2015-09-151-0/+167