Age | Commit message (Expand) | Author | Files | Lines |
2007-11-11 | gst/: Change the meaning of the magnitude values given in the | Sebastian Dröge | 3 | -16/+12 |
2007-11-09 | gst/spectrum/gstspectrum.c: Now do the scaling right for real. Also initializ... | Sebastian Dröge | 1 | -4/+3 |
2007-11-06 | gst/spectrum/demo-audiotest.c: Use autoaudiosink instead of alsasink and use ... | Sebastian Dröge | 2 | -9/+13 |
2007-09-18 | gst/spectrum/: Handling window resize. | Stefan Kost | 2 | -29/+64 |
2007-09-18 | ChangeLog: Add missing newline. | Stefan Kost | 2 | -19/+1 |
2007-09-07 | gst/spectrum/gstspectrum.c: Use the correct parameter order for the memset ca... | Sebastian Dröge | 1 | -4/+4 |
2007-09-06 | gst/spectrum/fix_fft.c: Remove fixed point FFT as it's not used anymore. | Sebastian Dröge | 1 | -453/+0 |
2007-09-06 | Port GstSpectrum to GstAudioFilter and libgstfft, add support for int32, floa... | Sebastian Dröge | 5 | -143/+378 |
2007-07-18 | Add stdlib include (free, atoi, exit). | Stefan Kost | 2 | -0/+3 |
2007-06-20 | gst/spectrum/gstspectrum.c: Fix leaking buffers. | Stefan Kost | 1 | -2/+3 |
2007-05-22 | configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c ... | Stefan Kost | 1 | -15/+17 |
2007-05-21 | gst/spectrum/gstspectrum.c (gst_spectrum_set_property, gst_spectrum_event, gs... | Stefan Kost | 1 | -1/+2 |
2007-03-14 | gst/equalizer/: Add 3 and 10 band version and add missing gst_object_sync_val... | Stefan Kost | 1 | -0/+3 |
2007-03-07 | gst/spectrum/gstspectrum.*: One FIXME less, by resolving message timestamps a... | Stefan Kost | 2 | -3/+21 |
2007-03-06 | gst/spectrum/gstspectrum.c: Fix and cleanup default property values. | Wim Taymans | 1 | -6/+17 |
2007-03-05 | gst/spectrum/: Remove two obsolete and confusing comments. | Stefan Kost | 2 | -4/+0 |
2006-10-06 | gst/spectrum/gstspectrum.c: Fix mem leak, avoid unnecessary memcpy. | Tim-Philipp Müller | 1 | -3/+5 |
2006-10-06 | gst/spectrum/gstspectrum.c: Removed cruft code that was just commented out. R... | Stefan Kost | 1 | -109/+1 |
2006-10-05 | Another batch of printf format fixes. | Tim-Philipp Müller | 1 | -1/+1 |
2006-09-12 | gst/spectrum/gstspectrum.c: Implements stop() to clear the adapter and event(... | Stefan Kost | 1 | -2/+31 |
2006-09-11 | gst/spectrum/gstspectrum.*: Fix type mixup in spectrum->interval (gdouble<->g... | Stefan Kost | 2 | -2/+3 |
2006-09-11 | gst/spectrum/demo-osssrc.c: Use more defines | Stefan Kost | 3 | -17/+20 |
2006-07-15 | gst/spectrum/: Do not use deprecated gtk functions. | Stefan Kost | 2 | -2/+2 |
2006-07-12 | gst/spectrum/gstspectrum.c: Fix typo in property nick. | Tim-Philipp Müller | 1 | -1/+1 |
2006-06-16 | gst/spectrum/Makefile.am: Fix build. | Zaheer Abbas Merali | 1 | -2/+3 |
2006-06-16 | gst/spectrum/: port to use message to get results, cleanly exit when closing ... | Stefan Kost | 4 | -107/+402 |
2006-06-12 | gst/spectrum/.cvsignore: Ignore more. | Tim-Philipp Müller | 1 | -0/+2 |
2006-06-01 | Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass | Stefan Kost | 1 | -1/+1 |
2006-05-26 | gst/spectrum/: added another example | Stefan Kost | 3 | -2/+105 |
2006-05-21 | gst/spectrum/gstspectrum.c: Use boilerplate macro, fix strings to match plugi... | Stefan Kost | 1 | -37/+7 |
2006-05-21 | gst/spectrum/Makefile.am: Link to base libraries | Stefan Kost | 4 | -72/+189 |
2006-05-20 | Initial port of the spectrum element | Stefan Kost | 4 | -248/+291 |
2006-04-25 | Define GstElementDetails as const and also static (when defined as global) | Stefan Kost | 1 | -1/+1 |
2006-04-08 | Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) | Stefan Kost | 1 | -1/+1 |
2006-04-01 | rework build; add translations for v4l2 | Thomas Vander Stichele | 1 | -1/+1 |
2005-07-05 | Way, way, way too many files: Remove crack comment from the 2000 era. | Andy Wingo | 1 | -1/+0 |
2005-02-02 | configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. ... | David Schleef | 1 | -1/+4 |
2004-10-22 | gst/spectrum/: Fix demo and reenable it. Yes, I'm currently playing with audi... | Benjamin Otte | 2 | -59/+41 |
2004-07-27 | more working plugins | Steve Lhomme | 1 | -1/+1 |
2004-07-27 | rename GStreamer-0.8.lib to libgstreamer.lib | Steve Lhomme | 1 | -2/+2 |
2004-07-27 | avoid problems with math.h, fix release dependancy | Steve Lhomme | 1 | -3/+3 |
2004-07-26 | more plugins supported under windows | Steve Lhomme | 1 | -0/+151 |
2004-05-21 | first batch : remove ',' at end of enums as they could confuse older gcc, for... | Stéphane Loeuillet | 1 | -1/+1 |
2004-03-15 | don't mix tabs and spaces | Thomas Vander Stichele | 3 | -39/+40 |
2004-03-15 | *.h: Revert indenting | Johan Dahlin | 1 | -18/+15 |
2004-03-14 | gst-indent | Thomas Vander Stichele | 4 | -453/+458 |
2003-12-04 | remove copyright field from plugins | Andy Wingo | 1 | -1/+0 |
2003-12-02 | change _connect to _link | David Schleef | 1 | -2/+2 |
2003-11-16 | + checking in plugin category changes | Leif Johnson | 1 | -1/+1 |
2003-11-07 | Remove all config.h includes from header files, add it to each source file an... | Ronald S. Bultje | 1 | -0/+4 |