summaryrefslogtreecommitdiff
path: root/libavfilter/avf_showspectrum.c
Commit message (Expand)AuthorAge
* avfilter/avf_showspectrum: do not use uninitialized memoryPaul B Mahol2016-08-18
* avfilter/avf_showspectrum: unbreak dB legendPaul B Mahol2016-08-17
* avfilter/window_func: add cauchy, parzen and poisson window functionPaul B Mahol2016-08-16
* avfilter/avf_showspectrum: do not let multiple threads to write to same part ...Paul B Mahol2016-08-16
* avfilter/window_func: add dolph windowPaul B Mahol2016-08-16
* avfilter/avf_showspectrum: add some multithreading supportPaul B Mahol2016-08-15
* avfilter/avf_showspectrum: improve dB scale descriptionPaul B Mahol2016-08-07
* avfilter/avf_showspectrum: add color rotation featurePaul B Mahol2016-08-05
* avfilter/avf_showspectrum: improve pts handlingPaul B Mahol2016-02-12
* avfilter/avf_showfreqs/showspectrum: rename skip_samples to hop_sizePaul B Mahol2016-01-18
* avfilter/avf_showspectrum: reduce number of operationsPaul B Mahol2016-01-12
* avfilter/avf_showspectrum: add posibility to display phasePaul B Mahol2016-01-12
* avf_showspectrum: Silence "deprecated pixel format" warningTimothy Gu2016-01-09
* avfilter/avf_showspectrum: set color range to framePaul B Mahol2016-01-09
* avfilter/avf_showspectrum: add cool color mapPaul B Mahol2016-01-08
* avfilter/avf_showspectrum: add option to draw legendPaul B Mahol2016-01-08
* lavfi/avf_showspectrum: replace pow(x, 0.25) by sqrt(sqrt(x))Ganesh Ajjanagadde2016-01-07
* avfilter/window_func: add tukey window functionPaul B Mahol2016-01-05
* avfilter/avf_showspectrum: use av_clip/lrintfPaul B Mahol2016-01-05
* avfilter/avf_showspectrum: add yet another color mapPaul B Mahol2016-01-05
* avfilter/avf_showspectrum: add option to set gain for calculating color inten...Paul B Mahol2016-01-04
* avfilter/avf_showspectrum: finally fix log scalerPaul B Mahol2016-01-03
* avfilter/avf_showspectrum: switch to FFTPaul B Mahol2016-01-03
* avfilter/avf_showspectrum: add 4th and 5th root scalerPaul B Mahol2016-01-02
* avfilter/avf_showspectrum: make some helper functionsPaul B Mahol2016-01-02
* avfilter/avf_showspectrum: fix null pointer dereference if allocation failsPaul B Mahol2016-01-02
* avfilter/avf_showspectrum: add fiery color mapPaul B Mahol2016-01-02
* avfilter: add showspectrumpic filterPaul B Mahol2016-01-02
* avfilter/avf_showspectrum: store win_size in private context and calculate it...Paul B Mahol2016-01-02
* avfilter/avf_showspectrum: add window overlap supportPaul B Mahol2015-12-31
* avfilter/avf_showspectrum: add fire color mapPaul B Mahol2015-12-31
* avfilter/avf_showspectrum: add nebulae color mapPaul B Mahol2015-12-30
* avfilter/avf_showspectrum: add moreland color mapPaul B Mahol2015-12-30
* avfilter/avf_showspectrum: add rainbow colormapPaul B Mahol2015-12-29
* avfilter/avf_showspectrum: properly calculate w factorPaul B Mahol2015-12-29
* avfilter/avf_showspectrum: add horizontal orientation supportPaul B Mahol2015-12-29
* avfilter/avf_showspectrum: use FF_ARRAY_ELEMS()Paul B Mahol2015-12-28
* avfilter/avf_showspectrum: make colors for log scale more user friendlyPaul B Mahol2015-12-28
* avfilter/avf_showspectrum: use ff_generate_window_funcPaul B Mahol2015-12-28
* avfilter/avf_showspectrum: add rscroll sliding modePaul B Mahol2015-12-28
* lavfi/avf_showspectrum: replace rint by lrintGanesh Ajjanagadde2015-12-26
* avfilter/avf_showspectrum: use log10 instead of log()/...Ganesh Ajjanagadde2015-10-29
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* lavfi/avf_showspectrum: reindent after last commit.Nicolas George2015-10-07
* lavfi/avf_showspectrum: remove looping on request_frame().Nicolas George2015-10-07
* avfilter/avf_showspectrum: use av_calloc()Paul B Mahol2015-08-06
* avfilter/avf_showspectrum: reindentPaul B Mahol2015-08-04
* avfilter/avf_showspectrum: Change enums to int, which are accessed via AVOpti...Michael Niedermayer2015-03-02
* avfilter/avf_showspectrum: fix colums typoMichael Niedermayer2014-08-20
* lavfi/avf_showspectrum: check RDFT context init.Nicolas George2014-08-14