summaryrefslogtreecommitdiff
path: root/libavfilter/af_extrastereo.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_extrastereo: add support for commandsPaul B Mahol2019-12-271-1/+2
* avfilter/af_extrastereo: add timeline supportPaul B Mahol2019-05-011-0/+1
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-031-1/+1
* avfilter/af_extrastereo: fix filtering when clipping is disabledPaul B Mahol2017-11-201-2/+5
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-6/+6
* afilter/af_extrastereo: remove dead initializationPaul B Mahol2015-10-061-1/+1
* avfilter/af_extrastereo: Fix shadowed variableMichael Niedermayer2015-10-061-1/+1
* avfilter/extrastereo: use AV_OPT_TYPE_BOOL for clipping optionClément Bœsch2015-09-081-1/+1
* avfilter: add extrastereo filterPaul B Mahol2015-09-081-0/+128