summaryrefslogtreecommitdiffstats
path: root/libavfilter/avf_showspectrum.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avfilter/avf_showspectrum: finally fix log scalerPaul B Mahol2016-01-031-1/+1
* avfilter/avf_showspectrum: switch to FFTPaul B Mahol2016-01-031-43/+47
* avfilter/avf_showspectrum: add 4th and 5th root scalerPaul B Mahol2016-01-021-1/+11
* avfilter/avf_showspectrum: make some helper functionsPaul B Mahol2016-01-021-51/+57
* avfilter/avf_showspectrum: fix null pointer dereference if allocation failsPaul B Mahol2016-01-021-4/+8
* avfilter/avf_showspectrum: add fiery color mapPaul B Mahol2016-01-021-1/+13
* avfilter: add showspectrumpic filterPaul B Mahol2016-01-021-45/+260
* avfilter/avf_showspectrum: store win_size in private context and calculate it...Paul B Mahol2016-01-021-22/+17
* avfilter/avf_showspectrum: add window overlap supportPaul B Mahol2015-12-311-9/+49
* avfilter/avf_showspectrum: add fire color mapPaul B Mahol2015-12-311-1/+12
* avfilter/avf_showspectrum: add nebulae color mapPaul B Mahol2015-12-301-1/+12
* avfilter/avf_showspectrum: add moreland color mapPaul B Mahol2015-12-301-4/+14
* avfilter/avf_showspectrum: add rainbow colormapPaul B Mahol2015-12-291-23/+37
* avfilter/avf_showspectrum: properly calculate w factorPaul B Mahol2015-12-291-1/+7
* avfilter/avf_showspectrum: add horizontal orientation supportPaul B Mahol2015-12-291-41/+111
* avfilter/avf_showspectrum: use FF_ARRAY_ELEMS()Paul B Mahol2015-12-281-1/+1
* avfilter/avf_showspectrum: make colors for log scale more user friendlyPaul B Mahol2015-12-281-1/+1
* avfilter/avf_showspectrum: use ff_generate_window_funcPaul B Mahol2015-12-281-26/+19
* avfilter/avf_showspectrum: add rscroll sliding modePaul B Mahol2015-12-281-2/+12
* lavfi/avf_showspectrum: replace rint by lrintGanesh Ajjanagadde2015-12-261-1/+1
* avfilter/avf_showspectrum: use log10 instead of log()/...Ganesh Ajjanagadde2015-10-291-1/+1
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-12/+9
* lavfi/avf_showspectrum: reindent after last commit.Nicolas George2015-10-071-11/+10
* lavfi/avf_showspectrum: remove looping on request_frame().Nicolas George2015-10-071-6/+1
* avfilter/avf_showspectrum: use av_calloc()Paul B Mahol2015-08-061-9/+2
OpenPOWER on IntegriCloud