summaryrefslogtreecommitdiff
path: root/ext/spandsp
Commit message (Collapse)AuthorAgeFilesLines
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-1/+1
| | | | | | | The only plugins remaining are those that haven't been ported to Meson yet, and msdk. Also, the tests are still automagic. https://bugzilla.gnome.org/show_bug.cgi?id=795107
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=794568
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
| | | | | Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient.
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-122-22/+8
|
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/mesonbuild/meson With contributions from: Tim-Philipp Müller <tim@centricular.com> Matej Knopp <matej.knopp@gmail.com> Jussi Pakkanen <jpakkane@gmail.com> (original port) Highlights of the features provided are: * Faster builds on Linux (~40-50% faster) * The ability to build with MSVC on Windows * Generate Visual Studio project files * Generate XCode project files * Much faster builds on Windows (on-par with Linux) * Seriously fast configure and building on embedded ... and many more. For more details see: http://blog.nirbheek.in/2016/05/gstreamer-and-meson-new-hope.html http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html Building with Meson should work on both Linux and Windows, but may need a few more tweaks on other operating systems.
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-243-10/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=763081
* spandsp: Add tone generatorSebastian Dröge2016-01-214-3/+509
|
* spandsp: Don't use the private field 'missing_samples'Руслан Ижбулатов2015-04-271-2/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=748497
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* dtmf/spandsp: Move dtmfdetect to use libspandspOlivier Crête2013-01-094-4/+383
| | | | | Remove our copy of the tone_detect.c file and use the original from libspandsp. Also move the element to the spandsp plugin.
* Fix FSF addressTim-Philipp Müller2012-11-043-5/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
| | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there.
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
|
* spanplc: Don't unref too much, don't forward gap eventOlivier Crête2012-09-111-6/+3
|
* spanplc: Port to 1.0 APIOlivier Crête2012-09-112-108/+64
|
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
|
* spanplc: Fix typosOlivier Crête2011-09-151-2/+2
|
* spandsp: Adding spandsp plugin with spanplc element for packet loss concealmentYouness Alaoui2011-09-084-0/+409