summaryrefslogtreecommitdiff
path: root/gst/audiofx/audiowsinclimit.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-22Don't use deprecated GLib APITim-Philipp Müller1-11/+10
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge1-0/+2
2011-12-12Work around deprecated thread API in glib masterTim-Philipp Müller1-0/+2
2011-11-04controller: port to new controller location and apiStefan Sauer1-1/+0
2011-08-19port to more audio api changesWim Taymans1-2/+2
2011-08-19port to new audio API and capsWim Taymans1-8/+11
2011-04-25port some more elements to 0.11Wim Taymans1-24/+16
2011-04-13audiowsinc{band,limit}: Fix check for divison by zeroSebastian Dröge1-2/+2
2011-04-13audiowsinclimit: Add some more braces to make the code more readableSebastian Dröge1-2/+2
2011-04-13audiowsinclimit: Fix range of kernel elements (lim -> lim-1) in high/low-pass...Jordi Burguet-Castell1-3/+10
2011-04-13audiowsinclimimt: Add new windows to high/low-pass filters: gaussian, cosine,...Jordi Burguet-Castell1-6/+33
2010-12-30Change M_PI to G_PIDavid Schleef1-4/+4
2009-12-15audiowsinc{limit,band}: Allow much larger filter lengths nowSebastian Dröge1-1/+1
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost1-10/+5
2009-01-13gst/audiofx/: Use a custom mutex for protecting the instance fields instead o...Sebastian Dröge1-13/+23
2009-01-11gst/audiofx/: Implement a base class for generic audio FIR filters.Sebastian Dröge1-500/+68
2008-11-10gst/: Make author name consistent with others.Thomas Vander Stichele1-1/+1
2008-02-10gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457.Sebastian Dröge1-2/+2
2008-02-07Move the lpwsinc and bpwsinc elements from gst-plugins-bad into the audiofx p...Jan Schmidt1-70/+75
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öge1-21/+0
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-4/+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-2/+5
2007-08-17Use generator macros for the process functions for the different sample types...Sebastian Dröge1-88/+55
2007-08-16gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge1-2/+3
2007-08-16gst/filter/gstlpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge1-6/+291
2007-08-13Add docs for lpwsinc and bpwsinc and integrate them into the build system. Wh...Sebastian Dröge1-1/+25
2007-08-12gst/filter/: Improve debugging a bit.Sebastian Dröge1-2/+7
2007-08-12gst/filter/: Reset the residue in BaseTransform::start to get a clean residue...Sebastian Dröge1-1/+19
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.*: Add support for a bandreject mode and allow specifyi...Sebastian Dröge1-2/+1
2007-08-10gst/filter/gstbpwsinc.*: Apply the same changes to the bandpass filter:Sebastian Dröge1-4/+4
2007-08-10gst/filter/gstlpwsinc.*: Specify the actual filter length instead of a weird ...Sebastian Dröge1-22/+28
2007-08-10gst/filter/gstlpwsinc.*: Allow choosing between hamming and blackman window. ...Sebastian Dröge1-3/+50
2007-08-10gst/filter/gstlpwsinc.*: Add a highpass mode.Sebastian Dröge1-10/+57
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öge1-3/+6
2007-08-09gst/filter/gstlpwsinc.*: Add double support, replace "this" with "self" as th...Sebastian Dröge1-98/+162
2007-08-08gst/filter/: Use GstAudioFilter as base class and don't leak the memory of th...Sebastian Dröge1-35/+40
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-183/+156
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-04-06Unify the long descriptions in the plugin details (#337263).j^1-1/+2
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-13/+13
2004-03-14gst-indentThomas Vander Stichele1-69/+69