aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/af_afftfilt.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_afftfilt: add threads supportPaul B Mahol2022-05-241-47/+92
* avfilter: convert to new channel layout APIJames Almer2022-03-151-14/+14
* avfilter/af_afftfilt: stop resetting ptsPaul B Mahol2022-02-221-81/+39
* avfilter/window_func: unify all filters win_func option that use this headerPaul B Mahol2021-10-151-22/+1
* avfilter/af_afftfilt: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-18/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/af_afftfilt: reindent after last commitPaul B Mahol2021-09-121-10/+10
* avfilter/af_afftfilt: add timeline supportPaul B Mahol2021-09-121-0/+8
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-16/+3
* libavfilter: Fix implicit declarations of av_cpu_max_alignMartin Storsjö2021-08-041-0/+1
* avfilter/af_afftfilt: make sure that tx buffers size are always alignedPaul B Mahol2021-08-041-3/+5
* avfilter/af_afftfilt: switch to TX FFT from avutilPaul B Mahol2021-08-041-40/+51
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* Mark some pointers as constAndreas Rheinhardt2021-01-011-1/+1
* avfilter/af_afftfilt: fix memory leaks on errorPaul B Mahol2020-02-091-1/+3
* avfilter/af_afffilt: fix crash on errorPaul B Mahol2020-02-091-4/+7
* avfilter/af_afftfilt: fix pts handling when timebase and 1/samplerate differPaul B Mahol2019-11-171-1/+1
* avfilter/af_afftfilt: fix possible invalid memory accessPaul B Mahol2019-10-071-0/+2
* avfilter/af_afftfilt: make selecting window size simplerPaul B Mahol2019-07-101-15/+3
* avfilter/af_afftfilt: remove invalid scalingPaul B Mahol2019-07-061-7/+2
* avfilter/af_afftfilt: switch to activatePaul B Mahol2019-05-081-102/+126
* avfilter/af_afftfilt: use first input frame timestampPaul B Mahol2018-11-121-0/+4
* avfilter/af_afftfilt: calculate all channels FFT values upfrontPaul B Mahol2018-11-121-4/+7
* avfilter/af_afftfilt: add more window typesPaul B Mahol2018-11-111-0/+15
* avfilter/af_afftfilt: extend filter functionalityPaul B Mahol2018-11-111-15/+60
* avfilter/af_afftfilt: add missing error checkPaul B Mahol2017-11-201-2/+4
* lavfi: make window_func an inline functionRostislav Pehlivanov2017-09-231-1/+1
* avfilter/af_afftfilt: fix memory leaksPaul B Mahol2017-06-041-0/+3
* avfilter/af_afftfilt: add option for 17 fft casePaul B Mahol2016-03-041-0/+1
* avfilter/af_afftfilt: Extend to 17bit fftMichael Niedermayer2016-03-041-1/+1
* avfilter/af_afftfilt: Set last_expr to the defaultMichael Niedermayer2016-02-041-1/+2
* avfilter: add afftfilterPaul B Mahol2016-01-211-0/+401