summaryrefslogtreecommitdiff
path: root/ext/fluidsynth
Commit message (Expand)AuthorAgeFilesLines
* fluidsynth: allow per feature registrationStéphane Cerveau2021-03-232-2/+11
* fluiddec: Move logging init into plugin_initJan Alexander Steffens (heftig)2020-02-111-46/+48
* fluiddec: Keep fluidsynth from probing audio driversJan Alexander Steffens (heftig)2020-02-111-0/+16
* fluiddec: Avoid deprecated fluid_synth_set_sample_rateJan Alexander Steffens (heftig)2020-02-111-2/+5
* Remove autotools build systemTim-Philipp Müller2019-10-141-19/+0
* fluidsynth: add sf3 to soundfont search pathFabian Greffrath2019-09-261-2/+3
* docstrings: port ulinks to markdown linksMathieu Duponchelle2019-08-231-1/+1
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* fluidsynth: Avoid Wincompatible-pointer-types with 2.0.4Jan Alexander Steffens (heftig)2019-03-071-12/+15
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-1/+1
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
* Rename plugin filesnames to match plugin namesNicolas Dufresne2017-03-081-1/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+12
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* fluiddec: don't leak incoming caps eventTim-Philipp Müller2014-10-101-0/+1
* fluiddec: fix some memory leaksAntonio Ospite2014-10-101-0/+4
* fluiddec: don't crash on 0-sized input buffersTim-Philipp Müller2014-10-011-0/+6
* fluiddec: add more soundfont search pathsWim Taymans2014-02-101-49/+39
* Change soundfont file search path for fluiddecРуслан Ижбулатов2014-02-101-26/+49
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* ext: printf format fixes in debug and error messagesTim-Philipp Müller2013-04-081-1/+1
* fluidsynth: rename to fluiddecWim Taymans2013-03-223-172/+167
* fluidsynth: fix debug of segment structureWim Taymans2013-03-221-1/+1
* fluidsynth: handle discontWim Taymans2013-03-222-0/+10
* fluidsynth: reset on flush and state changeWim Taymans2013-03-221-0/+12
* fluidsynth: add propertiesWim Taymans2013-03-222-22/+187
* fluidsynth: log midi tick eventWim Taymans2013-03-221-0/+3
* fluidsynth: redirect logging to gst logging functionsWim Taymans2013-03-221-0/+43
* fluidsynth: improve debugWim Taymans2013-03-211-5/+11
* fluidsynth: produce more accurate timestampsWim Taymans2013-03-212-19/+31
* fluidsynth: add more debugWim Taymans2013-03-211-0/+2
* fluidsynth: add fluidsynth midi rendererWim Taymans2013-03-213-0/+559