| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove lpwsinc and bpwsinc elements - they've become audiowsinclimit and audi... | Jan Schmidt | 2008-02-07 | 8 | -1847/+3 |
* | gst/filter/gstlpwsinc.c: Fix typo in the long description of the element. | Sebastian Dröge | 2008-02-07 | 1 | -1/+1 |
* | gst/filter/: Don't implement get_unit_size() ourselves, the GstAudioFilter ba... | Sebastian Dröge | 2008-01-26 | 2 | -42/+0 |
* | gst/filter/: The transform() methods are not called in passthrough mode so th... | Sebastian Dröge | 2007-12-06 | 2 | -8/+0 |
* | gst/filter/: Sync the GObject properties with the controller even in passthro... | Sebastian Dröge | 2007-12-06 | 2 | -9/+8 |
* | gst/filter/: Post a GST_MESSAGE_LATENCY if the latency changes. | Sebastian Dröge | 2007-11-21 | 2 | -0/+4 |
* | gst/filter/: Add small comparision with the chebyshev filters in the docs. | Sebastian Dröge | 2007-08-19 | 2 | -2/+10 |
* | Use generator macros for the process functions for the different sample types... | Sebastian Dröge | 2007-08-17 | 4 | -178/+110 |
* | gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl... | Sebastian Dröge | 2007-08-16 | 3 | -8/+300 |
* | gst/filter/gstlpwsinc.*: Implement latency query and only forward those sampl... | Sebastian Dröge | 2007-08-16 | 2 | -6/+295 |
* | Add docs for lpwsinc and bpwsinc and integrate them into the build system. Wh... | Sebastian Dröge | 2007-08-13 | 4 | -3/+57 |
* | gst/filter/: Improve debugging a bit. | Sebastian Dröge | 2007-08-12 | 2 | -11/+15 |
* | gst/filter/: Reset the residue in BaseTransform::start to get a clean residue... | Sebastian Dröge | 2007-08-12 | 2 | -2/+39 |
* | gst/filter/: Fix processing with buffer sizes that are larger than the filter... | Sebastian Dröge | 2007-08-11 | 2 | -8/+48 |
* | gst/filter/gstbpwsinc.c: Fix a segfault with more than one channel and don't ... | Sebastian Dröge | 2007-08-10 | 1 | -1/+4 |
* | gst/filter/gstbpwsinc.*: Add support for a bandreject mode and allow specifyi... | Sebastian Dröge | 2007-08-10 | 3 | -16/+111 |
* | gst/filter/gstbpwsinc.*: Apply the same changes to the bandpass filter: | Sebastian Dröge | 2007-08-10 | 3 | -122/+226 |
* | gst/filter/gstlpwsinc.*: Specify the actual filter length instead of a weird ... | Sebastian Dröge | 2007-08-10 | 2 | -28/+29 |
* | gst/filter/gstlpwsinc.*: Allow choosing between hamming and blackman window. ... | Sebastian Dröge | 2007-08-10 | 2 | -3/+51 |
* | gst/filter/gstlpwsinc.*: Add a highpass mode. | Sebastian Dröge | 2007-08-10 | 2 | -10/+58 |
* | gst/filter/gstlpwsinc.c: Fix processing if the input has more than one channel. | Sebastian Dröge | 2007-08-10 | 1 | -18/+36 |
* | gst/filter/gstbpwsinc.c: "this" is a C++ keyword, use "self" instead. | Sebastian Dröge | 2007-08-09 | 2 | -58/+64 |
* | gst/filter/gstlpwsinc.*: Add double support, replace "this" with "self" as th... | Sebastian Dröge | 2007-08-09 | 2 | -103/+170 |
* | gst/filter/: Use GstAudioFilter as base class and don't leak the memory of th... | Sebastian Dröge | 2007-08-08 | 5 | -76/+88 |
* | configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c ... | Stefan Kost | 2007-05-22 | 1 | -1/+3 |
* | Fix build with LDFLAGS='-Wl,-z,defs'. | Tim-Philipp Müller | 2007-02-24 | 1 | -1/+2 |
* | Fix build with gcc-2.x (declare variables at the beginning of a block etc.). ... | Jens Granseuer | 2007-01-03 | 4 | -19/+19 |
* | gst/filter/: Don't forget new files. | Wim Taymans | 2006-07-10 | 3 | -0/+228 |
* | Ported the gstfilter plugin to GStreamer 0.10. | Mathis Hofer | 2006-07-10 | 6 | -603/+512 |
* | Define GstElementDetails as const and also static (when defined as global) | Stefan Kost | 2006-04-25 | 3 | -3/+4 |
* | Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) | Stefan Kost | 2006-04-08 | 3 | -3/+3 |
* | Unify the long descriptions in the plugin details (#337263). | j^ | 2006-04-06 | 2 | -2/+4 |
* | rework build; add translations for v4l2 | Thomas Vander Stichele | 2006-04-01 | 1 | -1/+1 |
* | Way, way, way too many files: Remove crack comment from the 2000 era. | Andy Wingo | 2005-07-05 | 3 | -6/+0 |
* | more working plugins | Steve Lhomme | 2004-07-27 | 1 | -1/+1 |
* | rename GStreamer-0.8.lib to libgstreamer.lib | Steve Lhomme | 2004-07-27 | 1 | -2/+2 |
* | avoid problems with math.h, fix release dependancy | Steve Lhomme | 2004-07-27 | 1 | -3/+3 |
* | more plugins supported under windows | Steve Lhomme | 2004-07-26 | 1 | -0/+163 |
* | first batch : remove ',' at end of enums as they could confuse older gcc, for... | Stéphane Loeuillet | 2004-05-21 | 3 | -3/+3 |
* | don't mix tabs and spaces | Thomas Vander Stichele | 2004-03-15 | 4 | -43/+43 |
* | *.h: Revert indenting | Johan Dahlin | 2004-03-15 | 1 | -6/+5 |
* | gst-indent | Thomas Vander Stichele | 2004-03-14 | 6 | -350/+385 |
* | Merge CAPS branch | David Schleef | 2003-12-22 | 5 | -68/+49 |
* | remove copyright field from plugins | Andy Wingo | 2003-12-04 | 1 | -1/+0 |
* | + checking in plugin category changes | Leif Johnson | 2003-11-16 | 3 | -3/+3 |
* | Remove all config.h includes from header files, add it to each source file an... | Ronald S. Bultje | 2003-11-07 | 1 | -0/+4 |
* | Updated for the new plugin loading code | Jan Schmidt | 2003-11-02 | 5 | -54/+80 |
* | /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ... | Andy Wingo | 2003-10-08 | 3 | -9/+12 |
* | Remove redundant plugindir definition | David Schleef | 2003-08-10 | 1 | -1/+0 |
* | + the last of the float caps changes ... these are a bit more pervasive | Leif Johnson | 2003-07-19 | 1 | -6/+6 |