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
2016-08-20avfilter/window_func: use a constant instead of acosh()James Almer
Should fix compilation with non C99 compilers like msvc 2012, where acosh() is not available. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
2016-08-16avfilter/window_func: add cauchy, parzen and poisson window functionPaul B Mahol
2016-08-16avfilter/window_func: add dolph windowPaul B Mahol
2016-01-05avfilter/window_func: add tukey window functionPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-12-28avfilter: move window function generation into separate filePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>