aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avf_showspectrum.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/avf_showspectrum: filter support all channel countsPaul B Mahol2022-04-231-1/+1
* avfilter/avf_showspectrum: fix pts offset by onePaul B Mahol2022-04-141-1/+2
* avfilter/avf_showspectrum: add alpha pixel format supportPaul B Mahol2022-04-141-22/+79
* avfilter: let single output frame A->V filters set reasonable frame ratePaul B Mahol2022-04-101-0/+2
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avfilter: convert to new channel layout APIJames Almer2022-03-151-8/+7
* avfilter/avf_showspectrum: stop rewriting ptsPaul B Mahol2022-03-131-5/+6
* avfilter/avf_showspectrum: stop using AVAudioFifo to keep samplesPaul B Mahol2022-02-141-81/+106
* avfilter/window_func: unify all filters win_func option that use this headerPaul B Mahol2021-10-151-44/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/avf_showspectrum: rewrite frequency log axis/bin scalingPaul B Mahol2021-09-201-56/+34
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-8/+4
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-6/+6
* avfilter/avf_showspectrum: add unwrapped phase data modePaul B Mahol2021-08-151-1/+47
* avfilter/avf_showspectrum: fix another case of frames queuing upPaul B Mahol2021-08-081-0/+2
* avfilter/avf_showspectrum: improve dBFS scale legendPaul B Mahol2021-08-071-35/+86
* avfilter/avf_showspectrum: add option to control dynamic range for colorsPaul B Mahol2021-08-051-3/+10
* avfilter/avf_showspectrum: add lreplace sliding modePaul B Mahol2021-08-041-6/+23
* avfilter/avf_showspectrum: proper rational multiplicationPaul B Mahol2021-08-041-2/+2
* avfilter/avf_showspectrum: fix last frame/eof timestampPaul B Mahol2021-08-041-1/+1
* libavfilter: Fix implicit declarations of av_cpu_max_alignMartin Storsjö2021-08-041-0/+1
* avfilter/avf_showspectrum: use proper function return value instead of hardco...Paul B Mahol2021-08-041-1/+1
* avfilter/avf_showspectrum: fix not rendering all channels with fscale=log:mod...Paul B Mahol2021-07-241-2/+2
* avfilter/avf_showspectrum: fix hz scale with legend enabledPaul B Mahol2021-07-241-2/+2
* avfilter/avf_showspectrum: switch to TX FFT from avutilPaul B Mahol2021-07-241-44/+62
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-4/+4
* avfilter/avf_showspectrum: properly handle EOF casePaul B Mahol2020-06-061-6/+10
* avfilter/avf_showspectrum: check if frame clone is setPaul B Mahol2020-01-141-1/+6
* lavfi/avf_showspectrum: Fix the memory leak in error handle pathJun Zhao2019-12-071-3/+2
* lavfi/avf_showspectrum: add error handle if av_asprintf return nullJun Zhao2019-10-181-0/+10
* avfilter/avf_showspectrum: convert some doubles to floatsPaul B Mahol2019-04-301-34/+34
* avfilter/avf_showspectrum: add log scale for frequency plotPaul B Mahol2019-04-291-65/+174
* avfilter/avf_showspectrum: add terrain color mapPaul B Mahol2018-11-081-1/+10
* avfilter/avf_showspectrum: add cividis colormapPaul B Mahol2018-11-081-1/+12
* avfilter/avf_showspectrum: add plasma color mapPaul B Mahol2018-11-071-1/+12
* avfilter/avf_showspectrum: add viridis color mapPaul B Mahol2018-11-071-1/+13
* avfilter/avf_showspectrum: improve magma colorsPaul B Mahol2018-11-071-2/+2
* avfilter/window_func: add bohman windowPaul B Mahol2018-10-271-0/+2
* avfilter/avf_showspectrum: add legend support to showspectrum filterPaul B Mahol2018-10-071-348/+382
* avfilter/avf_showspectrum: switch to activate and add fps optionPaul B Mahol2018-10-061-64/+98
* avfilter/avf_showspectrum: increase padding size for low sample ratesPaul B Mahol2018-10-051-1/+1
* avfilter/avf_showspectrum: add zoom mode to showspectrumpicPaul B Mahol2018-10-051-2/+11
* avfilter/avf_showspectrum: add green color mapPaul B Mahol2018-10-051-1/+8
* avfilter/avf_showspectrum: fix scaling in zoom modePaul B Mahol2018-10-051-3/+3
* avfilter/avf_showspectrum: implement zoom modePaul B Mahol2018-10-041-25/+153
* avfilter/avf_showspectrum: add magma color mapPaul B Mahol2018-09-151-1/+13
* avfilter/avf_showspectrum: also show sample rate and channel layoutPaul B Mahol2018-06-031-0/+10
* avfilter/avf_showspectrum: avoid overwritting textPaul B Mahol2018-06-031-1/+1
* avfilter/avf_showspectrum: improve axes drawingPaul B Mahol2018-06-031-3/+4