| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -12/+9 |
* | lavfi/avf_showspectrum: reindent after last commit. | Nicolas George | 2015-10-07 | 1 | -11/+10 |
* | lavfi/avf_showspectrum: remove looping on request_frame(). | Nicolas George | 2015-10-07 | 1 | -6/+1 |
* | avfilter/avf_showspectrum: use av_calloc() | Paul B Mahol | 2015-08-06 | 1 | -9/+2 |
* | avfilter/avf_showspectrum: reindent | Paul B Mahol | 2015-08-04 | 1 | -136/+134 |
* | avfilter/avf_showspectrum: Change enums to int, which are accessed via AVOpti... | Michael Niedermayer | 2015-03-02 | 1 | -4/+4 |
* | avfilter/avf_showspectrum: fix colums typo | Michael Niedermayer | 2014-08-20 | 1 | -1/+1 |
* | lavfi/avf_showspectrum: check RDFT context init. | Nicolas George | 2014-08-14 | 1 | -0/+5 |
* | lavfi/avf_showspectrum: add full frame sliding mode. | Nicolas George | 2014-08-14 | 1 | -18/+32 |
* | lavfi/avf_showspectrum: use automatic framing. | Nicolas George | 2014-08-14 | 1 | -31/+17 |
* | lavfi/avf_showspectrum: do not push the frame at EOF. | Nicolas George | 2014-08-14 | 1 | -2/+0 |
* | lavfi/avf_showspectrum: fix output pts computation. | Nicolas George | 2014-08-14 | 1 | -1/+1 |
* | lavfi/avf_showspectrum: set output frame rate. | Nicolas George | 2014-08-14 | 1 | -0/+2 |
* | avfilter/avf_showspectrum: fix macro () | Michael Niedermayer | 2014-06-21 | 1 | -2/+2 |
* | avfilter/showspectrum: use 0 dummies for range in const. | Clément Bœsch | 2013-11-20 | 1 | -3/+3 |
* | avfilter/showspectrum: reindent const options. | Clément Bœsch | 2013-11-20 | 1 | -10/+10 |
* | avfilter/showspectrum: add blackman window. | Clément Bœsch | 2013-11-20 | 1 | -1/+7 |
* | avfilter/showspectrum: add win_func option. | Clément Bœsch | 2013-11-20 | 1 | -4/+23 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter/avf_showspectrum: use the name 's' for the pointer to the private co... | Clément Bœsch | 2013-10-02 | 1 | -93/+93 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -9/+9 |
* | lavfi/showspectrum: fix crash in case of negative linesize | Paul B Mahol | 2013-04-29 | 1 | -3/+5 |
* | lavfi/showspectrum: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-10 | 1 | -15/+0 |
* | lavfi/showspectrum: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -8/+13 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -13/+11 |
* | lavfi/showspectrum: fix outpicref initialization. | Clément Bœsch | 2013-03-09 | 1 | -1/+3 |
* | lavf/showspectrum: add divVerent in the (c) for his recent work on the filter. | Clément Bœsch | 2013-02-18 | 1 | -0/+1 |
* | lavfi/showspectrum: simplify intensity_color_table declaration. | Clément Bœsch | 2013-02-14 | 1 | -4/+2 |
* | lavfi/showspectrum: pretty-align constants. | Clément Bœsch | 2013-02-14 | 1 | -8/+8 |
* | lavfi/showspectrum: display multiple channels in separate row | Rudolf Polzer | 2013-02-04 | 1 | -35/+217 |
* | lavfi/showspectrum: set default height to 512 | Rudolf Polzer | 2013-02-03 | 1 | -2/+2 |
* | lavfi/show{spectrum,waves}: use ff_filter_frame(). | Clément Bœsch | 2012-11-29 | 1 | -3/+1 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -22/+23 |
* | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -2/+2 |
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 1 | -1/+1 |
* | lavfi: stop using -1 instead use AV_PIX_FMT_NONE/AV_SAMPLE_FMT_NONE | Paul B Mahol | 2012-11-05 | 1 | -2/+2 |
* | lavf/showspectrum: fix unaligned rdft data. | Clément Bœsch | 2012-10-27 | 1 | -4/+8 |
* | lavfi/showspectrum: add sliding mode. | Clément Bœsch | 2012-10-25 | 1 | -4/+13 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
* | lavfi/showspectrum: add priv_class and flags to options | Stefano Sabatini | 2012-08-21 | 1 | -2/+5 |
* | lavfi: add showspectrum filter. | Clément Bœsch | 2012-08-20 | 1 | -0/+314 |