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-05-14avfilter/af_acrossover: add precision optionPaul B Mahol
2022-03-15avfilter: convert to new channel layout APIJames Almer
2022-03-07avfilter/af_acrossover: switch to activate()Paul B Mahol
2021-10-05avfilter/af_crossover: 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_acrossover: check for rest of sample formatsPaul B Mahol
2021-08-22avfilter/af_acrossover: Free outpads' names genericallyAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/avfilter: Remove unused feature to add pads in the middleAndreas 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-02avfilter/af_acrossover: add per output band gainPaul B Mahol
2020-12-02avfilter/af_acrossover: remove pointless allocation of static sizePaul B Mahol
2020-12-02avfilter/af_acrossover: document roll-off of each filter orderPaul B Mahol
2020-12-01avfilter/af_acrossover: move coefficients and state to simple arraysPaul B Mahol
2020-11-30avfilter/af_acrossover: remove unneeded emms_c() callsPaul B Mahol
2020-11-30avfilter/af_acrossover: unroll biquad_process loopPaul B Mahol
2020-11-30avfilter/af_acrossover: use fdsp for inverterPaul B Mahol
2020-11-30avfilter/af_acrossover: always align nb_samples for fdsp callPaul B Mahol
2020-11-29avfilter/af_acrossover: split in correct spotPaul B Mahol
2020-11-29avfilter/af_acrossover: reduce memory usagePaul B Mahol
2020-11-28avfilter/af_acrossover: add option to adjust input gainPaul B Mahol
2020-11-28avfilter/af_acrossover: really fix single-pole allpass coefficientsPaul B Mahol
2020-11-28avfilter/af_acrossover: remove unecessary allpass callsPaul B Mahol
2020-11-27avfilter/af_acrossover: add support for float sample formatPaul B Mahol
2020-11-27avfilter/af_acrossover: fix single pole allpass coefficientsPaul B Mahol
2020-11-27avfilter/af_acrossover: improve quality for odd order butterworthPaul B Mahol
2020-11-26avfilter/af_acrossover: add missing allpass processingPaul B Mahol
2020-11-26avfilter/af_acrossover: add missing inverter as last stepPaul B Mahol
2020-11-26avfilter/af_acrossover: simplify coefficientsPaul B Mahol
2020-11-26avfilter/af_acrossover: add even more ordersPaul B Mahol
2020-11-26avfilter/af_acrossover: use transposed direct II formPaul B Mahol
2020-11-26avfilter/af_acrossover: rewrite code so it performs fasterPaul B Mahol
2020-11-26avfilter/af_acrossover: add higher ordersPaul B Mahol
2020-04-17avfilter/af_acrossover: Check sscanf() return valueLimin Wang
2020-03-27avfilter/af_acrossover: revert 270068b5aPaul B Mahol
2020-02-07avfilter/af_acrossover: free all output frames on errorPaul B Mahol
2020-02-07avfilter/af_acrossover: add slice threading supportPaul B Mahol
2020-02-06avfilter/af_acrossover: improve filter outputPaul B Mahol
2019-10-18avfilter/af_acrossover: fix memory leakPaul B Mahol
2018-11-18avfilter/af_acrossover: use av_strtod() to parse single numberPaul B Mahol
2018-09-16avfilter: add acrossover filterPaul B Mahol