summaryrefslogtreecommitdiff
path: root/libavfilter/af_afftfilt.c
Commit message (Expand)AuthorAge
* avfilter/af_afftfilt: add threads supportPaul B Mahol2022-05-24
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/af_afftfilt: stop resetting ptsPaul B Mahol2022-02-22
* avfilter/window_func: unify all filters win_func option that use this headerPaul B Mahol2021-10-15
* avfilter/af_afftfilt: Store format in filter, remove query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/af_afftfilt: reindent after last commitPaul B Mahol2021-09-12
* avfilter/af_afftfilt: add timeline supportPaul B Mahol2021-09-12
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* libavfilter: Fix implicit declarations of av_cpu_max_alignMartin Storsjö2021-08-04
* avfilter/af_afftfilt: make sure that tx buffers size are always alignedPaul B Mahol2021-08-04
* avfilter/af_afftfilt: switch to TX FFT from avutilPaul B Mahol2021-08-04
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* Mark some pointers as constAndreas Rheinhardt2021-01-01
* 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
* 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
* lavfi: make window_func an inline functionRostislav Pehlivanov2017-09-23
* avfilter/af_afftfilt: fix memory leaksPaul B Mahol2017-06-04
* avfilter/af_afftfilt: add option for 17 fft casePaul B Mahol2016-03-04
* avfilter/af_afftfilt: Extend to 17bit fftMichael Niedermayer2016-03-04
* avfilter/af_afftfilt: Set last_expr to the defaultMichael Niedermayer2016-02-04
* avfilter: add afftfilterPaul B Mahol2016-01-21