summaryrefslogtreecommitdiff
path: root/gst/filter
AgeCommit message (Expand)AuthorFilesLines
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-9/+6
2008-11-10gst/filter/gstiir.c: Fix name tag.Thomas Vander Stichele1-1/+1
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-02-07Remove lpwsinc and bpwsinc elements - they've become audiowsinclimit and audi...Jan Schmidt8-1847/+3
2008-02-07gst/filter/gstlpwsinc.c: Fix typo in the long description of the element.Sebastian Dröge1-1/+1
2008-01-26gst/filter/: Don't implement get_unit_size() ourselves, the GstAudioFilter ba...Sebastian Dröge2-42/+0
2007-12-06gst/filter/: The transform() methods are not called in passthrough mode so th...Sebastian Dröge2-8/+0
2007-12-06gst/filter/: Sync the GObject properties with the controller even in passthro...Sebastian Dröge2-9/+8
2007-11-21gst/filter/: Post a GST_MESSAGE_LATENCY if the latency changes.Sebastian Dröge2-0/+4
2007-08-19gst/filter/: Add small comparision with the chebyshev filters in the docs.Sebastian Dröge2-2/+10
2007-08-17Use generator macros for the process functions for the different sample types...Sebastian Dröge4-178/+110
2007-08-16gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge3-8/+300
2007-08-16gst/filter/gstlpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge2-6/+295
2007-08-13Add docs for lpwsinc and bpwsinc and integrate them into the build system. Wh...Sebastian Dröge4-3/+57
2007-08-12gst/filter/: Improve debugging a bit.Sebastian Dröge2-11/+15
2007-08-12gst/filter/: Reset the residue in BaseTransform::start to get a clean residue...Sebastian Dröge2-2/+39
2007-08-11gst/filter/: Fix processing with buffer sizes that are larger than the filter...Sebastian Dröge2-8/+48
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öge3-16/+111
2007-08-10gst/filter/gstbpwsinc.*: Apply the same changes to the bandpass filter:Sebastian Dröge3-122/+226
2007-08-10gst/filter/gstlpwsinc.*: Specify the actual filter length instead of a weird ...Sebastian Dröge2-28/+29
2007-08-10gst/filter/gstlpwsinc.*: Allow choosing between hamming and blackman window. ...Sebastian Dröge2-3/+51
2007-08-10gst/filter/gstlpwsinc.*: Add a highpass mode.Sebastian Dröge2-10/+58
2007-08-10gst/filter/gstlpwsinc.c: Fix processing if the input has more than one channel.Sebastian Dröge1-18/+36
2007-08-09gst/filter/gstbpwsinc.c: "this" is a C++ keyword, use "self" instead.Sebastian Dröge2-58/+64
2007-08-09gst/filter/gstlpwsinc.*: Add double support, replace "this" with "self" as th...Sebastian Dröge2-103/+170
2007-08-08gst/filter/: Use GstAudioFilter as base class and don't leak the memory of th...Sebastian Dröge5-76/+88
2007-05-22configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c ...Stefan Kost1-1/+3
2007-02-24Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller1-1/+2
2007-01-03Fix build with gcc-2.x (declare variables at the beginning of a block etc.). ...Jens Granseuer4-19/+19
2006-07-10gst/filter/: Don't forget new files.Wim Taymans3-0/+228
2006-07-10Ported the gstfilter plugin to GStreamer 0.10.Mathis Hofer6-603/+512
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost3-3/+4
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost3-3/+3
2006-04-06Unify the long descriptions in the plugin details (#337263).j^2-2/+4
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2005-07-05Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo3-6/+0
2004-07-27more working pluginsSteve Lhomme1-1/+1
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme1-2/+2
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme1-3/+3
2004-07-26more plugins supported under windowsSteve Lhomme1-0/+163
2004-05-21first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet3-3/+3
2004-03-15don't mix tabs and spacesThomas Vander Stichele4-43/+43
2004-03-15*.h: Revert indentingJohan Dahlin1-6/+5
2004-03-14gst-indentThomas Vander Stichele6-350/+385
2003-12-22Merge CAPS branchDavid Schleef5-68/+49
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-16+ checking in plugin category changesLeif Johnson3-3/+3
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje1-0/+4
2003-11-02Updated for the new plugin loading codeJan Schmidt5-54/+80