gstreamer/gst/filter
Sebastian Dröge f812560276 gst/filter/gstlpwsinc.*: Add double support, replace "this" with "self" as the former is a C++ keyword.
Original commit message from CVS:
* 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 18:08:05 +00:00
..
filter.vcproj more working plugins 2004-07-27 21:41:30 +00:00
gstbpwsinc.c gst/filter/: Use GstAudioFilter as base class and don't leak the memory of the filter kernel and residue. 2007-08-08 20:47:33 +00:00
gstbpwsinc.h gst/filter/: Use GstAudioFilter as base class and don't leak the memory of the filter kernel and residue. 2007-08-08 20:47:33 +00:00
gstfilter.c Fix build with gcc-2.x (declare variables at the beginning of a block etc.). Fixes #391971. 2007-01-03 16:41:10 +00:00
gstfilter.h Ported the gstfilter plugin to GStreamer 0.10. 2006-07-10 14:42:15 +00:00
gstiir.c Fix build with gcc-2.x (declare variables at the beginning of a block etc.). Fixes #391971. 2007-01-03 16:41:10 +00:00
gstiir.h gst/filter/: Don't forget new files. 2006-07-10 14:49:46 +00:00
gstlpwsinc.c gst/filter/gstlpwsinc.*: Add double support, replace "this" with "self" as the former is a C++ keyword. 2007-08-09 18:08:05 +00:00
gstlpwsinc.h gst/filter/gstlpwsinc.*: Add double support, replace "this" with "self" as the former is a C++ keyword. 2007-08-09 18:08:05 +00:00
iir.c gst-indent 2004-03-14 22:34:33 +00:00
iir.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00
Makefile.am gst/filter/: Use GstAudioFilter as base class and don't leak the memory of the filter kernel and residue. 2007-08-08 20:47:33 +00:00