summaryrefslogtreecommitdiff
path: root/gst/audiofx
AgeCommit message (Expand)AuthorFilesLines
2010-04-08docs: fix xmlStefan Kost1-1/+2
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte5-35/+18
2010-03-11audiopanorama: move invariant check out of the inner loopStefan Kost1-38/+65
2010-03-09audiofx: Sync properties to the stream timeSebastian Dröge8-27/+104
2010-01-13audioamplify: Allow negative amplificationsKipp Cannon1-1/+1
2010-01-07audiofxbasefirfilter: Add property for not draining the history on kernel cha...Sebastian Dröge3-18/+51
2009-12-26audiofxbasefirfilter: do not try to alloc really large buffersThiago Santos1-2/+2
2009-12-15audiowsincband: Use the same upper length limit as audiowsinclimitSebastian Dröge1-1/+1
2009-12-15audiowsinc{limit,band}: Allow much larger filter lengths nowSebastian Dröge2-2/+2
2009-12-15audiofxbasefirfilter: Fix frequency response calculationSebastian Dröge1-1/+1
2009-12-15audiofxbasefirfilter: Remove dead assignmentsSebastian Dröge1-2/+2
2009-12-15audiofxbasefirfilter: Add special processing functions for Mono/StereoSebastian Dröge1-16/+79
2009-12-15audiofxbasefirfilter: Add a "low-latency" modeSebastian Dröge2-208/+294
2009-12-15audiofxbasefirfilter: Remove obsolete TODO commentsSebastian Dröge1-6/+0
2009-12-15audiofxbasefirfilter: Use samples everywhere instead of samples*channels some...Sebastian Dröge1-12/+7
2009-12-15audiofxbasefirfilter: FFT convolution implementationSebastian Dröge3-50/+364
2009-12-15audiofxbasefirfilter: Make most code parts independent of the processing func...Sebastian Dröge2-62/+109
2009-12-15audiofxbasefirfilter: Optimize time-domain convolutionSebastian Dröge1-15/+28
2009-12-15audiofxbasefirfilter: Use _CAST macros in some places and do some calculation...Sebastian Dröge1-25/+27
2009-12-15audiofxbasefirfilter: Rewrite timestamp trackingSebastian Dröge2-40/+62
2009-12-15audiofxbasefirfilter: Rename some variables and change commentsSebastian Dröge2-37/+38
2009-12-15audiofxbasefirfilter: Add const qualifier to the source data arraySebastian Dröge2-2/+2
2009-10-09audiofx: use G_GUINT64_FORMAT to fix warnings on OSXJosep Torra1-6/+6
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