summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4e3273a..0ce5bcd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,25 @@
2007-08-09 Sebastian Dröge <slomo@circular-chaos.org>
+ * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
+ (gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
+ (process_64), (lpwsinc_build_kernel), (lpwsinc_setup),
+ (lpwsinc_get_unit_size), (lpwsinc_transform),
+ (lpwsinc_set_property), (lpwsinc_get_property):
+ * gst/filter/gstlpwsinc.h:
+ Add double support, replace "this" with "self" as the former
+ is a C++ keyword.
+ Implement the frequency property in Hz instead of fraction
+ of sampling frequency.
+ Remove some unecessary FIXMEs and add some TODOs, add some
+ required locking and refactor the kernel generation into a
+ separate function that is also called when the properties
+ change now.
+ And use BaseTransform::transform instead of transform_ip
+ as the convolution is done out of place anyway. Should
+ be done in place later.
+
+2007-08-09 Sebastian Dröge <slomo@circular-chaos.org>
+
* configure.ac:
* gst/stereo/Makefile.am:
* gst/stereo/gststereo.c: (gst_stereo_base_init),