summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-07-20 11:37:37 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-07-20 11:37:37 +0000
commit2f43b8738cb52b4e07f386728638bd106c321e5b (patch)
treec94c720eb42d67139c0a0c1bb2b4537f48df921d /ChangeLog
parent64b49df80b2e5909adf9eb1e5167cb5c6b46c93b (diff)
downloadgst-plugins-bad-2f43b8738cb52b4e07f386728638bd106c321e5b.tar.gz
gst-plugins-bad-2f43b8738cb52b4e07f386728638bd106c321e5b.tar.bz2
gst-plugins-bad-2f43b8738cb52b4e07f386728638bd106c321e5b.zip
gst/equalizer/: Better algorith for the center frequencies. Subtract band filters from input for negative gains. Rewo...
Original commit message from CVS: * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_child_proxy_get_child_by_index), (gst_iir_equalizer_child_proxy_get_children_count), (gst_iir_equalizer_child_proxy_interface_init), (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter), (gst_iir_equalizer_compute_frequencies): * gst/equalizer/gstiirequalizer10bands.c: (gst_iir_equalizer_10bands_class_init): * gst/equalizer/gstiirequalizer3bands.c: (gst_iir_equalizer_3bands_class_init): * gst/equalizer/gstiirequalizernbands.c: Better algorith for the center frequencies. Subtract band filters from input for negative gains. Rework the gain mapping.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cfaf729..32cf411d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
2007-07-20 Stefan Kost <ensonic@users.sf.net>
+ * gst/equalizer/gstiirequalizer.c:
+ (gst_iir_equalizer_band_set_property),
+ (gst_iir_equalizer_child_proxy_get_child_by_index),
+ (gst_iir_equalizer_child_proxy_get_children_count),
+ (gst_iir_equalizer_child_proxy_interface_init),
+ (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
+ (gst_iir_equalizer_compute_frequencies):
+ * gst/equalizer/gstiirequalizer10bands.c:
+ (gst_iir_equalizer_10bands_class_init):
+ * gst/equalizer/gstiirequalizer3bands.c:
+ (gst_iir_equalizer_3bands_class_init):
+ * gst/equalizer/gstiirequalizernbands.c:
+ Better algorith for the center frequencies. Subtract band filters from
+ input for negative gains. Rework the gain mapping.
+
+2007-07-20 Stefan Kost <ensonic@users.sf.net>
+
* ext/dirac/Makefile.am:
Also include stdlib here.