summaryrefslogtreecommitdiff
path: root/libavfilter/af_acrossover.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_acrossover: add precision optionPaul B Mahol2022-05-141-1/+43
* avfilter: convert to new channel layout APIJames Almer2022-03-151-3/+3
* avfilter/af_acrossover: switch to activate()Paul B Mahol2022-03-071-12/+56
* avfilter/af_crossover: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-20/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/af_acrossover: check for rest of sample formatsPaul B Mahol2021-08-291-0/+1
* avfilter/af_acrossover: Free outpads' names genericallyAndreas Rheinhardt2021-08-221-7/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-2/+1
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-171-1/+1
* 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-14/+3
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/af_acrossover: add per output band gainPaul B Mahol2020-12-021-8/+52
* avfilter/af_acrossover: remove pointless allocation of static sizePaul B Mahol2020-12-021-6/+1
* avfilter/af_acrossover: document roll-off of each filter orderPaul B Mahol2020-12-021-11/+11
* avfilter/af_acrossover: move coefficients and state to simple arraysPaul B Mahol2020-12-011-63/+85
* avfilter/af_acrossover: remove unneeded emms_c() callsPaul B Mahol2020-11-301-2/+0
* avfilter/af_acrossover: unroll biquad_process loopPaul B Mahol2020-11-301-1/+19
* avfilter/af_acrossover: use fdsp for inverterPaul B Mahol2020-11-301-3/+3
* avfilter/af_acrossover: always align nb_samples for fdsp callPaul B Mahol2020-11-291-1/+1
* avfilter/af_acrossover: split in correct spotPaul B Mahol2020-11-291-4/+4
* avfilter/af_acrossover: reduce memory usagePaul B Mahol2020-11-291-33/+42
* avfilter/af_acrossover: add option to adjust input gainPaul B Mahol2020-11-281-7/+20
* avfilter/af_acrossover: really fix single-pole allpass coefficientsPaul B Mahol2020-11-281-4/+2
* avfilter/af_acrossover: remove unecessary allpass callsPaul B Mahol2020-11-281-9/+10
* avfilter/af_acrossover: add support for float sample formatPaul B Mahol2020-11-271-115/+130
* avfilter/af_acrossover: fix single pole allpass coefficientsPaul B Mahol2020-11-271-3/+4
* avfilter/af_acrossover: improve quality for odd order butterworthPaul B Mahol2020-11-271-8/+37
* avfilter/af_acrossover: add missing allpass processingPaul B Mahol2020-11-261-1/+35
* avfilter/af_acrossover: add missing inverter as last stepPaul B Mahol2020-11-261-0/+9
* avfilter/af_acrossover: simplify coefficientsPaul B Mahol2020-11-261-28/+40
* avfilter/af_acrossover: add even more ordersPaul B Mahol2020-11-261-16/+26
* avfilter/af_acrossover: use transposed direct II formPaul B Mahol2020-11-261-19/+13
* avfilter/af_acrossover: rewrite code so it performs fasterPaul B Mahol2020-11-261-28/+42
* avfilter/af_acrossover: add higher ordersPaul B Mahol2020-11-261-56/+48
* avfilter/af_acrossover: Check sscanf() return valueLimin Wang2020-04-171-1/+4
* avfilter/af_acrossover: revert 270068b5aPaul B Mahol2020-03-271-1/+26
* avfilter/af_acrossover: free all output frames on errorPaul B Mahol2020-02-071-0/+2
* avfilter/af_acrossover: add slice threading supportPaul B Mahol2020-02-071-21/+43
* avfilter/af_acrossover: improve filter outputPaul B Mahol2020-02-061-39/+19
* avfilter/af_acrossover: fix memory leakPaul B Mahol2019-10-181-0/+1
* avfilter/af_acrossover: use av_strtod() to parse single numberPaul B Mahol2018-11-181-2/+2
* avfilter: add acrossover filterPaul B Mahol2018-09-161-0/+343