summaryrefslogtreecommitdiff
path: root/ext/fluidsynth
AgeCommit message (Expand)AuthorFilesLines
2021-03-23fluidsynth: allow per feature registrationStéphane Cerveau2-2/+11
2020-02-11fluiddec: Move logging init into plugin_initJan Alexander Steffens (heftig)1-46/+48
2020-02-11fluiddec: Keep fluidsynth from probing audio driversJan Alexander Steffens (heftig)1-0/+16
2020-02-11fluiddec: Avoid deprecated fluid_synth_set_sample_rateJan Alexander Steffens (heftig)1-2/+5
2019-10-14Remove autotools build systemTim-Philipp Müller1-19/+0
2019-09-26fluidsynth: add sf3 to soundfont search pathFabian Greffrath1-2/+3
2019-08-23docstrings: port ulinks to markdown linksMathieu Duponchelle1-1/+1
2019-05-13docs: Build documentation with hotdocThibault Saunier1-0/+1
2019-03-07fluidsynth: Avoid Wincompatible-pointer-types with 2.0.4Jan Alexander Steffens (heftig)1-12/+15
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-1/+1
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2017-03-08Rename plugin filesnames to match plugin namesNicolas Dufresne1-1/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+12
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2014-10-10fluiddec: don't leak incoming caps eventTim-Philipp Müller1-0/+1
2014-10-10fluiddec: fix some memory leaksAntonio Ospite1-0/+4
2014-10-01fluiddec: don't crash on 0-sized input buffersTim-Philipp Müller1-0/+6
2014-02-10fluiddec: add more soundfont search pathsWim Taymans1-49/+39
2014-02-10Change soundfont file search path for fluiddecРуслан Ижбулатов1-26/+49
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-04-08ext: printf format fixes in debug and error messagesTim-Philipp Müller1-1/+1
2013-03-22fluidsynth: rename to fluiddecWim Taymans3-172/+167
2013-03-22fluidsynth: fix debug of segment structureWim Taymans1-1/+1
2013-03-22fluidsynth: handle discontWim Taymans2-0/+10
2013-03-22fluidsynth: reset on flush and state changeWim Taymans1-0/+12
2013-03-22fluidsynth: add propertiesWim Taymans2-22/+187
2013-03-22fluidsynth: log midi tick eventWim Taymans1-0/+3
2013-03-22fluidsynth: redirect logging to gst logging functionsWim Taymans1-0/+43
2013-03-21fluidsynth: improve debugWim Taymans1-5/+11
2013-03-21fluidsynth: produce more accurate timestampsWim Taymans2-19/+31
2013-03-21fluidsynth: add more debugWim Taymans1-0/+2
2013-03-21fluidsynth: add fluidsynth midi rendererWim Taymans3-0/+559