aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* decoder_list: added configuration option to disable decoder pluginsMax Kellermann2009-02-152-0/+5
* decoder_list: added configuration block "decoder"Max Kellermann2009-02-153-1/+31
* decoder_plugin: pass struct config_param to init() methodMax Kellermann2009-02-159-10/+18
* decoder_api: moved enum decoder_command to decoder_command.hMax Kellermann2009-02-155-9/+35
* decoder_plugin: added inline wrapper functionsMax Kellermann2009-02-153-5/+62
* decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann2009-02-157-60/+89
* daemon: return early from daemonize_set_user()Max Kellermann2009-02-151-19/+20
* daemon: ignore "user" setting if already running as that userMax Kellermann2009-02-152-3/+7
* daemon: added comments to daemonize_detach()Max Kellermann2009-02-151-0/+9
* daemon: print fork error messageMax Kellermann2009-02-151-2/+3
* daemon: moved code to daemonize_detach()Max Kellermann2009-02-151-19/+23
* mpd version 0.14.2Avuton Olrich2009-02-141-3/+1
* playlist_edit: improved range checks in shufflePlaylist()Romain Bignon2009-02-131-1/+6
* added the shufflerange commandRomain Bignon2009-02-134-26/+32
* doc: use $(DESTDIR)Max Kellermann2009-02-131-2/+2
* doc: generate API documentation with doxygenMax Kellermann2009-02-134-1/+1436
* update: free deleted subdirectoriesMax Kellermann2009-02-122-2/+7
* update: recursively purge deleted directoriesMax Kellermann2009-02-122-1/+2
* aac: fix stream metadataMax Kellermann2009-02-122-1/+2
* database: don't load database after charset was reconfiguredMax Kellermann2009-02-121-6/+4
* wildmidi: added seeking supportMax Kellermann2009-02-121-1/+11
* configure.ac: always check for C++ compilerMax Kellermann2009-02-121-5/+2
* wildmidi: provide and current total song timeMax Kellermann2009-02-121-5/+34
* wildmidi: new decoder plugin for MIDI filesMax Kellermann2009-02-126-0/+148
* fluidsynth: new decoder plugin for MIDI filesMax Kellermann2009-02-126-1/+268
* configure.ac: define conditional am__fastdepCXXMax Kellermann2009-02-111-0/+2
* sidplay: new decoder plugin for playing C64 SID filesMax Kellermann2009-02-116-0/+201
* configure.ac: removed misplaced commaMax Kellermann2009-02-111-1/+1
* decoder_thread: re-enable file decodersMax Kellermann2009-02-111-1/+1
* ffmpeg: added TTA supportMax Kellermann2009-02-112-1/+4
* playlist: don't preserve "current" song after "random" toggleMax Kellermann2009-02-111-2/+4
* audio: moved code to output_command.cMax Kellermann2009-02-116-50/+122
* audio_format: added validation functionsMax Kellermann2009-02-112-6/+37
* audio: replaced parseAudioConfig() with audio_format_parse()Max Kellermann2009-02-116-63/+153
* Set boundPort to the current portnumber, so zeroconf announces the right port...Qball Cow2009-02-111-0/+1
* output_all: immediately reopen output on playMax Kellermann2009-02-101-0/+13
* output_thread: moved code to ao_close()Max Kellermann2009-02-101-12/+14
* output_thread: leave the pause loop on failureMax Kellermann2009-02-101-0/+1
* output_thread: consistently (de)initialize pcm_convert_stateMax Kellermann2009-02-101-3/+5
* output_api: no CamelCase in struct audio_outputMax Kellermann2009-02-104-26/+27
* shout_mp3: use audio_format_frame_size()Max Kellermann2009-02-101-2/+1
* shout: pass void pointer to the encoderMax Kellermann2009-02-103-5/+6
* shout_ogg: moved PCM conversion to a separate functionMax Kellermann2009-02-101-12/+13
* ao: declare AoData.writeSize as size_tMax Kellermann2009-02-101-3/+3
* osx: removed disabled debug messagesMax Kellermann2009-02-101-43/+2
* output_all: added API documentationMax Kellermann2009-02-101-0/+33
* output_all: moved code to audio_output_all_finished()Max Kellermann2009-02-101-13/+16
* output_all: no CamelCaseMax Kellermann2009-02-104-81/+97
* audio: moved code to output_all.cMax Kellermann2009-02-1010-298/+366
* audio: moved protocol code to output_print.cMax Kellermann2009-02-106-19/+78