aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/fluidsynth_decoder_plugin.c
Commit message (Collapse)AuthorAge
* decoder/fluidsynth: add "sample_rate" settingMax Kellermann2012-08-15
|
* decoder/fluidsynth: add "soundfont" settingMax Kellermann2012-08-15
| | | | Replaces the old global "soundfont" which never worked.
* configure.ac: auto-detect libfluidsynthMax Kellermann2012-08-15
| | | | | Now that the libfluidsynth API was sanitized, we can enable the plugin automatically if libfluidsynth is installed.
* decoder/fluidsynth: stop playback at end of fileMax Kellermann2012-08-15
| | | | Use libfluidsynth's new function fluid_player_get_status().
* decoder/fluidsynth: don't duplicate pathMax Kellermann2012-08-15
| | | | The libfluidsynth now accepts const strings.
* decoder/fluidsynth: check if file is really a MIDIMax Kellermann2012-08-15
| | | | Use fluid_is_midifile() to verify the file format.
* decoder/fluidsynth: remove throttle (requires libfluidsynth 1.1)Max Kellermann2012-08-15
| | | | | The libfluidsynth API is now sane, and does not require real-time decoding.
* decoder/{mikmod,fluidsynth,mp4ff}: adapt to tag_handler APIMax Kellermann2012-02-11
| | | | Fixes build regression.
* rename 'Timer' to 'struct timer'Jonathan Neuschäfer2011-08-27
|
* copyright year 2011Max Kellermann2011-01-29
|
* renamed decoder plugin sourcesMax Kellermann2010-01-04
Make it X_decoder_plugin.c.