summaryrefslogtreecommitdiff
path: root/libavfilter/af_afftfilt.c
Commit message (Collapse)AuthorAge
* lavfi: make window_func an inline functionRostislav Pehlivanov2017-09-23
| | | | | | | Eliminate lavc->lavfi dependency. The function isn't big and doesn't deserve its own file. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* avfilter/af_afftfilt: fix memory leaksPaul B Mahol2017-06-04
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_afftfilt: add option for 17 fft casePaul B Mahol2016-03-04
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_afftfilt: Extend to 17bit fftMichael Niedermayer2016-03-04
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/af_afftfilt: Set last_expr to the defaultMichael Niedermayer2016-02-04
| | | | | | | This fixes a null pointer dereferece Fixes: CID1351346 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add afftfilterPaul B Mahol2016-01-21
Signed-off-by: Paul B Mahol <onemda@gmail.com>