summaryrefslogtreecommitdiff
path: root/gst/spectrum
AgeCommit message (Expand)AuthorFilesLines
2009-09-11spectrum: add post-messages propertyWim Taymans2-8/+25
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost1-16/+8
2009-01-19gst/spectrum/gstspectrum.*: Implement a simple compensation algorithm for rou...Sebastian Dröge2-2/+23
2009-01-15gst/spectrum/gstspectrum.c: Don't call gst_fft_f32_free() with NULL to preven...Sebastian Dröge1-1/+2
2009-01-14gst/spectrum/gstspectrum.*: Use correct types for frame/fft counters and some...Sebastian Dröge2-15/+12
2009-01-14gst/spectrum/: Post a spectrum message on the bus for every interval, even if...Sebastian Dröge3-323/+198
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-08-13gst/spectrum/gstspectrum.c: Don't terminate on fabs(in)>1.0. Init doubles as ...Stefan Kost1-3/+1
2008-08-10gst/level/gstlevel.c: Little renaming (l -> level).Stefan Kost2-12/+56
2008-04-04gst/spectrum/gstspectrum.c: Rename property enums and default defines for the...Tim-Philipp Müller1-32/+36
2008-02-09Add a simple example application for the spectrum element, include it in the ...Jan Schmidt1-8/+14
2008-02-09gst/: Fix includes orderJan Schmidt1-1/+3
2008-02-08Move spectrum plugin from -bad.Jan Schmidt1-12/+0
2008-02-07gst/spectrum/gstspectrum.c: Improve the docs.Stefan Kost1-7/+7
2008-01-21docs/plugins/: Add symbols from -unused.txt to the right place.Stefan Kost1-2/+8
2008-01-21docs/plugins/Makefile.am: Update include list.Stefan Kost1-1/+1
2007-11-26gst/spectrum/gstspectrum.c: Use dispose and finalize. Dispose can be called m...Stefan Kost1-1/+11
2007-11-11gst/: Change the meaning of the magnitude values given in theSebastian Dröge1-14/+10
2007-11-09gst/spectrum/gstspectrum.c: Now do the scaling right for real. Also initializ...Sebastian Dröge1-4/+3
2007-11-06gst/spectrum/demo-audiotest.c: Use autoaudiosink instead of alsasink and use ...Sebastian Dröge1-7/+11
2007-09-18ChangeLog: Add missing newline.Stefan Kost2-19/+1
2007-09-07gst/spectrum/gstspectrum.c: Use the correct parameter order for the memset ca...Sebastian Dröge1-4/+4
2007-09-06Port GstSpectrum to GstAudioFilter and libgstfft, add support for int32, floa...Sebastian Dröge3-132/+365
2007-06-20gst/spectrum/gstspectrum.c: Fix leaking buffers.Stefan Kost1-2/+3
2007-05-22configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c ...Stefan Kost1-15/+17
2007-05-21gst/spectrum/gstspectrum.c (gst_spectrum_set_property, gst_spectrum_event, gs...Stefan Kost1-1/+2
2007-03-14gst/equalizer/: Add 3 and 10 band version and add missing gst_object_sync_val...Stefan Kost1-0/+3
2007-03-07gst/spectrum/gstspectrum.*: One FIXME less, by resolving message timestamps a...Stefan Kost2-3/+21
2007-03-06gst/spectrum/gstspectrum.c: Fix and cleanup default property values.Wim Taymans1-6/+17
2006-10-06gst/spectrum/gstspectrum.c: Fix mem leak, avoid unnecessary memcpy.Tim-Philipp Müller1-3/+5
2006-10-06gst/spectrum/gstspectrum.c: Removed cruft code that was just commented out. R...Stefan Kost1-109/+1
2006-10-05Another batch of printf format fixes.Tim-Philipp Müller1-1/+1
2006-09-12gst/spectrum/gstspectrum.c: Implements stop() to clear the adapter and event(...Stefan Kost1-2/+31
2006-09-11gst/spectrum/gstspectrum.*: Fix type mixup in spectrum->interval (gdouble<->g...Stefan Kost2-2/+3
2006-09-11gst/spectrum/demo-osssrc.c: Use more definesStefan Kost2-13/+14
2006-07-12gst/spectrum/gstspectrum.c: Fix typo in property nick.Tim-Philipp Müller1-1/+1
2006-06-16gst/spectrum/Makefile.am: Fix build.Zaheer Abbas Merali1-2/+3
2006-06-16gst/spectrum/: port to use message to get results, cleanly exit when closing ...Stefan Kost2-68/+244
2006-06-12gst/spectrum/.cvsignore: Ignore more.Tim-Philipp Müller1-0/+2
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-1/+1
2006-05-26gst/spectrum/: added another exampleStefan Kost1-1/+5
2006-05-21gst/spectrum/gstspectrum.c: Use boilerplate macro, fix strings to match plugi...Stefan Kost1-37/+7
2006-05-21gst/spectrum/Makefile.am: Link to base librariesStefan Kost3-66/+184
2006-05-20Initial port of the spectrum elementStefan Kost2-66/+105
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2005-07-05Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo1-1/+0
2004-10-22gst/spectrum/: Fix demo and reenable it. Yes, I'm currently playing with audi...Benjamin Otte1-8/+6
2004-07-27more working pluginsSteve Lhomme1-1/+1