Michael Niedermayer
04776cedec
avfilter/avf_showspectrum: fix macro ()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years ago
Clément Bœsch
ddaf543aa6
avfilter/showspectrum: use 0 dummies for range in const.
This is consistent with other options.
11 years ago
Clément Bœsch
9343fc30e2
avfilter/showspectrum: reindent const options.
11 years ago
Clément Bœsch
9c8b240806
avfilter/showspectrum: add blackman window.
11 years ago
Clément Bœsch
3e69f7c221
avfilter/showspectrum: add win_func option.
11 years ago
Clément Bœsch
3841e4510b
avfilter/avf_showspectrum: use the name 's' for the pointer to the private context
12 years ago
Paul B Mahol
b211607b5c
avfilter: various cosmetics
Signed-off-by: Paul B Mahol <onemda@gmail.com>
11 years ago
Paul B Mahol
32d4641219
lavfi/showspectrum: fix crash in case of negative linesize
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Clément Bœsch
4964ec2cd4
lavfi/showspectrum: switch to an AVOptions-based system.
12 years ago
Clément Bœsch
27ce858c98
lavfi/showspectrum: raise filter_frame() error.
12 years ago
Clément Bœsch
ee0a8bcba1
lavfi/showspectrum: fix outpicref initialization.
In 81f2549, output pixel format was changed from rgb24 to planar yuv,
but the initialization was left unchanged. As a result, the chroma
planes were left uninitalized. This was not noticed since the current
ff_get_video_buffer() seems to be initializing the buffer. This won't be
the case anymore after the Evil Plan.
12 years ago
Clément Bœsch
f894246304
lavf/showspectrum: add divVerent in the (c) for his recent work on the filter.
12 years ago
Clément Bœsch
0224375180
lavfi/showspectrum: simplify intensity_color_table declaration.
12 years ago
Clément Bœsch
cf8dec7d64
lavfi/showspectrum: pretty-align constants.
Binary object unchanged.
12 years ago
Rudolf Polzer
81f2549ec9
lavfi/showspectrum: display multiple channels in separate row
The showspectrum filter gets multiple channel (any count) support.
Signed-off-by: Rudolf Polzer <divverent@xonotic.org>
12 years ago
Rudolf Polzer
773fc6e0c7
lavfi/showspectrum: set default height to 512
Only power-of-two FFTs are supported; so to get a full spectrum
(that is, one up to Nyquist), the height must be a power of two.
Therefore, change the default height from 480 to 512.
Signed-off-by: Rudolf Polzer <divverent@xonotic.org>
12 years ago
Clément Bœsch
9262f13269
lavfi/show{spectrum,waves}: use ff_filter_frame().
12 years ago
Clément Bœsch
2d9d444051
lavfi: convert remaining input/output list compound literals to named objects.
This is following 568c70e79e
.
12 years ago
Michael Niedermayer
cd7febd33f
lavfi: replace filter_samples by filter_frame
Based on patch by Anton Khirnov
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Paul B Mahol
1acd2f6ba7
Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h
Also remove it in once case when it is not needed.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Paul B Mahol
e870a7dd4a
lavfi: stop using -1 instead use AV_PIX_FMT_NONE/AV_SAMPLE_FMT_NONE
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Clément Bœsch
6078bd8024
lavf/showspectrum: fix unaligned rdft data.
12 years ago
Clément Bœsch
13d26716fb
lavfi/showspectrum: add sliding mode.
12 years ago
Stefano Sabatini
9a199040d8
lavfi/showspectrum: add priv_class and flags to options
12 years ago
Clément Bœsch
ddda29b4a7
lavfi: add showspectrum filter.
13 years ago