summaryrefslogtreecommitdiffstats
path: root/gst/audiofx/audiochebband.c
Commit message (Expand)AuthorAgeFilesLines
* audiofx: Remove unused variable.Edward Hervey2009-04-181-4/+2
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-18/+11
* gst/audiofx/: Use a custom mutex for protecting the instance fields instead o...Sebastian Dröge2009-01-131-12/+27
* gst/audiofx/: Implement a base class for IIR filters.Sebastian Dröge2009-01-051-330/+70
* Check for sinh(), cosh() and asinh() and define our own implementations if th...Sebastian Dröge2008-03-071-0/+2
* gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457.Sebastian Dröge2008-02-101-1/+1
* Rename audiochebyshevfreqband -> audiochebband and audiochebyshevfreqlimit ->...Jan Schmidt2008-02-061-59/+55
* Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_a...Sebastian Dröge2008-01-081-3/+3
* gst/audiofx/: The transform_ip() methods should do nothing if in passthrough ...Sebastian Dröge2007-12-061-1/+1
* gst/audiofx/: Add small comparision with the windowed sinc filters in the docs.Sebastian Dröge2007-08-191-0/+5
* gst/audiofx/: Use generator macros for the process functions for the differen...Sebastian Dröge2007-08-171-29/+30
* gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements.Sebastian Dröge2007-08-161-0/+916