summaryrefslogtreecommitdiff
path: root/gst/audiofx
AgeCommit message (Expand)AuthorFilesLines
2009-06-21audioamplify: Fix integer overflows on 32 bit architecturesSebastian Dröge1-9/+9
2009-06-21audioamplify: Don't declare a loop index staticKipp Cannon1-45/+47
2009-06-19audioamplify: Fix off-by-one in wrap-positive modeSebastian Dröge1-2/+2
2009-06-19audioamplify: Add noclip method and support for more formatsKipp Cannon2-165/+233
2009-04-18audiofx: Remove unused variable.Edward Hervey2-8/+4
2009-02-19Update Since: tags in autodetect srcs and audioechoJan Schmidt1-1/+1
2009-02-03Use guint64 instead of guint for storing guint64Sebastian Dröge1-3/+2
2009-01-28Limit the delay by a new max-delay propertySebastian Dröge2-41/+56
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost12-116/+71
2009-01-24Save some allocations if the echo delay is increased oftenSebastian Dröge1-3/+11
2009-01-24Add note that audioecho's reverb sounds metallicSebastian Dröge1-1/+6
2009-01-22Rename audioreverb to audioecho. Fixes bug #568395.Sebastian Dröge4-76/+76
2009-01-19gst/audiofx/audioreverb.c: Set the default value in the instance init function.Sebastian Dröge1-1/+1
2009-01-19Add an echo/reverb filter to the audiofx plugin, with configurable echo delay...Sebastian Dröge4-2/+442
2009-01-13Add audioiirfilter and audiofirfilter elements which allow generic IIR/FIR fi...Sebastian Dröge6-2/+719
2009-01-13gst/audiofx/: Use a custom mutex for protecting the instance fields instead o...Sebastian Dröge8-54/+112
2009-01-11gst/audiofx/: Implement a base class for generic audio FIR filters.Sebastian Dröge8-1034/+764
2009-01-05gst/audiofx/: Implement a base class for IIR filters.Sebastian Dröge7-699/+620
2008-11-10gst/: Make author name consistent with others.Thomas Vander Stichele2-2/+2
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-08-30Make stuff compile with GST_DISABLE_GST_DEBUG.Tim-Philipp Müller1-0/+4
2008-05-28Rename audiovoice to audiokaraoke and add it to the docs.Stefan Kost4-59/+59
2008-05-26gst/audiofx/: Add simple voice removal element. Yay karaoke.Wim Taymans4-0/+434
2008-03-13gst/audiofx/audiofx.c: Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIG...Sebastian Dröge1-1/+1
2008-03-07Check for sinh(), cosh() and asinh() and define our own implementations if th...Sebastian Dröge4-1/+61
2008-02-10gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457.Sebastian Dröge8-10/+10
2008-02-08add missing header files for distingChristian Schaller1-1/+3
2008-02-07Move the lpwsinc and bpwsinc elements from gst-plugins-bad into the audiofx p...Jan Schmidt6-187/+202
2008-02-07gst/filter/gstlpwsinc.c: Fix typo in the long description of the element.Sebastian Dröge1-1/+1
2008-02-06Rename audiochebyshevfreqband -> audiochebband and audiochebyshevfreqlimit ->...Jan Schmidt10-2070/+158
2008-01-26gst/filter/: Don't implement get_unit_size() ourselves, the GstAudioFilter ba...Sebastian Dröge2-42/+0
2008-01-08Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_a...Sebastian Dröge8-21/+37
2007-12-06gst/filter/: The transform() methods are not called in passthrough mode so th...Sebastian Dröge2-8/+0
2007-12-06gst/filter/: Sync the GObject properties with the controller even in passthro...Sebastian Dröge2-9/+8
2007-12-06gst/audiofx/: The transform_ip() methods should do nothing if in passthrough ...Sebastian Dröge8-18/+15
2007-11-21gst/filter/: Post a GST_MESSAGE_LATENCY if the latency changes.Sebastian Dröge2-0/+4
2007-09-17gst/: Fix compiler warnings shown with Forte.Jan Schmidt1-1/+1
2007-08-27gst/audiofx/Makefile.am: Dist the right file.Jan Schmidt1-1/+1
2007-08-19gst/filter/: Add small comparision with the chebyshev filters in the docs.Sebastian Dröge2-2/+10
2007-08-19gst/audiofx/: Add small comparision with the windowed sinc filters in the docs.Sebastian Dröge4-0/+20
2007-08-17Use generator macros for the process functions for the different sample types...Sebastian Dröge4-178/+110
2007-08-17gst/audiofx/: Use generator macros for the process functions for the differen...Sebastian Dröge4-114/+120
2007-08-16gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge3-8/+300
2007-08-16gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements.Sebastian Dröge10-4/+3793
2007-08-16gst/filter/gstlpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge2-6/+295
2007-08-13Add docs for lpwsinc and bpwsinc and integrate them into the build system. Wh...Sebastian Dröge4-3/+57
2007-08-12gst/filter/: Improve debugging a bit.Sebastian Dröge2-11/+15
2007-08-12gst/filter/: Reset the residue in BaseTransform::start to get a clean residue...Sebastian Dröge2-2/+39
2007-08-11gst/filter/: Fix processing with buffer sizes that are larger than the filter...Sebastian Dröge2-8/+48
2007-08-10gst/filter/gstbpwsinc.c: Fix a segfault with more than one channel and don't ...Sebastian Dröge1-1/+4