summaryrefslogtreecommitdiff
path: root/libavfilter/af_afftfilt.c
Commit message (Collapse)AuthorAge
* 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>