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-03-15avfilter: convert to new channel layout APIJames Almer
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas 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-17avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-12-01avfilter/af_anequalizer: add timeline and slice supportPaul B Mahol
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-08-27avfilter/af_anequalizer: Don't allocate outpad namesAndreas Rheinhardt
2020-08-27avfilter/af_anequalizer: Fix memleak when inserting pad failsAndreas Rheinhardt
2020-03-14avfilter/af_anequalizer: fix off by one in reallocationPaul B Mahol
2020-01-14avfilter/af_anequalizer: check if frame clone is setPaul B Mahol
2019-09-11lavfi/anequalizer: fix memory leak in error handling pathJun Zhao
2018-09-15avfilter/af_anequalizer: check return value of ff_insert_outpad()Paul B Mahol
2016-03-22all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde
2016-02-12avfilter/af_anequalizer: Avoid loss of precision when calculating nyquist fre...Michael Niedermayer
2016-02-08avfilter/af_anequalizer: Fix memleak of argsMichael Niedermayer
2015-12-29lavfi/af_anequalizer: replace pow(x,-2) by 1/(x*x)Ganesh Ajjanagadde
2015-12-29lavfi/af_anequalizer: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-29lavfi/af_anequalizer: remove cabs, cexp dependenciesGanesh Ajjanagadde
2015-12-25avfilter/af_anequalizer: make cliping filter type actually usefulPaul B Mahol
2015-12-25avfilter/af_anequalizer: use pow instead of exp10Paul B Mahol
2015-12-25avfilter: add high-order parametric multiband equalizer filterPaul B Mahol