summaryrefslogtreecommitdiff
path: root/libavfilter/af_afftfilt.c
Commit message (Collapse)AuthorAge
* avfilter/af_afftfilt: fix memory leaks on errorPaul B Mahol2020-02-09
|
* avfilter/af_afffilt: fix crash on errorPaul B Mahol2020-02-09
|
* avfilter/af_afftfilt: fix pts handling when timebase and 1/samplerate differPaul B Mahol2019-11-17
|
* avfilter/af_afftfilt: fix possible invalid memory accessPaul B Mahol2019-10-07
|
* avfilter/af_afftfilt: make selecting window size simplerPaul B Mahol2019-07-10
| | | | Next step after this one will be adding support for more window sizes.
* avfilter/af_afftfilt: remove invalid scalingPaul B Mahol2019-07-06
|
* avfilter/af_afftfilt: switch to activatePaul B Mahol2019-05-08
|
* avfilter/af_afftfilt: use first input frame timestampPaul B Mahol2018-11-12
|
* avfilter/af_afftfilt: calculate all channels FFT values upfrontPaul B Mahol2018-11-12
|
* avfilter/af_afftfilt: add more window typesPaul B Mahol2018-11-11
|
* avfilter/af_afftfilt: extend filter functionalityPaul B Mahol2018-11-11
|
* avfilter/af_afftfilt: add missing error checkPaul B Mahol2017-11-20
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* 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>