summaryrefslogtreecommitdiff
path: root/libavfilter/af_asubboost.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_asubboost: add channels optionPaul B Mahol2022-05-131-0/+23
* avfilter/af_asubboost: add boost optionPaul B Mahol2022-05-131-6/+14
* avfilter: convert to new channel layout APIJames Almer2022-03-151-4/+4
* avfilter/af_asubboost: 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/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-2/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-15/+3
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/af_asubboost: make wet option apply to final outputPaul B Mahol2020-11-281-5/+6
* avfilter/af_asubboost: add timeline and slice threading supportPaul B Mahol2020-11-241-23/+49
* avfilter/af_asubboost: use transposed II formPaul B Mahol2020-10-201-14/+14
* avfilter: add asubboost filterPaul B Mahol2020-04-301-0/+232