summaryrefslogtreecommitdiffstats
path: root/gst/equalizer
Commit message (Expand)AuthorAgeFilesLines
* equalizer: use shelfing filters for first and last bandStefan Kost2009-10-071-55/+145
* equalizer: fix filter history usage. Fixes #597397Stefan Kost2009-10-051-17/+15
* equalizer: Use floating point arithmetic internally for the int16 modeGhislain 'Aus' Lacroix2009-05-281-6/+6
* equalizer: Don't reset frequency bands from user settings. Fixes #570343.Stefan Kost2009-02-031-18/+20
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-283-72/+54
* gst/equalizer/: Add presets for equalizer. Fixes #522183.Stefan Kost2008-11-135-4/+225
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* gst/equalizer/gstiirequalizer.c: Don't calculate the filter coefficients for ...Sebastian Dröge2008-10-271-0/+1
* gst/equalizer/gstiirequalizer.c: Don't clip float/double samples, correctly u...Sebastian Dröge2008-05-311-10/+60
* gst/equalizer/gstiirequalizer.*: Update the filter coefficients only when nee...Sebastian Dröge2008-05-302-16/+55
* gst/equalizer/gstiirequalizer.c: Use a bigger type in integer mode for the in...Sebastian Dröge2008-05-201-6/+6
* gst/: Fix includes orderJan Schmidt2008-02-091-2/+5
* Move the equalizer plugin across from -badJan Schmidt2008-02-081-8/+0
* gst/equalizer/gstiirequalizer.c: Unparent all bands from the equalizer when f...Sebastian Dröge2008-01-181-0/+8
* gst/: Ignore more.Tim-Philipp Müller2007-12-201-0/+1
* gst/equalizer/gstiirequalizer.c: Fix compilation.Sebastian Dröge2007-12-061-1/+1
* gst/equalizer/gstiirequalizer.c: Don't process buffers in passthrough mode.Sebastian Dröge2007-12-061-0/+3
* gst/equalizer/: Remove preset iface again. We'll re-add this after its been r...Stefan Kost2007-11-212-22/+4
* gst/equalizer/: Activate preset iface and upload two presets here.Stefan Kost2007-11-192-4/+22
* gst/equalizer/: And continue to update docs. Also include some sample code fo...Sebastian Dröge2007-11-113-7/+60
* gst/equalizer/: Update docs and property ranges to the real values.Sebastian Dröge2007-11-113-31/+30
* gst/equalizer/: Allow setting 0 as bandwidth and handle this correctly.Sebastian Dröge2007-11-032-7/+22
* gst/equalizer/: Add small demo application based on the spectrum demo applica...Sebastian Dröge2007-10-302-12/+36
* gst/equalizer/gstiirequalizer.c: Replace filters with a bit better filters fo...Sebastian Dröge2007-10-301-48/+70
* gst/equalizer/gstiirequalizer.c: Add a missing break.Sebastian Dröge2007-10-181-0/+1
* gst/equalizer/gstiirequalizer.*: Move bandwidth property to the separate band...Sebastian Dröge2007-10-182-79/+66
* gst/equalizer/: Better algorith for the center frequencies. Subtract band fil...Stefan Kost2007-07-204-78/+66
* gst/: Build fixes for gcc-2.9x (no mid-block variable declarations etc.).Jens Granseuer2007-06-224-4/+4
* gst/equalizer/gstiirequalizer.c: Document parameter mapping.Stefan Kost2007-06-201-3/+11
* configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c ...Stefan Kost2007-05-223-15/+8
* ChangeLog: ChangeLog surgery. gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH...Stefan Kost2007-05-211-0/+2
* gst/equalizer/gstiirequalizer10bands.c: A 10 band EQ should be initialized to...Stefan Kost2007-03-161-1/+18
* gst/equalizer/: Add 3 and 10 band version and add missing gst_object_sync_val...Stefan Kost2007-03-147-24/+538
* gst/equalizer/: Refactor plugin into a base class and a first subclass (nband...Stefan Kost2007-03-095-133/+487
* Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller2007-02-241-2/+2
* Fix up to use the newly ported (actually working) GstAudioFilter.Tim-Philipp Müller2007-02-033-149/+178
* gst/equalizer/gstiirequalizer.c: Rename "values" property to "band-values" an...Tim-Philipp Müller2007-02-021-17/+35
* Port equalizer plugin to 0.10 (#403572).James Doc Livingston2007-02-022-25/+22
* More G_OBJECT macro fixing.Stefan Kost2006-09-161-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Unify the long descriptions in the plugin details (#337263).j^2006-04-061-6/+5
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+1
* expand tabsThomas Vander Stichele2005-12-061-51/+51
* licensing, name and description changesThomas Vander Stichele2005-08-141-58/+57
* gst-libs/gst/audio/gstaudiofilter.c: fix link function to always query channe...Benjamin Otte2004-10-282-0/+446