aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/fluidsynth_decoder_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/fluidsynth: add "sample_rate" settingMax Kellermann2012-08-151-6/+14
|
* decoder/fluidsynth: add "soundfont" settingMax Kellermann2012-08-151-6/+7
| | | | Replaces the old global "soundfont" which never worked.
* configure.ac: auto-detect libfluidsynthMax Kellermann2012-08-151-9/+0
| | | | | 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-151-5/+4
| | | | Use libfluidsynth's new function fluid_player_get_status().
* decoder/fluidsynth: don't duplicate pathMax Kellermann2012-08-151-6/+1
| | | | The libfluidsynth now accepts const strings.
* decoder/fluidsynth: check if file is really a MIDIMax Kellermann2012-08-151-4/+1
| | | | Use fluid_is_midifile() to verify the file format.
* decoder/fluidsynth: remove throttle (requires libfluidsynth 1.1)Max Kellermann2012-08-151-17/+1
| | | | | The libfluidsynth API is now sane, and does not require real-time decoding.
* decoder/{mikmod,fluidsynth,mp4ff}: adapt to tag_handler APIMax Kellermann2012-02-111-6/+6
| | | | Fixes build regression.
* rename 'Timer' to 'struct timer'Jonathan Neuschäfer2011-08-271-1/+1
|
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* renamed decoder plugin sourcesMax Kellermann2010-01-041-0/+244
Make it X_decoder_plugin.c.