Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-19 | freeverb: Don't pass floats to abs() but instead cast them to ints first | Sebastian Dröge | 1 | -10/+10 | |
gstfreeverb.c:781:29: error: using integer absolute value function 'abs' when argument is of floating point type [-Werror,-Wabsolute-value] if (abs (out_l2) > 0 || abs (out_r2) > 0) | |||||
2013-04-15 | gst: Add better support for static plugins | Sebastian Dröge | 1 | -1/+1 | |
2013-03-03 | freeverb: Fix compiler warning caused by wrong format specifier | Sebastian Dröge | 1 | -1/+1 | |
2013-02-15 | freeverb: remove channel-mask from caps | Stefan Sauer | 1 | -8/+7 | |
The channel-mask is only needed for channels>2 which we don't do. | |||||
2013-02-07 | freeverb: port to 1.0 | Stefan Sauer | 3 | -135/+111 | |
2012-11-04 | Fix FSF address | Tim-Philipp Müller | 2 | -4/+4 | |
https://bugzilla.gnome.org/show_bug.cgi?id=687520 | |||||
2012-10-17 | Use gst_element_class_set_static_metadata() | Tim-Philipp Müller | 1 | -1/+1 | |
where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there. | |||||
2012-09-14 | replace gst_element_class_set_details_simple with gst_element_class_set_metadata | Mark Nauwelaerts | 1 | -1/+1 | |
2012-04-05 | gst: Update for GST_PLUGIN_DEFINE() API changes | Sebastian Dröge | 1 | -1/+1 | |
2011-11-22 | freeverb: add a freeverb port | Stefan Sauer | 3 | -0/+1071 | |
Freeverb is a public domain reverb implementation. Port it as a gstreamer element and make use of gstreamer specific features (gap aware, disconts, controller, ...). |