summaryrefslogtreecommitdiff
path: root/libavfilter/af_acrossover.c
Commit message (Expand)AuthorAge
* avfilter/af_acrossover: add precision optionPaul B Mahol2022-05-14
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/af_acrossover: switch to activate()Paul B Mahol2022-03-07
* avfilter/af_crossover: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/af_acrossover: check for rest of sample formatsPaul B Mahol2021-08-29
* avfilter/af_acrossover: Free outpads' names genericallyAndreas Rheinhardt2021-08-22
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-17
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/af_acrossover: add per output band gainPaul B Mahol2020-12-02
* avfilter/af_acrossover: remove pointless allocation of static sizePaul B Mahol2020-12-02
* avfilter/af_acrossover: document roll-off of each filter orderPaul B Mahol2020-12-02
* avfilter/af_acrossover: move coefficients and state to simple arraysPaul B Mahol2020-12-01
* avfilter/af_acrossover: remove unneeded emms_c() callsPaul B Mahol2020-11-30
* avfilter/af_acrossover: unroll biquad_process loopPaul B Mahol2020-11-30
* avfilter/af_acrossover: use fdsp for inverterPaul B Mahol2020-11-30
* avfilter/af_acrossover: always align nb_samples for fdsp callPaul B Mahol2020-11-29
* avfilter/af_acrossover: split in correct spotPaul B Mahol2020-11-29
* avfilter/af_acrossover: reduce memory usagePaul B Mahol2020-11-29
* avfilter/af_acrossover: add option to adjust input gainPaul B Mahol2020-11-28
* avfilter/af_acrossover: really fix single-pole allpass coefficientsPaul B Mahol2020-11-28
* avfilter/af_acrossover: remove unecessary allpass callsPaul B Mahol2020-11-28
* avfilter/af_acrossover: add support for float sample formatPaul B Mahol2020-11-27
* avfilter/af_acrossover: fix single pole allpass coefficientsPaul B Mahol2020-11-27
* avfilter/af_acrossover: improve quality for odd order butterworthPaul B Mahol2020-11-27
* avfilter/af_acrossover: add missing allpass processingPaul B Mahol2020-11-26
* avfilter/af_acrossover: add missing inverter as last stepPaul B Mahol2020-11-26
* avfilter/af_acrossover: simplify coefficientsPaul B Mahol2020-11-26
* avfilter/af_acrossover: add even more ordersPaul B Mahol2020-11-26
* avfilter/af_acrossover: use transposed direct II formPaul B Mahol2020-11-26
* avfilter/af_acrossover: rewrite code so it performs fasterPaul B Mahol2020-11-26
* avfilter/af_acrossover: add higher ordersPaul B Mahol2020-11-26
* avfilter/af_acrossover: Check sscanf() return valueLimin Wang2020-04-17
* avfilter/af_acrossover: revert 270068b5aPaul B Mahol2020-03-27
* avfilter/af_acrossover: free all output frames on errorPaul B Mahol2020-02-07
* avfilter/af_acrossover: add slice threading supportPaul B Mahol2020-02-07
* avfilter/af_acrossover: improve filter outputPaul B Mahol2020-02-06
* avfilter/af_acrossover: fix memory leakPaul B Mahol2019-10-18
* avfilter/af_acrossover: use av_strtod() to parse single numberPaul B Mahol2018-11-18
* avfilter: add acrossover filterPaul B Mahol2018-09-16