gstreamer/gst/audiofx
Sebastian Dröge 4c7c4c00da gst/audiofx/: Implement a base class for IIR filters.
Original commit message from CVS:
* gst/audiofx/Makefile.am:
* gst/audiofx/audiofxbaseiirfilter.c:
(gst_audio_fx_base_iir_filter_base_init),
(gst_audio_fx_base_iir_filter_dispose),
(gst_audio_fx_base_iir_filter_class_init),
(gst_audio_fx_base_iir_filter_init),
(gst_audio_fx_base_iir_filter_calculate_gain),
(gst_audio_fx_base_iir_filter_set_coefficients),
(gst_audio_fx_base_iir_filter_setup), (process),
(gst_audio_fx_base_iir_filter_transform_ip),
(gst_audio_fx_base_iir_filter_stop):
* gst/audiofx/audiofxbaseiirfilter.h:
Implement a base class for IIR filters.
* gst/audiofx/audiochebband.c: (gst_audio_cheb_band_base_init),
(gst_audio_cheb_band_class_init), (gst_audio_cheb_band_init),
(generate_coefficients), (gst_audio_cheb_band_set_property),
(gst_audio_cheb_band_setup):
* gst/audiofx/audiochebband.h:
* gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_base_init),
(gst_audio_cheb_limit_class_init), (gst_audio_cheb_limit_init),
(generate_coefficients), (gst_audio_cheb_limit_set_property),
(gst_audio_cheb_limit_setup):
* gst/audiofx/audiocheblimit.h:
Use the IIR filter base class for the chebyshev filters.
2009-01-05 10:13:29 +00:00
..
.gitignore gst/audiofxgood/: resubmit with the desired name *again* 2006-08-21 09:21:27 +00:00
audioamplify.c gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457. 2008-02-10 10:46:13 +00:00
audioamplify.h gst/audiofx/audioamplify.h: Also remove a now unecessary variable here. 2007-07-26 19:45:30 +00:00
audiochebband.c gst/audiofx/: Implement a base class for IIR filters. 2009-01-05 10:13:29 +00:00
audiochebband.h gst/audiofx/: Implement a base class for IIR filters. 2009-01-05 10:13:29 +00:00
audiocheblimit.c gst/audiofx/: Implement a base class for IIR filters. 2009-01-05 10:13:29 +00:00
audiocheblimit.h gst/audiofx/: Implement a base class for IIR filters. 2009-01-05 10:13:29 +00:00
audiodynamic.c gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457. 2008-02-10 10:46:13 +00:00
audiodynamic.h gst/audiofx/: Don't save format information ourselves, this is already saved in 2007-07-26 19:41:07 +00:00
audiofx.c Rename audiovoice to audiokaraoke and add it to the docs. 2008-05-28 14:07:21 +00:00
audiofxbaseiirfilter.c gst/audiofx/: Implement a base class for IIR filters. 2009-01-05 10:13:29 +00:00
audiofxbaseiirfilter.h gst/audiofx/: Implement a base class for IIR filters. 2009-01-05 10:13:29 +00:00
audioinvert.c gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457. 2008-02-10 10:46:13 +00:00
audioinvert.h gst/audiofx/: Don't save format information ourselves, this is already saved in 2007-07-26 19:41:07 +00:00
audiokaraoke.c Rename audiovoice to audiokaraoke and add it to the docs. 2008-05-28 14:07:21 +00:00
audiokaraoke.h Rename audiovoice to audiokaraoke and add it to the docs. 2008-05-28 14:07:21 +00:00
audiopanorama.c gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457. 2008-02-10 10:46:13 +00:00
audiopanorama.h gst/audiofx/audiopanorama.*: Add 'method' property and provide a simple (non-psychoacustic) processing method (#394859). 2007-01-13 15:52:18 +00:00
audiowsincband.c gst/: Make author name consistent with others. 2008-11-10 13:59:27 +00:00
audiowsincband.h Move the lpwsinc and bpwsinc elements from gst-plugins-bad into the audiofx plugin, and rename to audiowsinclimit and... 2008-02-07 21:57:54 +00:00
audiowsinclimit.c gst/: Make author name consistent with others. 2008-11-10 13:59:27 +00:00
audiowsinclimit.h Move the lpwsinc and bpwsinc elements from gst-plugins-bad into the audiofx plugin, and rename to audiowsinclimit and... 2008-02-07 21:57:54 +00:00
Makefile.am gst/audiofx/: Implement a base class for IIR filters. 2009-01-05 10:13:29 +00:00
math_compat.h Check for sinh(), cosh() and asinh() and define our own implementations if they're not available. Fixes bug #520880. 2008-03-07 13:08:42 +00:00