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-10-07avfilter/af_biquads: fix bandpass for zdfPaul B Mahol
2022-05-29avfilter/af_biquads: refactor some optionsPaul B Mahol
2022-05-29avfilter: add tiltshelf audio filterPaul B Mahol
2022-05-27avfilter/af_biquads: fix low/highshelf 'k' calculationPaul B Mahol
2022-05-12avfilter/af_biquads: always return same number of samples with block processingPaul B Mahol
2022-05-11avfilter/af_biquads: add zdf transform typePaul B Mahol
2022-05-10avfilter/af_biquads: use correct variables when reversing samplesPaul B Mahol
2022-05-09avfilter/af_biquads: add option for block based linear phase processingPaul B Mahol
2022-05-08avfilter/af_biquads: add tdi transform typePaul B Mahol
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-03-15avfilter/af_biquads: fix possible leak on errorPaul B Mahol
2022-03-15avfilter/af_biquads: fix regression with channels option processingPaul B Mahol
2022-03-15avfilter: convert to new channel layout APIJames Almer
2021-11-26avfilter/af_biquads: add svf transform typePaul B Mahol
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-19avfilter/af_biquads: Deduplicate AVClassesAndreas Rheinhardt
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-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-08avfilter/af_biquads: Don't redundantly set AVClassAndreas Rheinhardt
2021-01-08avfilter/af_biquads: Deduplicate optionsAndreas Rheinhardt
2020-12-17avfilter/af_biquads: fix error in ro calculationPaul B Mahol
2020-12-16avfilter/af_biquads: add one-pole shelf filters by adding pole optionPaul B Mahol
2020-12-06avfilter/af_biquads: add shortcut to set internal precisionPaul B Mahol
2020-11-24avfilter/af_biquads: make sure that biquad filter still worksPaul B Mahol
2020-11-24avfilter/af_biquads: do not abort filtering on bogus optionsPaul B Mahol
2020-11-22avfilter/af_biquads: remove not needed codePaul B Mahol
2020-11-02avfilter/af_biquads: make commands work reliably within biquad filterPaul B Mahol
2020-11-02avfilter/af_biquads: add lattice-ladder formPaul B Mahol
2020-08-21avfilter/af_biquads: add different transform typesPaul B Mahol
2020-05-30avfilter/af_biquads: implement 1st order allpassPaul B Mahol
2019-11-22avfilter/af_biquads: add new normalize/n optionPaul B Mahol
2019-10-14avfilter/af_biquads: use ff_filter_process_command()Paul B Mahol
2019-07-08avfilter/af_biquads: clip gain picked from command to sane valuesPaul B Mahol
2019-07-08avfilter/af_biquads: implement mix option to all filtersPaul B Mahol
2019-05-01avfilter/af_biquads: add timeline supportPaul B Mahol
2019-01-01avfilter/af_biquads: minor simplification by using ff_exp10()Michael Niedermayer
2018-10-07avfilter/af_biquads: Remove l from %lf in av_log environmentMichael Niedermayer
2018-05-01avfilter/af_biquads: add slice threadingPaul B Mahol
2018-05-01avfilter/af_biquads: change clipping detection from global to channelPaul B Mahol
2018-04-17avfilter: add lowshelf and highshelf filtersPaul B Mahol
2018-01-06avfilter/av_biquads: scale a0 tooPaul B Mahol
2018-01-05avfilter: add arbitrary audio IIR filterPaul B Mahol
2018-01-04avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol
2017-12-21avfilter/af_biquads: change defaults for biquad filterPaul B Mahol
2017-12-21avfilter/af_biquads: increase width rangePaul B Mahol
2017-12-21avfilter/af_biquads: add kHz width_typePaul B Mahol
2017-12-17avfilter/af_biquads: add missing break statementsPaul B Mahol