| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mixer: include cleanup | Max Kellermann | 2009-02-16 | 2 | -1/+4 |
* | output: include cleanup | Max Kellermann | 2009-02-16 | 4 | -2/+5 |
* | mixer_api: replaced method "control()" with "{get,set}_volume()" | Max Kellermann | 2009-02-16 | 6 | -149/+158 |
* | output_plugin: replaced method "control()" with "mixer()" | Max Kellermann | 2009-02-16 | 4 | -28/+45 |
* | output_plugin: added inline wrapper functions | Max Kellermann | 2009-02-16 | 4 | -33/+91 |
* | output_plugin: reorder method declarations | Max Kellermann | 2009-02-16 | 1 | -17/+17 |
* | output_api: moved "struct audio_output_plugin" to output_plugin.h | Max Kellermann | 2009-02-16 | 2 | -87/+116 |
* | output_api: moved "enum output_command" to output_internal.h | Max Kellermann | 2009-02-16 | 2 | -11/+11 |
* | output_control: no CamelCase | Max Kellermann | 2009-02-16 | 2 | -56/+55 |
* | wildmidi: check if configurationn file exists | Max Kellermann | 2009-02-15 | 1 | -0/+4 |
* | wildmidi: obtain timidity.cfg location from mpd.conf | Max Kellermann | 2009-02-15 | 1 | -3/+6 |
* | decoder_list: added configuration option to disable decoder plugins | Max Kellermann | 2009-02-15 | 2 | -0/+5 |
* | decoder_list: added configuration block "decoder" | Max Kellermann | 2009-02-15 | 3 | -1/+31 |
* | decoder_plugin: pass struct config_param to init() method | Max Kellermann | 2009-02-15 | 9 | -10/+18 |
* | decoder_api: moved enum decoder_command to decoder_command.h | Max Kellermann | 2009-02-15 | 5 | -9/+35 |
* | decoder_plugin: added inline wrapper functions | Max Kellermann | 2009-02-15 | 3 | -5/+62 |
* | decoder_api: moved struct decoder_plugin to decoder_plugin.h | Max Kellermann | 2009-02-15 | 7 | -60/+89 |
* | daemon: return early from daemonize_set_user() | Max Kellermann | 2009-02-15 | 1 | -19/+20 |
* | daemon: ignore "user" setting if already running as that user | Max Kellermann | 2009-02-15 | 2 | -3/+7 |
* | daemon: added comments to daemonize_detach() | Max Kellermann | 2009-02-15 | 1 | -0/+9 |
* | daemon: print fork error message | Max Kellermann | 2009-02-15 | 1 | -2/+3 |
* | daemon: moved code to daemonize_detach() | Max Kellermann | 2009-02-15 | 1 | -19/+23 |
* | mpd version 0.14.2 | Avuton Olrich | 2009-02-14 | 1 | -3/+1 |
* | playlist_edit: improved range checks in shufflePlaylist() | Romain Bignon | 2009-02-13 | 1 | -1/+6 |
* | added the shufflerange command | Romain Bignon | 2009-02-13 | 4 | -26/+32 |
* | doc: use $(DESTDIR) | Max Kellermann | 2009-02-13 | 1 | -2/+2 |
* | doc: generate API documentation with doxygen | Max Kellermann | 2009-02-13 | 4 | -1/+1436 |
* | update: free deleted subdirectories | Max Kellermann | 2009-02-12 | 2 | -2/+7 |
* | update: recursively purge deleted directories | Max Kellermann | 2009-02-12 | 2 | -1/+2 |
* | aac: fix stream metadata | Max Kellermann | 2009-02-12 | 2 | -1/+2 |
* | database: don't load database after charset was reconfigured | Max Kellermann | 2009-02-12 | 1 | -6/+4 |
* | wildmidi: added seeking support | Max Kellermann | 2009-02-12 | 1 | -1/+11 |
* | configure.ac: always check for C++ compiler | Max Kellermann | 2009-02-12 | 1 | -5/+2 |
* | wildmidi: provide and current total song time | Max Kellermann | 2009-02-12 | 1 | -5/+34 |
* | wildmidi: new decoder plugin for MIDI files | Max Kellermann | 2009-02-12 | 6 | -0/+148 |
* | fluidsynth: new decoder plugin for MIDI files | Max Kellermann | 2009-02-12 | 6 | -1/+268 |
* | configure.ac: define conditional am__fastdepCXX | Max Kellermann | 2009-02-11 | 1 | -0/+2 |
* | sidplay: new decoder plugin for playing C64 SID files | Max Kellermann | 2009-02-11 | 6 | -0/+201 |
* | configure.ac: removed misplaced comma | Max Kellermann | 2009-02-11 | 1 | -1/+1 |
* | decoder_thread: re-enable file decoders | Max Kellermann | 2009-02-11 | 1 | -1/+1 |
* | ffmpeg: added TTA support | Max Kellermann | 2009-02-11 | 2 | -1/+4 |
* | playlist: don't preserve "current" song after "random" toggle | Max Kellermann | 2009-02-11 | 1 | -2/+4 |
* | audio: moved code to output_command.c | Max Kellermann | 2009-02-11 | 6 | -50/+122 |
* | audio_format: added validation functions | Max Kellermann | 2009-02-11 | 2 | -6/+37 |
* | audio: replaced parseAudioConfig() with audio_format_parse() | Max Kellermann | 2009-02-11 | 6 | -63/+153 |
* | Set boundPort to the current portnumber, so zeroconf announces the right port... | Qball Cow | 2009-02-11 | 1 | -0/+1 |
* | output_all: immediately reopen output on play | Max Kellermann | 2009-02-10 | 1 | -0/+13 |
* | output_thread: moved code to ao_close() | Max Kellermann | 2009-02-10 | 1 | -12/+14 |
* | output_thread: leave the pause loop on failure | Max Kellermann | 2009-02-10 | 1 | -0/+1 |
* | output_thread: consistently (de)initialize pcm_convert_state | Max Kellermann | 2009-02-10 | 1 | -3/+5 |