Andreas Rheinhardt
|
2c6f532e0a
|
Mark some pointers as const
Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
|
4 years ago |
Paul B Mahol
|
53a485cd37
|
avfilter/af_afftfilt: fix memory leaks on error
|
5 years ago |
Paul B Mahol
|
2174a315b4
|
avfilter/af_afffilt: fix crash on error
|
5 years ago |
Paul B Mahol
|
c588a0f528
|
avfilter/af_afftfilt: fix pts handling when timebase and 1/samplerate differ
|
5 years ago |
Paul B Mahol
|
0c4137bcb7
|
avfilter/af_afftfilt: fix possible invalid memory access
|
5 years ago |
Paul B Mahol
|
57a2688fe3
|
avfilter/af_afftfilt: make selecting window size simpler
Next step after this one will be adding support for more window sizes.
|
5 years ago |
Paul B Mahol
|
b9a6106842
|
avfilter/af_afftfilt: remove invalid scaling
|
5 years ago |
Paul B Mahol
|
c539dd992c
|
avfilter/af_afftfilt: switch to activate
|
6 years ago |
Paul B Mahol
|
e96742dd3b
|
avfilter/af_afftfilt: use first input frame timestamp
|
6 years ago |
Paul B Mahol
|
a09411a0ee
|
avfilter/af_afftfilt: calculate all channels FFT values upfront
|
6 years ago |
Paul B Mahol
|
d03030c071
|
avfilter/af_afftfilt: add more window types
|
6 years ago |
Paul B Mahol
|
bdc66c50dd
|
avfilter/af_afftfilt: extend filter functionality
|
6 years ago |
Paul B Mahol
|
5c7c0c5b58
|
avfilter/af_afftfilt: add missing error check
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
7 years ago |
Rostislav Pehlivanov
|
039ebaa5f3
|
lavfi: make window_func an inline function
Eliminate lavc->lavfi dependency. The function isn't big and doesn't
deserve its own file.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
|
7 years ago |
Paul B Mahol
|
67162554d4
|
avfilter/af_afftfilt: fix memory leaks
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
8 years ago |
Paul B Mahol
|
f81c81cc3a
|
avfilter/af_afftfilt: add option for 17 fft case
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
9 years ago |
Michael Niedermayer
|
500cb98471
|
avfilter/af_afftfilt: Extend to 17bit fft
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
9 years ago |
Michael Niedermayer
|
f89bc661b4
|
avfilter/af_afftfilt: Set last_expr to the default
This fixes a null pointer dereferece
Fixes: CID1351346
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
9 years ago |
Paul B Mahol
|
fa04ec728d
|
avfilter: add afftfilter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
9 years ago |