summaryrefslogtreecommitdiffstats
path: root/libavfilter/avf_showspectrum.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* lavfi: make window_func an inline functionRostislav Pehlivanov2017-09-231-1/+1
* avfilter: properly set SAR for A->V filtersPaul B Mahol2017-06-131-1/+2
* avfilter/avf_showspectrum: properly initialize ptsPaul B Mahol2017-05-221-0/+2
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* avfilter/avf_showspectrum: fix 2 possible crashesPaul B Mahol2017-01-271-3/+5
* avfilter/avf_showspectrum: Fix memleak of text allocated by av_asprintf()Michael Niedermayer2017-01-211-0/+1
* lavfi: Fix aix compilation.Carl Eugen Hoyos2016-12-011-6/+6
* doc/showspectrum*: Change options order to reflect numeric values.Carl Eugen Hoyos2016-09-061-5/+5
* avfilter/avf_showspectrum: do not use uninitialized memoryPaul B Mahol2016-08-181-3/+2
* avfilter/avf_showspectrum: unbreak dB legendPaul B Mahol2016-08-171-1/+5
* avfilter/window_func: add cauchy, parzen and poisson window functionPaul B Mahol2016-08-161-0/+6
* avfilter/avf_showspectrum: do not let multiple threads to write to same part ...Paul B Mahol2016-08-161-10/+33
* avfilter/window_func: add dolph windowPaul B Mahol2016-08-161-0/+2
* avfilter/avf_showspectrum: add some multithreading supportPaul B Mahol2016-08-151-101/+131
* avfilter/avf_showspectrum: improve dB scale descriptionPaul B Mahol2016-08-071-0/+12
* avfilter/avf_showspectrum: add color rotation featurePaul B Mahol2016-08-051-4/+11
* avfilter/avf_showspectrum: improve pts handlingPaul B Mahol2016-02-121-3/+7
* avfilter/avf_showfreqs/showspectrum: rename skip_samples to hop_sizePaul B Mahol2016-01-181-5/+5
* avfilter/avf_showspectrum: reduce number of operationsPaul B Mahol2016-01-121-6/+8
* avfilter/avf_showspectrum: add posibility to display phasePaul B Mahol2016-01-121-4/+52
* avf_showspectrum: Silence "deprecated pixel format" warningTimothy Gu2016-01-091-1/+1
* avfilter/avf_showspectrum: set color range to framePaul B Mahol2016-01-091-0/+1
* avfilter/avf_showspectrum: add cool color mapPaul B Mahol2016-01-081-5/+13
* avfilter/avf_showspectrum: add option to draw legendPaul B Mahol2016-01-081-74/+296
* lavfi/avf_showspectrum: replace pow(x, 0.25) by sqrt(sqrt(x))Ganesh Ajjanagadde2016-01-071-1/+1
* avfilter/window_func: add tukey window functionPaul B Mahol2016-01-051-0/+2
* avfilter/avf_showspectrum: use av_clip/lrintfPaul B Mahol2016-01-051-3/+3
* avfilter/avf_showspectrum: add yet another color mapPaul B Mahol2016-01-051-1/+13
* avfilter/avf_showspectrum: add option to set gain for calculating color inten...Paul B Mahol2016-01-041-1/+5
OpenPOWER on IntegriCloud