summaryrefslogtreecommitdiff
path: root/ext/fluidsynth
Commit message (Collapse)AuthorAgeFilesLines
* fluiddec: don't leak incoming caps eventTim-Philipp Müller2014-10-101-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=738291
* fluiddec: fix some memory leaksAntonio Ospite2014-10-101-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=738223
* fluiddec: don't crash on 0-sized input buffersTim-Philipp Müller2014-10-011-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=737658
* fluiddec: add more soundfont search pathsWim Taymans2014-02-101-49/+39
| | | | | Fedora installs the soundfonts in /usr/share/soundfonts/ so make sure we look there as well.
* Change soundfont file search path for fluiddecРуслан Ижбулатов2014-02-101-26/+49
| | | | | | | | | | | Use glib to get a list of system "share" directories, then go through that list, appending 'sounds/sf2/' to each directory to get a soundfont directory, and looking for .sf2 files there. This way fluiddec is able to load sf2 files on W32, because otherwise the path '/usr/share/sounds/sf2' makes no sense there. Fixes #724013
* 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
| | | | | Rename the fluidsynth plugin to fluidsynthmidi and the decoder to fluiddec to avoid conflicts with buzztard.
* 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
| | | | | Add properties. Try to find a good default soundfont when not specified.
* 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
Add a fluidsynth element that converts midi events into raw float samples.