summaryrefslogtreecommitdiff
path: root/libavfilter/avf_showspectrum.c
Commit message (Expand)AuthorAge
* avfilter/avf_showspectrum: filter support all channel countsPaul B Mahol2022-04-23
* avfilter/avf_showspectrum: fix pts offset by onePaul B Mahol2022-04-14
* avfilter/avf_showspectrum: add alpha pixel format supportPaul B Mahol2022-04-14
* avfilter: let single output frame A->V filters set reasonable frame ratePaul B Mahol2022-04-10
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/avf_showspectrum: stop rewriting ptsPaul B Mahol2022-03-13
* avfilter/avf_showspectrum: stop using AVAudioFifo to keep samplesPaul B Mahol2022-02-14
* 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/avf_showspectrum: rewrite frequency log axis/bin scalingPaul B Mahol2021-09-20
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/avf_showspectrum: add unwrapped phase data modePaul B Mahol2021-08-15
* avfilter/avf_showspectrum: fix another case of frames queuing upPaul B Mahol2021-08-08
* avfilter/avf_showspectrum: improve dBFS scale legendPaul B Mahol2021-08-07
* avfilter/avf_showspectrum: add option to control dynamic range for colorsPaul B Mahol2021-08-05
* avfilter/avf_showspectrum: add lreplace sliding modePaul B Mahol2021-08-04
* avfilter/avf_showspectrum: proper rational multiplicationPaul B Mahol2021-08-04
* avfilter/avf_showspectrum: fix last frame/eof timestampPaul B Mahol2021-08-04
* libavfilter: Fix implicit declarations of av_cpu_max_alignMartin Storsjö2021-08-04
* avfilter/avf_showspectrum: use proper function return value instead of hardco...Paul B Mahol2021-08-04
* avfilter/avf_showspectrum: fix not rendering all channels with fscale=log:mod...Paul B Mahol2021-07-24
* avfilter/avf_showspectrum: fix hz scale with legend enabledPaul B Mahol2021-07-24
* avfilter/avf_showspectrum: switch to TX FFT from avutilPaul B Mahol2021-07-24
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/avf_showspectrum: properly handle EOF casePaul B Mahol2020-06-06
* avfilter/avf_showspectrum: check if frame clone is setPaul B Mahol2020-01-14
* lavfi/avf_showspectrum: Fix the memory leak in error handle pathJun Zhao2019-12-07
* lavfi/avf_showspectrum: add error handle if av_asprintf return nullJun Zhao2019-10-18
* avfilter/avf_showspectrum: convert some doubles to floatsPaul B Mahol2019-04-30
* avfilter/avf_showspectrum: add log scale for frequency plotPaul B Mahol2019-04-29
* avfilter/avf_showspectrum: add terrain color mapPaul B Mahol2018-11-08
* avfilter/avf_showspectrum: add cividis colormapPaul B Mahol2018-11-08
* avfilter/avf_showspectrum: add plasma color mapPaul B Mahol2018-11-07
* avfilter/avf_showspectrum: add viridis color mapPaul B Mahol2018-11-07
* avfilter/avf_showspectrum: improve magma colorsPaul B Mahol2018-11-07
* avfilter/window_func: add bohman windowPaul B Mahol2018-10-27
* avfilter/avf_showspectrum: add legend support to showspectrum filterPaul B Mahol2018-10-07
* avfilter/avf_showspectrum: switch to activate and add fps optionPaul B Mahol2018-10-06
* avfilter/avf_showspectrum: increase padding size for low sample ratesPaul B Mahol2018-10-05
* avfilter/avf_showspectrum: add zoom mode to showspectrumpicPaul B Mahol2018-10-05
* avfilter/avf_showspectrum: add green color mapPaul B Mahol2018-10-05
* avfilter/avf_showspectrum: fix scaling in zoom modePaul B Mahol2018-10-05
* avfilter/avf_showspectrum: implement zoom modePaul B Mahol2018-10-04
* avfilter/avf_showspectrum: add magma color mapPaul B Mahol2018-09-15
* avfilter/avf_showspectrum: also show sample rate and channel layoutPaul B Mahol2018-06-03
* avfilter/avf_showspectrum: avoid overwritting textPaul B Mahol2018-06-03
* avfilter/avf_showspectrum: improve axes drawingPaul B Mahol2018-06-03