various: fix pad template leaks
[platform/upstream/gst-plugins-good.git] / gst / audiofx /
2011-11-28 Vincent Penquerc'hvarious: fix pad template leaks
2011-06-18 Tim-Philipp MüllerBump git version after unplanned 0.10.30 release
2011-06-17 Stefan Kostaudioecho: fix param flags
2011-04-13 Sebastian Drögeaudiowsinc{band,limit}: Fix check for divison by zero
2011-04-13 Sebastian Drögeaudiowsincband: Fix range of kernel elements (lim ...
2011-04-13 Sebastian Drögeaudiowsinclimit: Add some more braces to make the code...
2011-04-13 Jordi Burguet-Castellaudiowsinclimit: Fix range of kernel elements (lim...
2011-04-13 Sebastian Drögeaudiowsincband: Add new windowing functions: gaussian...
2011-04-13 Jordi Burguet-Castellaudiowsinclimimt: Add new windows to high/low-pass...
2011-04-10 Thibault Saunierandroid: Make it ready for androgenizer
2010-12-30 David SchleefChange M_PI to G_PI
2010-10-13 Stefan Kostvarious (gst): add a missing G_PARAM_STATIC_STRINGS...
2010-06-16 Sebastian Drögeaudioiirfilter: Fix possible NULL pointer dereference
2010-04-08 Stefan Kostdocs: fix xml
2010-03-18 Benjamin Ottegst_element_class_set_details => gst_element_class_set_...
2010-03-11 Stefan Kostaudiopanorama: move invariant check out of the inner...
2010-03-09 Sebastian Drögeaudiofx: Sync properties to the stream time
2010-01-13 Kipp Cannonaudioamplify: Allow negative amplifications
2010-01-07 Sebastian Drögeaudiofxbasefirfilter: Add property for not draining...
2009-12-26 Thiago Santosaudiofxbasefirfilter: do not try to alloc really large...
2009-12-15 Sebastian Drögeaudiowsincband: Use the same upper length limit as...
2009-12-15 Sebastian Drögeaudiowsinc{limit,band}: Allow much larger filter length...
2009-12-15 Sebastian Drögeaudiofxbasefirfilter: Fix frequency response calculation
2009-12-15 Sebastian Drögeaudiofxbasefirfilter: Remove dead assignments
2009-12-15 Sebastian Drögeaudiofxbasefirfilter: Add special processing functions...
2009-12-15 Sebastian Drögeaudiofxbasefirfilter: Add a "low-latency" mode
2009-12-15 Sebastian Drögeaudiofxbasefirfilter: Remove obsolete TODO comments
2009-12-15 Sebastian Drögeaudiofxbasefirfilter: Use samples everywhere instead...
2009-12-15 Sebastian Drögeaudiofxbasefirfilter: FFT convolution implementation
2009-12-15 Sebastian Drögeaudiofxbasefirfilter: Make most code parts independent...
2009-12-15 Sebastian Drögeaudiofxbasefirfilter: Optimize time-domain convolution
2009-12-15 Sebastian Drögeaudiofxbasefirfilter: Use _CAST macros in some places...
2009-12-15 Sebastian Drögeaudiofxbasefirfilter: Rewrite timestamp tracking
2009-12-15 Sebastian Drögeaudiofxbasefirfilter: Rename some variables and change...
2009-12-15 Sebastian Drögeaudiofxbasefirfilter: Add const qualifier to the source...
2009-10-09 Josep Torraaudiofx: use G_GUINT64_FORMAT to fix warnings on OSX
2009-06-21 Sebastian Drögeaudioamplify: Fix integer overflows on 32 bit architectures
2009-06-21 Kipp Cannonaudioamplify: Don't declare a loop index static
2009-06-19 Sebastian Drögeaudioamplify: Fix off-by-one in wrap-positive mode
2009-06-19 Kipp Cannonaudioamplify: Add noclip method and support for more...
2009-04-18 Edward Herveyaudiofx: Remove unused variable.
2009-02-19 Jan SchmidtUpdate Since: tags in autodetect srcs and audioecho
2009-02-03 Sebastian DrögeUse guint64 instead of guint for storing guint64
2009-01-28 Sebastian DrögeLimit the delay by a new max-delay property
2009-01-28 Stefan KostUpdate and add documentation for plugins with no deps...
2009-01-24 Sebastian DrögeSave some allocations if the echo delay is increased...
2009-01-24 Sebastian DrögeAdd note that audioecho's reverb sounds metallic
2009-01-22 Sebastian DrögeRename audioreverb to audioecho. Fixes bug #568395.
2009-01-19 Sebastian Drögegst/audiofx/audioreverb.c: Set the default value in...
2009-01-19 Sebastian DrögeAdd an echo/reverb filter to the audiofx plugin, with...
2009-01-13 Sebastian DrögeAdd audioiirfilter and audiofirfilter elements which...
2009-01-13 Sebastian Drögegst/audiofx/: Use a custom mutex for protecting the...
2009-01-11 Sebastian Drögegst/audiofx/: Implement a base class for generic audio...
2009-01-05 Sebastian Drögegst/audiofx/: Implement a base class for IIR filters.
2008-11-10 Thomas Vander Stichelegst/: Make author name consistent with others.
2008-11-04 Stefan KostDon't install static libs for plugins. Fixes #550851...
2008-08-30 Tim-Philipp MüllerMake stuff compile with GST_DISABLE_GST_DEBUG.
2008-05-28 Stefan KostRename audiovoice to audiokaraoke and add it to the...
2008-05-26 Wim Taymansgst/audiofx/: Add simple voice removal element. Yay...
2008-03-13 Sebastian Drögegst/audiofx/audiofx.c: Use GST_LICENSE, GST_PACKAGE_NAM...
2008-03-07 Sebastian DrögeCheck for sinh(), cosh() and asinh() and define our...
2008-02-10 Sebastian Drögegst/audiofx/: Fix long description of audiofx elements...
2008-02-08 Christian Schalleradd missing header files for disting
2008-02-07 Jan SchmidtMove the lpwsinc and bpwsinc elements from gst-plugins...
2008-02-07 Sebastian Drögegst/filter/gstlpwsinc.c: Fix typo in the long descripti...
2008-02-06 Jan SchmidtRename audiochebyshevfreqband -> audiochebband and...
2008-01-26 Sebastian Drögegst/filter/: Don't implement get_unit_size() ourselves...
2008-01-08 Sebastian DrögeMake elements GST_BUFFER_FLAG_GAP aware and call gst_ba...
2007-12-06 Sebastian Drögegst/filter/: The transform() methods are not called...
2007-12-06 Sebastian Drögegst/filter/: Sync the GObject properties with the contr...
2007-12-06 Sebastian Drögegst/audiofx/: The transform_ip() methods should do...
2007-11-21 Sebastian Drögegst/filter/: Post a GST_MESSAGE_LATENCY if the latency...
2007-09-17 Jan Schmidtgst/: Fix compiler warnings shown with Forte.
2007-08-27 Jan Schmidtgst/audiofx/Makefile.am: Dist the right file.
2007-08-19 Sebastian Drögegst/filter/: Add small comparision with the chebyshev...
2007-08-19 Sebastian Drögegst/audiofx/: Add small comparision with the windowed...
2007-08-17 Sebastian DrögeUse generator macros for the process functions for...
2007-08-17 Sebastian Drögegst/audiofx/: Use generator macros for the process...
2007-08-16 Sebastian Drögegst/filter/gstbpwsinc.*: Implement latency query and...
2007-08-16 Sebastian Drögegst/audiofx/: Add Chebyshev lowpass/highpass and bandpa...
2007-08-16 Sebastian Drögegst/filter/gstlpwsinc.*: Implement latency query and...
2007-08-13 Sebastian DrögeAdd docs for lpwsinc and bpwsinc and integrate them...
2007-08-12 Sebastian Drögegst/filter/: Improve debugging a bit.
2007-08-12 Sebastian Drögegst/filter/: Reset the residue in BaseTransform::start...
2007-08-11 Sebastian Drögegst/filter/: Fix processing with buffer sizes that...
2007-08-10 Sebastian Drögegst/filter/gstbpwsinc.c: Fix a segfault with more than...
2007-08-10 Sebastian Drögegst/filter/gstbpwsinc.*: Add support for a bandreject...
2007-08-10 Sebastian Drögegst/filter/gstbpwsinc.*: Apply the same changes to...
2007-08-10 Sebastian Drögegst/filter/gstlpwsinc.*: Specify the actual filter...
2007-08-10 Sebastian Drögegst/filter/gstlpwsinc.*: Allow choosing between hamming...
2007-08-10 Sebastian Drögegst/filter/gstlpwsinc.*: Add a highpass mode.
2007-08-10 Sebastian Drögegst/filter/gstlpwsinc.c: Fix processing if the input...
2007-08-09 Sebastian Drögegst/filter/gstbpwsinc.c: "this" is a C++ keyword, use...
2007-08-09 Sebastian Drögegst/filter/gstlpwsinc.*: Add double support, replace...
2007-08-08 Sebastian Drögegst/filter/: Use GstAudioFilter as base class and don...
2007-07-26 Sebastian Drögegst/audiofx/audioamplify.h: Also remove a now unecessar...
2007-07-26 Sebastian Drögegst/audiofx/: Don't save format information ourselves...
2007-05-22 Stefan Kostconfigure.ac: Depend on gstreamer-0.10.12.1. gst/equali...
2007-05-06 Sebastian Drögegst/audiofx/: Sync the GObject properties before each...
2007-03-08 Sebastian Drögegst/audiofx/: Add new audiodynamic element which can...
next