Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder/fluidsynth: add "sample_rate" setting | Max Kellermann | 2012-08-15 | 1 | -6/+14 |
| | |||||
* | decoder/fluidsynth: add "soundfont" setting | Max Kellermann | 2012-08-15 | 1 | -6/+7 |
| | | | | Replaces the old global "soundfont" which never worked. | ||||
* | configure.ac: auto-detect libfluidsynth | Max Kellermann | 2012-08-15 | 1 | -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 file | Max Kellermann | 2012-08-15 | 1 | -5/+4 |
| | | | | Use libfluidsynth's new function fluid_player_get_status(). | ||||
* | decoder/fluidsynth: don't duplicate path | Max Kellermann | 2012-08-15 | 1 | -6/+1 |
| | | | | The libfluidsynth now accepts const strings. | ||||
* | decoder/fluidsynth: check if file is really a MIDI | Max Kellermann | 2012-08-15 | 1 | -4/+1 |
| | | | | Use fluid_is_midifile() to verify the file format. | ||||
* | decoder/fluidsynth: remove throttle (requires libfluidsynth 1.1) | Max Kellermann | 2012-08-15 | 1 | -17/+1 |
| | | | | | The libfluidsynth API is now sane, and does not require real-time decoding. | ||||
* | decoder/{mikmod,fluidsynth,mp4ff}: adapt to tag_handler API | Max Kellermann | 2012-02-11 | 1 | -6/+6 |
| | | | | Fixes build regression. | ||||
* | rename 'Timer' to 'struct timer' | Jonathan Neuschäfer | 2011-08-27 | 1 | -1/+1 |
| | |||||
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
| | |||||
* | renamed decoder plugin sources | Max Kellermann | 2010-01-04 | 1 | -0/+244 |
Make it X_decoder_plugin.c. |