summaryrefslogtreecommitdiff
path: root/gst/equalizer
AgeCommit message (Expand)AuthorFilesLines
2010-03-17Add -Wredundant-decls warning flagBenjamin Otte1-3/+0
2010-01-13equalizer: Fix property description for the 3rd band of the 10band equalizerSebastian Dröge1-2/+2
2009-11-05equalizer: printf format fixTim-Philipp Müller1-1/+1
2009-11-05equalizer: Notify about band property changes caused by changing number of bandsSebastian Dröge1-3/+13
2009-11-05equalizer: Make changes to band properties and the number of bands threadsafeSebastian Dröge3-25/+44
2009-11-05equalizer: Fix stupid off by two bugSebastian Dröge1-1/+1
2009-11-05equalizer: Add band property to select the band filter typeSebastian Dröge1-4/+67
2009-11-05equalizer: Fix code styleSebastian Dröge1-8/+0
2009-11-05equalizer: Some cleanupSebastian Dröge4-99/+108
2009-10-07equalizer: use shelfing filters for first and last bandStefan Kost1-55/+145
2009-10-05equalizer: fix filter history usage. Fixes #597397Stefan Kost1-17/+15
2009-05-28equalizer: Use floating point arithmetic internally for the int16 modeGhislain 'Aus' Lacroix1-6/+6
2009-02-03equalizer: Don't reset frequency bands from user settings. Fixes #570343.Stefan Kost1-18/+20
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost3-72/+54
2008-11-13gst/equalizer/: Add presets for equalizer. Fixes #522183.Stefan Kost5-4/+225
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-10-27gst/equalizer/gstiirequalizer.c: Don't calculate the filter coefficients for ...Sebastian Dröge1-0/+1
2008-05-31gst/equalizer/gstiirequalizer.c: Don't clip float/double samples, correctly u...Sebastian Dröge1-10/+60
2008-05-30gst/equalizer/gstiirequalizer.*: Update the filter coefficients only when nee...Sebastian Dröge2-16/+55
2008-05-20gst/equalizer/gstiirequalizer.c: Use a bigger type in integer mode for the in...Sebastian Dröge1-6/+6
2008-02-09gst/: Fix includes orderJan Schmidt1-2/+5
2008-02-08Move the equalizer plugin across from -badJan Schmidt1-8/+0
2008-01-18gst/equalizer/gstiirequalizer.c: Unparent all bands from the equalizer when f...Sebastian Dröge1-0/+8
2007-12-20gst/: Ignore more.Tim-Philipp Müller1-0/+1
2007-12-06gst/equalizer/gstiirequalizer.c: Fix compilation.Sebastian Dröge1-1/+1
2007-12-06gst/equalizer/gstiirequalizer.c: Don't process buffers in passthrough mode.Sebastian Dröge1-0/+3
2007-11-21gst/equalizer/: Remove preset iface again. We'll re-add this after its been r...Stefan Kost2-22/+4
2007-11-19gst/equalizer/: Activate preset iface and upload two presets here.Stefan Kost2-4/+22
2007-11-11gst/equalizer/: And continue to update docs. Also include some sample code fo...Sebastian Dröge3-7/+60
2007-11-11gst/equalizer/: Update docs and property ranges to the real values.Sebastian Dröge3-31/+30
2007-11-03gst/equalizer/: Allow setting 0 as bandwidth and handle this correctly.Sebastian Dröge2-7/+22
2007-10-30gst/equalizer/: Add small demo application based on the spectrum demo applica...Sebastian Dröge2-12/+36
2007-10-30gst/equalizer/gstiirequalizer.c: Replace filters with a bit better filters fo...Sebastian Dröge1-48/+70
2007-10-18gst/equalizer/gstiirequalizer.c: Add a missing break.Sebastian Dröge1-0/+1
2007-10-18gst/equalizer/gstiirequalizer.*: Move bandwidth property to the separate band...Sebastian Dröge2-79/+66
2007-07-20gst/equalizer/: Better algorith for the center frequencies. Subtract band fil...Stefan Kost4-78/+66
2007-06-22gst/: Build fixes for gcc-2.9x (no mid-block variable declarations etc.).Jens Granseuer4-4/+4
2007-06-20gst/equalizer/gstiirequalizer.c: Document parameter mapping.Stefan Kost1-3/+11
2007-05-22configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c ...Stefan Kost3-15/+8
2007-05-21ChangeLog: ChangeLog surgery. gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH...Stefan Kost1-0/+2
2007-03-16gst/equalizer/gstiirequalizer10bands.c: A 10 band EQ should be initialized to...Stefan Kost1-1/+18
2007-03-14gst/equalizer/: Add 3 and 10 band version and add missing gst_object_sync_val...Stefan Kost7-24/+538
2007-03-09gst/equalizer/: Refactor plugin into a base class and a first subclass (nband...Stefan Kost5-133/+487
2007-02-24Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller1-2/+2
2007-02-03Fix up to use the newly ported (actually working) GstAudioFilter.Tim-Philipp Müller3-149/+178
2007-02-02gst/equalizer/gstiirequalizer.c: Rename "values" property to "band-values" an...Tim-Philipp Müller1-17/+35
2007-02-02Port equalizer plugin to 0.10 (#403572).James Doc Livingston2-25/+22
2006-09-16More G_OBJECT macro fixing.Stefan Kost1-1/+1
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-06Unify the long descriptions in the plugin details (#337263).j^1-6/+5