summaryrefslogtreecommitdiffstats
path: root/gst/audiofx
Commit message (Expand)AuthorAgeFilesLines
* audiofx: use G_GUINT64_FORMAT to fix warnings on OSXJosep Torra2009-10-091-6/+6
* audioamplify: Fix integer overflows on 32 bit architecturesSebastian Dröge2009-06-211-9/+9
* audioamplify: Don't declare a loop index staticKipp Cannon2009-06-211-45/+47
* audioamplify: Fix off-by-one in wrap-positive modeSebastian Dröge2009-06-191-2/+2
* audioamplify: Add noclip method and support for more formatsKipp Cannon2009-06-192-165/+233
* audiofx: Remove unused variable.Edward Hervey2009-04-182-8/+4
* Update Since: tags in autodetect srcs and audioechoJan Schmidt2009-02-191-1/+1
* Use guint64 instead of guint for storing guint64Sebastian Dröge2009-02-031-3/+2
* Limit the delay by a new max-delay propertySebastian Dröge2009-01-282-41/+56
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-2812-116/+71
* Save some allocations if the echo delay is increased oftenSebastian Dröge2009-01-241-3/+11
* Add note that audioecho's reverb sounds metallicSebastian Dröge2009-01-241-1/+6
* Rename audioreverb to audioecho. Fixes bug #568395.Sebastian Dröge2009-01-224-76/+76
* gst/audiofx/audioreverb.c: Set the default value in the instance init function.Sebastian Dröge2009-01-191-1/+1
* Add an echo/reverb filter to the audiofx plugin, with configurable echo delay...Sebastian Dröge2009-01-194-2/+442
* Add audioiirfilter and audiofirfilter elements which allow generic IIR/FIR fi...Sebastian Dröge2009-01-136-2/+719
* gst/audiofx/: Use a custom mutex for protecting the instance fields instead o...Sebastian Dröge2009-01-138-54/+112
* gst/audiofx/: Implement a base class for generic audio FIR filters.Sebastian Dröge2009-01-118-1034/+764
* gst/audiofx/: Implement a base class for IIR filters.Sebastian Dröge2009-01-057-699/+620
* gst/: Make author name consistent with others.Thomas Vander Stichele2008-11-102-2/+2
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* Make stuff compile with GST_DISABLE_GST_DEBUG.Tim-Philipp Müller2008-08-301-0/+4
* Rename audiovoice to audiokaraoke and add it to the docs.Stefan Kost2008-05-284-59/+59
* gst/audiofx/: Add simple voice removal element. Yay karaoke.Wim Taymans2008-05-264-0/+434
* gst/audiofx/audiofx.c: Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIG...Sebastian Dröge2008-03-131-1/+1
* Check for sinh(), cosh() and asinh() and define our own implementations if th...Sebastian Dröge2008-03-074-1/+61
* gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457.Sebastian Dröge2008-02-108-10/+10
* add missing header files for distingChristian Schaller2008-02-081-1/+3
* Move the lpwsinc and bpwsinc elements from gst-plugins-bad into the audiofx p...Jan Schmidt2008-02-076-187/+202
* gst/filter/gstlpwsinc.c: Fix typo in the long description of the element.Sebastian Dröge2008-02-071-1/+1
* Rename audiochebyshevfreqband -> audiochebband and audiochebyshevfreqlimit ->...Jan Schmidt2008-02-0610-2070/+158
* gst/filter/: Don't implement get_unit_size() ourselves, the GstAudioFilter ba...Sebastian Dröge2008-01-262-42/+0
* Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_a...Sebastian Dröge2008-01-088-21/+37
* gst/filter/: The transform() methods are not called in passthrough mode so th...Sebastian Dröge2007-12-062-8/+0
* gst/filter/: Sync the GObject properties with the controller even in passthro...Sebastian Dröge2007-12-062-9/+8
* gst/audiofx/: The transform_ip() methods should do nothing if in passthrough ...Sebastian Dröge2007-12-068-18/+15
* gst/filter/: Post a GST_MESSAGE_LATENCY if the latency changes.Sebastian Dröge2007-11-212-0/+4
* gst/: Fix compiler warnings shown with Forte.Jan Schmidt2007-09-171-1/+1
* gst/audiofx/Makefile.am: Dist the right file.Jan Schmidt2007-08-271-1/+1
* gst/filter/: Add small comparision with the chebyshev filters in the docs.Sebastian Dröge2007-08-192-2/+10
* gst/audiofx/: Add small comparision with the windowed sinc filters in the docs.Sebastian Dröge2007-08-194-0/+20
* Use generator macros for the process functions for the different sample types...Sebastian Dröge2007-08-174-178/+110
* gst/audiofx/: Use generator macros for the process functions for the differen...Sebastian Dröge2007-08-174-114/+120
* gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge2007-08-163-8/+300
* gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements.Sebastian Dröge2007-08-1610-4/+3793
* gst/filter/gstlpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge2007-08-162-6/+295
* Add docs for lpwsinc and bpwsinc and integrate them into the build system. Wh...Sebastian Dröge2007-08-134-3/+57
* gst/filter/: Improve debugging a bit.Sebastian Dröge2007-08-122-11/+15
* gst/filter/: Reset the residue in BaseTransform::start to get a clean residue...Sebastian Dröge2007-08-122-2/+39
* gst/filter/: Fix processing with buffer sizes that are larger than the filter...Sebastian Dröge2007-08-112-8/+48