aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FluidsynthDecoderPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann1-1/+1
2013-10-21decoder_plugin: rename struct to DecoderPluginMax Kellermann1-1/+1
2013-10-15Util/Macros: replacement for GLib's G_N_ELEMENTS()Max Kellermann1-3/+2
2013-10-02Log: new logging library APIMax Kellermann1-15/+17
2013-09-27DecoderCommand: convert to strictly-typed enumMax Kellermann1-2/+2
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+0
2013-09-04util/Error: new error passing libraryMax Kellermann1-4/+4
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-3/+3
2013-08-04DecoderPlugin: pass config_param referenceMax Kellermann1-5/+4
2013-08-03audio_format: convert to C++Max Kellermann1-3/+2
2013-07-29audio_check: convert to C++Max Kellermann1-1/+1
2013-07-28decoder_api: convert to C++Max Kellermann1-1/+1
2013-07-28decoder/fluidsynth: convert to C++Max Kellermann1-14/+21
2012-08-15decoder/fluidsynth: add "sample_rate" settingMax Kellermann1-6/+14
2012-08-15decoder/fluidsynth: add "soundfont" settingMax Kellermann1-6/+7
2012-08-15configure.ac: auto-detect libfluidsynthMax Kellermann1-9/+0
2012-08-15decoder/fluidsynth: stop playback at end of fileMax Kellermann1-5/+4
2012-08-15decoder/fluidsynth: don't duplicate pathMax Kellermann1-6/+1
2012-08-15decoder/fluidsynth: check if file is really a MIDIMax Kellermann1-4/+1
2012-08-15decoder/fluidsynth: remove throttle (requires libfluidsynth 1.1)Max Kellermann1-17/+1
2012-02-11decoder/{mikmod,fluidsynth,mp4ff}: adapt to tag_handler APIMax Kellermann1-6/+6
2011-08-27rename 'Timer' to 'struct timer'Jonathan Neuschäfer1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-01-04renamed decoder plugin sourcesMax Kellermann1-0/+0
2010-01-04decoder_api: added function decoder_replay_gain()Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-26decoder_api: added function decoder_timestamp()Max Kellermann1-1/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-3/+4
2009-04-25fluidsynth: added "experimental" comments in the source fileMax Kellermann1-0/+9
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-02-15decoder_plugin: pass struct config_param to init() methodMax Kellermann1-1/+1
2009-02-12fluidsynth: new decoder plugin for MIDI filesMax Kellermann1-0/+233