Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-13avfilter/af_crystalizer: remove no longer needed wrapper functionPaul B Mahol
2022-03-15avfilter: convert to new channel layout APIJames Almer
2022-02-25avfilter/af_crystalizer: refactor codePaul B Mahol
2021-10-05avfilter/af_crystalizer: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-29avfilter/af_crystalizer: refactor some codePaul B Mahol
2021-08-29avfilter/af_crystalizer: fix some minor issuesPaul B Mahol
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-12-21avfilter/af_crystalizer: implement inverse filteringPaul B Mahol
2020-12-21avfilter/af_crystalizer: use proper type for variablePaul B Mahol
2020-12-21avfilter/af_crystalizer: improve filter descriptionPaul B Mahol
2020-02-07avfilter/af_crystalizer: add slice threading supportPaul B Mahol
2019-12-29avfilter/af_crystalizer: add support for commandsPaul B Mahol
2019-12-29avfilter/af_crystalizer: add timeline supportPaul B Mahol
2018-01-01avfilter/af_crystalizer: use outlink instead of inlinkPaul B Mahol
2017-04-30avfilter/af_crystalizer: add support for more sample formatsPaul B Mahol
2016-08-07avfilter: add crystalizer audio filterVitaly Ostrosablin