Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 1 | -3/+3 | |
The old struct config_param remains only for top-level string options. | |||||
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-12-04 | playlist, InotifySource, ...: update GLib comments | Max Kellermann | 1 | -2/+2 | |
2014-08-29 | DecoderAPI: pass SignedSongTime to decoder_initialized() | Max Kellermann | 1 | -1/+2 | |
2014-02-07 | DecoderPlugin: pass Path instance to file_decode() and scan_file() | Max Kellermann | 1 | -4/+5 | |
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 1 | -1/+1 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-10-21 | decoder: rename the struct to "Decoder" | Max Kellermann | 1 | -1/+1 | |
2013-10-21 | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 1 | -1/+1 | |
2013-10-15 | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | 1 | -3/+2 | |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -15/+17 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-09-27 | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 1 | -2/+2 | |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -1/+0 | |
Use only ConfigData.hxx in plugin sources to reduce header dependencies. | |||||
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -4/+4 | |
Replaces GLib's GError. | |||||
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -3/+3 | |
2013-08-04 | DecoderPlugin: pass config_param reference | Max Kellermann | 1 | -5/+4 | |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -3/+2 | |
2013-07-29 | audio_check: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/fluidsynth: convert to C++ | Max Kellermann | 1 | -14/+21 | |
2012-08-15 | decoder/fluidsynth: add "sample_rate" setting | Max Kellermann | 1 | -6/+14 | |
2012-08-15 | decoder/fluidsynth: add "soundfont" setting | Max Kellermann | 1 | -6/+7 | |
Replaces the old global "soundfont" which never worked. | |||||
2012-08-15 | configure.ac: auto-detect libfluidsynth | Max Kellermann | 1 | -9/+0 | |
Now that the libfluidsynth API was sanitized, we can enable the plugin automatically if libfluidsynth is installed. | |||||
2012-08-15 | decoder/fluidsynth: stop playback at end of file | Max Kellermann | 1 | -5/+4 | |
Use libfluidsynth's new function fluid_player_get_status(). | |||||
2012-08-15 | decoder/fluidsynth: don't duplicate path | Max Kellermann | 1 | -6/+1 | |
The libfluidsynth now accepts const strings. | |||||
2012-08-15 | decoder/fluidsynth: check if file is really a MIDI | Max Kellermann | 1 | -4/+1 | |
Use fluid_is_midifile() to verify the file format. | |||||
2012-08-15 | decoder/fluidsynth: remove throttle (requires libfluidsynth 1.1) | Max Kellermann | 1 | -17/+1 | |
The libfluidsynth API is now sane, and does not require real-time decoding. | |||||
2012-02-11 | decoder/{mikmod,fluidsynth,mp4ff}: adapt to tag_handler API | Max Kellermann | 1 | -6/+6 | |
Fixes build regression. | |||||
2011-08-27 | rename 'Timer' to 'struct timer' | Jonathan Neuschäfer | 1 | -1/+1 | |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2010-01-04 | renamed decoder plugin sources | Max Kellermann | 1 | -0/+0 | |
Make it X_decoder_plugin.c. | |||||
2010-01-04 | decoder_api: added function decoder_replay_gain() | Max Kellermann | 1 | -1/+1 | |
This function replaces the replay_gain_info parameter for decoder_data(). This allows the decoder to announce replay gain changes, instead of having to pass the same object over and over. | |||||
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-12-26 | decoder_api: added function decoder_timestamp() | Max Kellermann | 1 | -1/+1 | |
Remove the data_time parameter from decoder_data(). This patch eliminates the timestamp counting in most decoder plugins, because the MPD core will do it automatically by default. | |||||
2009-12-02 | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 1 | -1/+1 | |
This patch prepares support for floating point samples (and probably other formats). It changes the meaning of the "bits" attribute from a bit count to a symbolic value. | |||||
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -3/+4 | |
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue. | |||||
2009-04-25 | fluidsynth: added "experimental" comments in the source file | Max Kellermann | 1 | -0/+9 | |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 | |
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy. | |||||
2009-02-15 | decoder_plugin: pass struct config_param to init() method | Max Kellermann | 1 | -1/+1 | |
Preparing for per-plugin configuration sections in mpd.conf. | |||||
2009-02-12 | fluidsynth: new decoder plugin for MIDI files | Max Kellermann | 1 | -0/+233 | |
There are a few problems left in this plugin: - fluidsynth decodes in real time, while MPD prefers to buffer as quickly as possible; as a workaround, this plugin uses a timer object to synchronize with real-time playback - I don't know yet how fluidsynth tells me when the song has ended - the "soundfont" configuration setting is not yet documented, and it will likely change soon (in favor of a per-decoder configuration block) |