summaryrefslogtreecommitdiff
path: root/gst/filter
Commit message (Expand)AuthorAgeFilesLines
* Remove lpwsinc and bpwsinc elements - they've become audiowsinclimit and audi...Jan Schmidt2008-02-078-1847/+3
* gst/filter/gstlpwsinc.c: Fix typo in the long description of the element.Sebastian Dröge2008-02-071-1/+1
* gst/filter/: Don't implement get_unit_size() ourselves, the GstAudioFilter ba...Sebastian Dröge2008-01-262-42/+0
* 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/filter/: Post a GST_MESSAGE_LATENCY if the latency changes.Sebastian Dröge2007-11-212-0/+4
* gst/filter/: Add small comparision with the chebyshev filters in the docs.Sebastian Dröge2007-08-192-2/+10
* Use generator macros for the process functions for the different sample types...Sebastian Dröge2007-08-174-178/+110
* gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge2007-08-163-8/+300
* 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
* 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-103-16/+111
* gst/filter/gstbpwsinc.*: Apply the same changes to the bandpass filter:Sebastian Dröge2007-08-103-122/+226
* gst/filter/gstlpwsinc.*: Specify the actual filter length instead of a weird ...Sebastian Dröge2007-08-102-28/+29
* gst/filter/gstlpwsinc.*: Allow choosing between hamming and blackman window. ...Sebastian Dröge2007-08-102-3/+51
* gst/filter/gstlpwsinc.*: Add a highpass mode.Sebastian Dröge2007-08-102-10/+58
* gst/filter/gstlpwsinc.c: Fix processing if the input has more than one channel.Sebastian Dröge2007-08-101-18/+36
* gst/filter/gstbpwsinc.c: "this" is a C++ keyword, use "self" instead.Sebastian Dröge2007-08-092-58/+64
* gst/filter/gstlpwsinc.*: Add double support, replace "this" with "self" as th...Sebastian Dröge2007-08-092-103/+170
* gst/filter/: Use GstAudioFilter as base class and don't leak the memory of th...Sebastian Dröge2007-08-085-76/+88
* configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c ...Stefan Kost2007-05-221-1/+3
* Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller2007-02-241-1/+2
* Fix build with gcc-2.x (declare variables at the beginning of a block etc.). ...Jens Granseuer2007-01-034-19/+19
* gst/filter/: Don't forget new files.Wim Taymans2006-07-103-0/+228
* Ported the gstfilter plugin to GStreamer 0.10.Mathis Hofer2006-07-106-603/+512
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-253-3/+4
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-083-3/+3
* Unify the long descriptions in the plugin details (#337263).j^2006-04-062-2/+4
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+1
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-053-6/+0
* more working pluginsSteve Lhomme2004-07-271-1/+1
* rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme2004-07-271-2/+2
* avoid problems with math.h, fix release dependancySteve Lhomme2004-07-271-3/+3
* more plugins supported under windowsSteve Lhomme2004-07-261-0/+163
* first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet2004-05-213-3/+3
* don't mix tabs and spacesThomas Vander Stichele2004-03-154-43/+43
* *.h: Revert indentingJohan Dahlin2004-03-151-6/+5
* gst-indentThomas Vander Stichele2004-03-146-350/+385
* Merge CAPS branchDavid Schleef2003-12-225-68/+49
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* + checking in plugin category changesLeif Johnson2003-11-163-3/+3
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-071-0/+4
* Updated for the new plugin loading codeJan Schmidt2003-11-025-54/+80
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-083-9/+12
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
* + the last of the float caps changes ... these are a bit more pervasiveLeif Johnson2003-07-191-6/+6