gstreamer/gst/monoscope
Stefan Kost 7bc3344131 monoscope: we have 64 colors, don't access colors[64]
Fixes remaining invalid read.
2011-03-02 13:01:45 +02:00
..
.gitignore I'm too lazy to comment this 2002-03-02 12:36:07 +00:00
convolve.c monoscope: stack needs to be size+1 as we put a end-marker into it 2011-03-02 10:56:33 +02:00
convolve.h expand tabs 2005-12-06 19:44:58 +00:00
gstmonoscope.c goom,monoscope: truncate own caps, instead of copying and using the first only 2010-05-06 15:43:54 +03:00
gstmonoscope.h Fix warnings in experimental plugins, too 2010-03-17 18:49:11 +01:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
monoscope.c monoscope: we have 64 colors, don't access colors[64] 2011-03-02 13:01:45 +02:00
monoscope.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00
README fix licensing of monoscope 2004-12-07 17:22:19 +00:00

This is a visualization based on on the monoscope output plugin from
alsaplayer.

The monoscope convolution matching code was written by Ralph Loader.

The monoscope.c and monoscope.h files are under the BSD license (without advertising clause). 

This implementation is taken from alsaplayer version 0.99.54, at
http://www.alsaplayer.org/

Note: only one instance of this plugin may be created at a time: it has a
lot of static data.  This should be fixed (and it shouldn't be hard to do
so, either).