summaryrefslogtreecommitdiff
path: root/libavfilter/avf_showspectrum.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/avf_showspectrum: fix colums typoMichael Niedermayer2014-08-201-1/+1
* lavfi/avf_showspectrum: check RDFT context init.Nicolas George2014-08-141-0/+5
* lavfi/avf_showspectrum: add full frame sliding mode.Nicolas George2014-08-141-18/+32
* lavfi/avf_showspectrum: use automatic framing.Nicolas George2014-08-141-31/+17
* lavfi/avf_showspectrum: do not push the frame at EOF.Nicolas George2014-08-141-2/+0
* lavfi/avf_showspectrum: fix output pts computation.Nicolas George2014-08-141-1/+1
* lavfi/avf_showspectrum: set output frame rate.Nicolas George2014-08-141-0/+2
* avfilter/avf_showspectrum: fix macro ()Michael Niedermayer2014-06-211-2/+2
* avfilter/showspectrum: use 0 dummies for range in const.Clément Bœsch2013-11-201-3/+3
* avfilter/showspectrum: reindent const options.Clément Bœsch2013-11-201-10/+10
* avfilter/showspectrum: add blackman window.Clément Bœsch2013-11-201-1/+7
* avfilter/showspectrum: add win_func option.Clément Bœsch2013-11-201-4/+23
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/avf_showspectrum: use the name 's' for the pointer to the private co...Clément Bœsch2013-10-021-93/+93
* avfilter: various cosmeticsPaul B Mahol2013-09-121-9/+9
* lavfi/showspectrum: fix crash in case of negative linesizePaul B Mahol2013-04-291-3/+5
* lavfi/showspectrum: switch to an AVOptions-based system.Clément Bœsch2013-04-101-15/+0
* lavfi/showspectrum: raise filter_frame() error.Clément Bœsch2013-03-131-8/+13
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-13/+11
* lavfi/showspectrum: fix outpicref initialization.Clément Bœsch2013-03-091-1/+3
* lavf/showspectrum: add divVerent in the (c) for his recent work on the filter.Clément Bœsch2013-02-181-0/+1
* lavfi/showspectrum: simplify intensity_color_table declaration.Clément Bœsch2013-02-141-4/+2
* lavfi/showspectrum: pretty-align constants.Clément Bœsch2013-02-141-8/+8
* lavfi/showspectrum: display multiple channels in separate rowRudolf Polzer2013-02-041-35/+217
* lavfi/showspectrum: set default height to 512Rudolf Polzer2013-02-031-2/+2
* lavfi/show{spectrum,waves}: use ff_filter_frame().Clément Bœsch2012-11-291-3/+1
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-22/+23
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-2/+2
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-131-1/+1
* lavfi: stop using -1 instead use AV_PIX_FMT_NONE/AV_SAMPLE_FMT_NONEPaul B Mahol2012-11-051-2/+2
* lavf/showspectrum: fix unaligned rdft data.Clément Bœsch2012-10-271-4/+8
* lavfi/showspectrum: add sliding mode.Clément Bœsch2012-10-251-4/+13
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
* lavfi/showspectrum: add priv_class and flags to optionsStefano Sabatini2012-08-211-2/+5
* lavfi: add showspectrum filter.Clément Bœsch2012-08-201-0/+314