aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/af_asubboost.c
Commit message (Expand)AuthorAgeFilesLines
* 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