summaryrefslogtreecommitdiffstats
path: root/gst/filter/gstbpwsinc.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-06gst/filter/: The transform() methods are not called in passthrough mode so th...Sebastian Dröge1-4/+0
2007-12-06gst/filter/: Sync the GObject properties with the controller even in passthro...Sebastian Dröge1-5/+4
2007-11-21gst/filter/: Post a GST_MESSAGE_LATENCY if the latency changes.Sebastian Dröge1-0/+2
2007-08-19gst/filter/: Add small comparision with the chebyshev filters in the docs.Sebastian Dröge1-0/+5
2007-08-17Use generator macros for the process functions for the different sample types...Sebastian Dröge1-88/+53
2007-08-16gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge1-6/+293
2007-08-13Add docs for lpwsinc and bpwsinc and integrate them into the build system. Wh...Sebastian Dröge1-2/+26
2007-08-12gst/filter/: Improve debugging a bit.Sebastian Dröge1-9/+8
2007-08-12gst/filter/: Reset the residue in BaseTransform::start to get a clean residue...Sebastian Dröge1-1/+20
2007-08-11gst/filter/: Fix processing with buffer sizes that are larger than the filter...Sebastian Dröge1-4/+24
2007-08-10gst/filter/gstbpwsinc.c: Fix a segfault with more than one channel and don't ...Sebastian Dröge1-1/+4
2007-08-10gst/filter/gstbpwsinc.*: Add support for a bandreject mode and allow specifyi...Sebastian Dröge1-13/+108
2007-08-10gst/filter/gstbpwsinc.*: Apply the same changes to the bandpass filter:Sebastian Dröge1-108/+212
2007-08-09gst/filter/gstbpwsinc.c: "this" is a C++ keyword, use "self" instead.Sebastian Dröge1-55/+58
2007-08-08gst/filter/: Use GstAudioFilter as base class and don't leak the memory of th...Sebastian Dröge1-35/+40
2007-05-22configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c ...Stefan Kost1-1/+3
2007-01-03Fix build with gcc-2.x (declare variables at the beginning of a block etc.). ...Jens Granseuer1-7/+7
2006-07-10Ported the gstfilter plugin to GStreamer 0.10.Mathis Hofer1-237/+201
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+2
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2005-07-05Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo1-2/+0
2004-05-21first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet1-1/+1
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-22/+22
2004-03-14gst-indentThomas Vander Stichele1-92/+93
2003-12-22Merge CAPS branchDavid Schleef1-10/+11
2003-11-16+ checking in plugin category changesLeif Johnson1-1/+1
2003-11-02Updated for the new plugin loading codeJan Schmidt1-7/+20
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-3/+4
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-1/+1
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-2/+5
2003-01-10PadConnect -> PadLinkThomas Vander Stichele1-3/+3
2003-01-10another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele1-2/+2
2002-09-18plugins part of license field patchChristian Schaller1-0/+2
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje1-5/+6
2002-08-30get a writable bufferThomas Vander Stichele1-1/+4
2002-06-27windowed sinc bandpass filterThomas Vander Stichele1-0/+368