summaryrefslogtreecommitdiff
path: root/libavfilter/af_crossfeed.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_crossfeed: always return same number of samples with block proces...Paul B Mahol2022-05-131-7/+59
* avfilter/af_crossfeed: add option for linear phase filteringPaul B Mahol2022-05-091-14/+160
* 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-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/af_crossfeed: use transposed II formPaul B Mahol2020-10-201-9/+6
* avfilter/af_crossfeed: make options runtime configurablePaul B Mahol2020-04-301-1/+14
* avfilter/af_crossfeed: make slope configurablePaul B Mahol2020-04-301-1/+3
* avfilter/af_crossfeed: fix calculation of alpha parameterPaul B Mahol2020-04-301-1/+1
* avfilter/af_crossfeed: add timeline supportPaul B Mahol2019-05-011-2/+8
* avfilter/af_crossfeed: Use ff_exp10()Michael Niedermayer2019-01-011-1/+2
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-031-1/+1
* avfilter: add audio crossfeed filterPaul B Mahol2017-05-171-0/+169