aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder_list: added configuration option to disable decoder pluginsMax Kellermann2009-02-151-0/+4
* 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-151-3/+6
* 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
* playlist_edit: improved range checks in shufflePlaylist()Romain Bignon2009-02-131-1/+6
* added the shufflerange commandRomain Bignon2009-02-133-26/+29
* update: free deleted subdirectoriesMax Kellermann2009-02-121-2/+6
* update: recursively purge deleted directoriesMax Kellermann2009-02-121-1/+1
* aac: fix stream metadataMax Kellermann2009-02-121-1/+1
* database: don't load database after charset was reconfiguredMax Kellermann2009-02-121-6/+4
* wildmidi: added seeking supportMax Kellermann2009-02-121-1/+11
* wildmidi: provide and current total song timeMax Kellermann2009-02-121-5/+34
* wildmidi: new decoder plugin for MIDI filesMax Kellermann2009-02-123-0/+112
* fluidsynth: new decoder plugin for MIDI filesMax Kellermann2009-02-123-0/+243
* sidplay: new decoder plugin for playing C64 SID filesMax Kellermann2009-02-113-0/+171
* decoder_thread: re-enable file decodersMax Kellermann2009-02-111-1/+1
* ffmpeg: added TTA supportMax Kellermann2009-02-111-0/+2
* 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
* audio: moved state file code to output_state.cMax Kellermann2009-02-106-59/+121
* audio: removed isCurrentAudioFormat()Max Kellermann2009-02-102-10/+0
* crossfade: don't use isCurrentAudioFormat()Max Kellermann2009-02-103-2/+5
* playlist: fix assertion when last/current song is deletedMax Kellermann2009-02-101-1/+4
* audio: added output enumeration functionsMax Kellermann2009-02-102-0/+35
* audio: added audio_output_config_count()Max Kellermann2009-02-102-1/+11