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
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>