summaryrefslogtreecommitdiff
path: root/libavfilter/af_crystalizer.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_crystalizer: remove no longer needed wrapper functionPaul B Mahol2022-04-131-13/+1
* avfilter: convert to new channel layout APIJames Almer2022-03-151-2/+2
* avfilter/af_crystalizer: refactor codePaul B Mahol2022-02-241-189/+83
* avfilter/af_crystalizer: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-19/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/af_crystalizer: refactor some codePaul B Mahol2021-08-291-159/+93
* avfilter/af_crystalizer: fix some minor issuesPaul B Mahol2021-08-291-18/+18
* 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_crystalizer: implement inverse filteringPaul B Mahol2020-12-211-8/+161
* avfilter/af_crystalizer: use proper type for variablePaul B Mahol2020-12-211-2/+2
* avfilter/af_crystalizer: improve filter descriptionPaul B Mahol2020-12-211-1/+1
* avfilter/af_crystalizer: add slice threading supportPaul B Mahol2020-02-071-34/+93
* avfilter/af_crystalizer: add support for commandsPaul B Mahol2019-12-291-1/+2
* avfilter/af_crystalizer: add timeline supportPaul B Mahol2019-12-291-1/+2
* avfilter/af_crystalizer: use outlink instead of inlinkPaul B Mahol2018-01-011-2/+2
* avfilter/af_crystalizer: add support for more sample formatsPaul B Mahol2017-04-301-22/+126
* avfilter: add crystalizer audio filterVitaly Ostrosablin2016-08-071-0/+153