aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-15decoder_api: moved enum decoder_command to decoder_command.hMax Kellermann5-9/+35
2009-02-15decoder_plugin: added inline wrapper functionsMax Kellermann3-5/+62
2009-02-15decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann7-60/+89
2009-02-15daemon: return early from daemonize_set_user()Max Kellermann1-19/+20
2009-02-15daemon: ignore "user" setting if already running as that userMax Kellermann1-3/+6
2009-02-15daemon: added comments to daemonize_detach()Max Kellermann1-0/+9
2009-02-15daemon: print fork error messageMax Kellermann1-2/+3
2009-02-15daemon: moved code to daemonize_detach()Max Kellermann1-19/+23
2009-02-13playlist_edit: improved range checks in shufflePlaylist()Romain Bignon1-1/+6
2009-02-13added the shufflerange commandRomain Bignon3-26/+29
2009-02-12update: free deleted subdirectoriesMax Kellermann1-2/+6
2009-02-12update: recursively purge deleted directoriesMax Kellermann1-1/+1
2009-02-12aac: fix stream metadataMax Kellermann1-1/+1
2009-02-12database: don't load database after charset was reconfiguredMax Kellermann1-6/+4
2009-02-12wildmidi: added seeking supportMax Kellermann1-1/+11
2009-02-12wildmidi: provide and current total song timeMax Kellermann1-5/+34
2009-02-12wildmidi: new decoder plugin for MIDI filesMax Kellermann3-0/+112
2009-02-12fluidsynth: new decoder plugin for MIDI filesMax Kellermann3-0/+243
2009-02-11sidplay: new decoder plugin for playing C64 SID filesMax Kellermann3-0/+171
2009-02-11decoder_thread: re-enable file decodersMax Kellermann1-1/+1
2009-02-11ffmpeg: added TTA supportMax Kellermann1-0/+2
2009-02-11playlist: don't preserve "current" song after "random" toggleMax Kellermann1-2/+4
2009-02-11audio: moved code to output_command.cMax Kellermann6-50/+122
2009-02-11audio_format: added validation functionsMax Kellermann2-6/+37
2009-02-11audio: replaced parseAudioConfig() with audio_format_parse()Max Kellermann6-63/+153
2009-02-11Set boundPort to the current portnumber, so zeroconf announces the right port...Qball Cow1-0/+1
2009-02-10output_all: immediately reopen output on playMax Kellermann1-0/+13
2009-02-10output_thread: moved code to ao_close()Max Kellermann1-12/+14
2009-02-10output_thread: leave the pause loop on failureMax Kellermann1-0/+1
2009-02-10output_thread: consistently (de)initialize pcm_convert_stateMax Kellermann1-3/+5
2009-02-10output_api: no CamelCase in struct audio_outputMax Kellermann4-26/+27
2009-02-10shout_mp3: use audio_format_frame_size()Max Kellermann1-2/+1
2009-02-10shout: pass void pointer to the encoderMax Kellermann3-5/+6
2009-02-10shout_ogg: moved PCM conversion to a separate functionMax Kellermann1-12/+13
2009-02-10ao: declare AoData.writeSize as size_tMax Kellermann1-3/+3
2009-02-10osx: removed disabled debug messagesMax Kellermann1-43/+2
2009-02-10output_all: added API documentationMax Kellermann1-0/+33
2009-02-10output_all: moved code to audio_output_all_finished()Max Kellermann1-13/+16
2009-02-10output_all: no CamelCaseMax Kellermann4-81/+97
2009-02-10audio: moved code to output_all.cMax Kellermann10-298/+366
2009-02-10audio: moved protocol code to output_print.cMax Kellermann6-19/+78
2009-02-10audio: moved state file code to output_state.cMax Kellermann6-59/+121
2009-02-10audio: removed isCurrentAudioFormat()Max Kellermann2-10/+0
2009-02-10crossfade: don't use isCurrentAudioFormat()Max Kellermann3-2/+5
2009-02-10playlist: fix assertion when last/current song is deletedMax Kellermann1-1/+4
2009-02-10audio: added output enumeration functionsMax Kellermann2-0/+35
2009-02-10audio: added audio_output_config_count()Max Kellermann2-1/+11
2009-02-10output_internal: added missing output_api.h includeMax Kellermann1-0/+1
2009-02-10player: added some more assertionsMax Kellermann2-0/+4
2009-02-10player_thread: reset pc.next_song only if queuedMax Kellermann1-1/+5