summaryrefslogtreecommitdiff
path: root/libavfilter/avf_showspectrum.c
Commit message (Expand)AuthorAge
* 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
* lavfi/avf_showspectrum: add full frame sliding mode.Nicolas George2014-08-14
* lavfi/avf_showspectrum: use automatic framing.Nicolas George2014-08-14
* lavfi/avf_showspectrum: do not push the frame at EOF.Nicolas George2014-08-14
* lavfi/avf_showspectrum: fix output pts computation.Nicolas George2014-08-14
* lavfi/avf_showspectrum: set output frame rate.Nicolas George2014-08-14
* avfilter/avf_showspectrum: fix macro ()Michael Niedermayer2014-06-21
* avfilter/showspectrum: use 0 dummies for range in const.Clément Bœsch2013-11-20
* avfilter/showspectrum: reindent const options.Clément Bœsch2013-11-20
* avfilter/showspectrum: add blackman window.Clément Bœsch2013-11-20
* avfilter/showspectrum: add win_func option.Clément Bœsch2013-11-20
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/avf_showspectrum: use the name 's' for the pointer to the private co...Clément Bœsch2013-10-02
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* lavfi/showspectrum: fix crash in case of negative linesizePaul B Mahol2013-04-29
* lavfi/showspectrum: switch to an AVOptions-based system.Clément Bœsch2013-04-10
* lavfi/showspectrum: raise filter_frame() error.Clément Bœsch2013-03-13
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/showspectrum: fix outpicref initialization.Clément Bœsch2013-03-09
* lavf/showspectrum: add divVerent in the (c) for his recent work on the filter.Clément Bœsch2013-02-18
* lavfi/showspectrum: simplify intensity_color_table declaration.Clément Bœsch2013-02-14
* lavfi/showspectrum: pretty-align constants.Clément Bœsch2013-02-14
* lavfi/showspectrum: display multiple channels in separate rowRudolf Polzer2013-02-04
* lavfi/showspectrum: set default height to 512Rudolf Polzer2013-02-03
* lavfi/show{spectrum,waves}: use ff_filter_frame().Clément Bœsch2012-11-29
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-28
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-13
* lavfi: stop using -1 instead use AV_PIX_FMT_NONE/AV_SAMPLE_FMT_NONEPaul B Mahol2012-11-05
* lavf/showspectrum: fix unaligned rdft data.Clément Bœsch2012-10-27