summaryrefslogtreecommitdiff
path: root/libavfilter/avf_showfreqs.c
Commit message (Expand)AuthorAge
* avfilter/window_func: unify all filters win_func option that use this headerPaul B Mahol2021-10-15
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/avf_showfreqs: switch to TX FFT from avutilPaul B Mahol2021-07-30
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/avf_showfreqs: add group delay data modePaul B Mahol2020-11-28
* avfilter/avf_showfreqs: implement phase displayPaul B Mahol2020-11-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/avf_showfreqs: free input frame after using itJames Almer2019-10-26
* avfilter/avf_showfreqs: fix check for failed allocationPaul B Mahol2019-09-21
* avfilter/avf_showfreqs: make selecting window size simplerPaul B Mahol2019-07-10
* avfilter/avf_showfreqs: switch to activatePaul B Mahol2019-05-26
* avfilter/window_func: add bohman windowPaul B Mahol2018-10-27
* lavfi: make window_func an inline functionRostislav Pehlivanov2017-09-23
* avfilter: properly set SAR for A->V filtersPaul B Mahol2017-06-13
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* avfilter/avf_showfreqs: make minimum amplitude for log scaler configurablePaul B Mahol2016-08-17
* avfilter/window_func: add cauchy, parzen and poisson window functionPaul B Mahol2016-08-16
* avfilter/window_func: add dolph windowPaul B Mahol2016-08-16
* avfilter/avf_showfreqs: assert that variables are initialized by switch()Michael Niedermayer2016-02-12
* avfilter/avf_showfreqs: properly handle ptsPaul B Mahol2016-01-31
* avfilter/avf_showfreqs/showspectrum: rename skip_samples to hop_sizePaul B Mahol2016-01-18
* avfilter/avf_showfreqs: fix possible null pointer dereferencePaul B Mahol2016-01-08
* avfilter/window_func: add tukey window functionPaul B Mahol2016-01-05
* avfilter: move window function generation into separate filePaul B Mahol2015-12-28
* avfilter/avf_showfreqs: make it possible to split channelsPaul B Mahol2015-12-20
* avfilter/avf_showfreqs: avoid wasteful powGanesh Ajjanagadde2015-12-09
* avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-22
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* avfilter/avf_showfreqs: add lanczos and gauss windowing functionsPaul B Mahol2015-09-15
* avfilter/avf_showfreqs: Fix memleak of out frameMichael Niedermayer2015-09-05
* avfilter/avf_showfreqs: Fix "may be used uninitialized in this function" warningMichael Niedermayer2015-09-05
* avfilter/avf_showfreqs: Free finMichael Niedermayer2015-09-05
* avfilter/avf_showfreqs: Use floating point division in WFUNC_BHANNMichael Niedermayer2015-09-03
* avfilter: add showfreqs filterPaul B Mahol2015-08-19