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 (Collapse)Author
2019-07-10avfilter/af_afftfilt: make selecting window size simplerPaul B Mahol
Next step after this one will be adding support for more window sizes.
2019-07-06avfilter/af_afftfilt: remove invalid scalingPaul B Mahol
2019-05-08avfilter/af_afftfilt: switch to activatePaul B Mahol
2018-11-12avfilter/af_afftfilt: use first input frame timestampPaul B Mahol
2018-11-12avfilter/af_afftfilt: calculate all channels FFT values upfrontPaul B Mahol
2018-11-11avfilter/af_afftfilt: add more window typesPaul B Mahol
2018-11-11avfilter/af_afftfilt: extend filter functionalityPaul B Mahol
2017-11-20avfilter/af_afftfilt: add missing error checkPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-09-23lavfi: make window_func an inline functionRostislav Pehlivanov
Eliminate lavc->lavfi dependency. The function isn't big and doesn't deserve its own file. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2017-06-04avfilter/af_afftfilt: fix memory leaksPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-03-05avfilter/af_afftfilt: add option for 17 fft casePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-03-04avfilter/af_afftfilt: Extend to 17bit fftMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-02-04avfilter/af_afftfilt: Set last_expr to the defaultMichael Niedermayer
This fixes a null pointer dereferece Fixes: CID1351346 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-01-21avfilter: add afftfilterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>