summaryrefslogtreecommitdiffstats
path: root/gst/audiofx/audiowsincband.c
Commit message (Expand)AuthorAgeFilesLines
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-10/+5
* gst/audiofx/: Use a custom mutex for protecting the instance fields instead o...Sebastian Dröge2009-01-131-17/+25
* gst/audiofx/: Implement a base class for generic audio FIR filters.Sebastian Dröge2009-01-111-500/+70
* gst/: Make author name consistent with others.Thomas Vander Stichele2008-11-101-1/+1
* gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457.Sebastian Dröge2008-02-101-2/+2
* Move the lpwsinc and bpwsinc elements from gst-plugins-bad into the audiofx p...Jan Schmidt2008-02-071-71/+75
* gst/filter/: Don't implement get_unit_size() ourselves, the GstAudioFilter ba...Sebastian Dröge2008-01-261-21/+0
* gst/filter/: The transform() methods are not called in passthrough mode so th...Sebastian Dröge2007-12-061-4/+0
* gst/filter/: Sync the GObject properties with the controller even in passthro...Sebastian Dröge2007-12-061-5/+4
* gst/filter/: Post a GST_MESSAGE_LATENCY if the latency changes.Sebastian Dröge2007-11-211-0/+2
* gst/filter/: Add small comparision with the chebyshev filters in the docs.Sebastian Dröge2007-08-191-0/+5
* Use generator macros for the process functions for the different sample types...Sebastian Dröge2007-08-171-88/+53
* gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge2007-08-161-6/+293
* Add docs for lpwsinc and bpwsinc and integrate them into the build system. Wh...Sebastian Dröge2007-08-131-2/+26
* gst/filter/: Improve debugging a bit.Sebastian Dröge2007-08-121-9/+8
* gst/filter/: Reset the residue in BaseTransform::start to get a clean residue...Sebastian Dröge2007-08-121-1/+20
* gst/filter/: Fix processing with buffer sizes that are larger than the filter...Sebastian Dröge2007-08-111-4/+24
* gst/filter/gstbpwsinc.c: Fix a segfault with more than one channel and don't ...Sebastian Dröge2007-08-101-1/+4
* gst/filter/gstbpwsinc.*: Add support for a bandreject mode and allow specifyi...Sebastian Dröge2007-08-101-13/+108
* gst/filter/gstbpwsinc.*: Apply the same changes to the bandpass filter:Sebastian Dröge2007-08-101-108/+212
* gst/filter/gstbpwsinc.c: "this" is a C++ keyword, use "self" instead.Sebastian Dröge2007-08-091-55/+58
* gst/filter/: Use GstAudioFilter as base class and don't leak the memory of th...Sebastian Dröge2007-08-081-35/+40
* configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c ...Stefan Kost2007-05-221-1/+3
* Fix build with gcc-2.x (declare variables at the beginning of a block etc.). ...Jens Granseuer2007-01-031-7/+7
* Ported the gstfilter plugin to GStreamer 0.10.Mathis Hofer2006-07-101-237/+201
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+2
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-2/+0
* first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet2004-05-211-1/+1
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-22/+22
* gst-indentThomas Vander Stichele2004-03-141-92/+93
* Merge CAPS branchDavid Schleef2003-12-221-10/+11
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* Updated for the new plugin loading codeJan Schmidt2003-11-021-7/+20
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-3/+4
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-1/+1
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-2/+5
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-3/+3
* another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2003-01-101-2/+2
* plugins part of license field patchChristian Schaller2002-09-181-0/+2
* This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2002-09-101-5/+6
* get a writable bufferThomas Vander Stichele2002-08-301-1/+4
* windowed sinc bandpass filterThomas Vander Stichele2002-06-271-0/+368