index
:
gst-plugins-bad
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
master
LV2 for GStreamer (SoC 2009)
dave@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gst
/
filter
/
gstlpwsinc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-19
gst/filter/: Add small comparision with the chebyshev filters in the docs.
Sebastian Dröge
1
-2
/
+5
2007-08-17
Use generator macros for the process functions for the different sample types...
Sebastian Dröge
1
-88
/
+55
2007-08-16
gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl...
Sebastian Dröge
1
-2
/
+3
2007-08-16
gst/filter/gstlpwsinc.*: Implement latency query and only forward those sampl...
Sebastian Dröge
1
-6
/
+291
2007-08-13
Add docs for lpwsinc and bpwsinc and integrate them into the build system. Wh...
Sebastian Dröge
1
-1
/
+25
2007-08-12
gst/filter/: Improve debugging a bit.
Sebastian Dröge
1
-2
/
+7
2007-08-12
gst/filter/: Reset the residue in BaseTransform::start to get a clean residue...
Sebastian Dröge
1
-1
/
+19
2007-08-11
gst/filter/: Fix processing with buffer sizes that are larger than the filter...
Sebastian Dröge
1
-4
/
+24
2007-08-10
gst/filter/gstbpwsinc.*: Add support for a bandreject mode and allow specifyi...
Sebastian Dröge
1
-2
/
+1
2007-08-10
gst/filter/gstbpwsinc.*: Apply the same changes to the bandpass filter:
Sebastian Dröge
1
-4
/
+4
2007-08-10
gst/filter/gstlpwsinc.*: Specify the actual filter length instead of a weird ...
Sebastian Dröge
1
-22
/
+28
2007-08-10
gst/filter/gstlpwsinc.*: Allow choosing between hamming and blackman window. ...
Sebastian Dröge
1
-3
/
+50
2007-08-10
gst/filter/gstlpwsinc.*: Add a highpass mode.
Sebastian Dröge
1
-10
/
+57
2007-08-10
gst/filter/gstlpwsinc.c: Fix processing if the input has more than one channel.
Sebastian Dröge
1
-18
/
+36
2007-08-09
gst/filter/gstbpwsinc.c: "this" is a C++ keyword, use "self" instead.
Sebastian Dröge
1
-3
/
+6
2007-08-09
gst/filter/gstlpwsinc.*: Add double support, replace "this" with "self" as th...
Sebastian Dröge
1
-98
/
+162
2007-08-08
gst/filter/: Use GstAudioFilter as base class and don't leak the memory of th...
Sebastian Dröge
1
-35
/
+40
2007-01-03
Fix build with gcc-2.x (declare variables at the beginning of a block etc.). ...
Jens Granseuer
1
-7
/
+7
2006-07-10
Ported the gstfilter plugin to GStreamer 0.10.
Mathis Hofer
1
-183
/
+156
2006-04-25
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
1
-1
/
+1
2006-04-08
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
Stefan Kost
1
-1
/
+1
2006-04-06
Unify the long descriptions in the plugin details (#337263).
j^
1
-1
/
+2
2005-07-05
Way, way, way too many files: Remove crack comment from the 2000 era.
Andy Wingo
1
-2
/
+0
2004-05-21
first batch : remove ',' at end of enums as they could confuse older gcc, for...
Stéphane Loeuillet
1
-1
/
+1
2004-03-15
don't mix tabs and spaces
Thomas Vander Stichele
1
-13
/
+13
2004-03-14
gst-indent
Thomas Vander Stichele
1
-69
/
+69
2003-12-22
Merge CAPS branch
David Schleef
1
-10
/
+11
2003-11-16
+ checking in plugin category changes
Leif Johnson
1
-1
/
+1
2003-11-02
Updated for the new plugin loading code
Jan Schmidt
1
-7
/
+20
2003-10-08
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...
Andy Wingo
1
-3
/
+4
2003-07-06
New mimetypes gone into effect today - this commit changes all old mimetypes ...
Ronald S. Bultje
1
-1
/
+1
2003-06-29
compatibility fix for new GST_DEBUG stuff.
Benjamin Otte
1
-1
/
+4
2003-01-10
PadConnect -> PadLink
Thomas Vander Stichele
1
-3
/
+3
2003-01-10
another batch of connect->link fixes please let me know about issues and plea...
Thomas Vander Stichele
1
-2
/
+2
2002-09-29
add license
Andy Wingo
1
-0
/
+1
2002-09-10
This updates all plugins to the new API for gst_pad_try_set_caps
Ronald S. Bultje
1
-5
/
+6
2002-08-30
copy_on_write
Thomas Vander Stichele
1
-0
/
+3
2002-06-27
windowed sinc bandpass filter
Thomas Vander Stichele
1
-0
/
+311