summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-03-27implements the smartstop featureRomain Bignon
2009-03-27pulse_mixer: adapted code styleMax Kellermann
2009-03-26output_all: synchronize playback with player_control.notifyMax Kellermann
2009-03-26playlist_state: fix playback restore in random modeMax Kellermann
2009-03-26queue/playlist/command: move rangeJeffrey Middleton
2009-03-26pulse_mixer: removed superfluous initializationsMax Kellermann
2009-03-26pulse_mixer: allocate "volume" staticallyMax Kellermann
2009-03-26pulse_mixer: removed superfluous NULL checks in close()Max Kellermann
2009-03-26pulse_mixer: initialize "online" and "index" in open()Max Kellermann
2009-03-26pulse: make configuration strings constMax Kellermann
2009-03-26pulse: don't check config_param!=NULLMax Kellermann
2009-03-26pulse_mixer: free libpulse objects on failureMax Kellermann
2009-03-26pulse_mixer: unlock the mainloop on failureMax Kellermann
2009-03-26pulse_mixer: moved code to pulse_mixer_setup()Max Kellermann
2009-03-26alsa_mixer: initialize "volume_set" in the open() methodMax Kellermann
2009-03-26alsa_mixer: removed superfluous checksMax Kellermann
2009-03-26alsa_mixer: pass default device to config_get_block_string()Max Kellermann
2009-03-26alsa_mixer: make "device" and "control" constMax Kellermann
2009-03-26oss_mixer: call oss_find_mixer() in init() methodMax Kellermann
2009-03-26oss_mixer: removed superfluous checksMax Kellermann
2009-03-26oss_mixer: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann
2009-03-26oss_mixer: pass default path to config_get_block_string()Max Kellermann
2009-03-26oss_mixer: make "device" and "control" constMax Kellermann
2009-03-26mixer: don't reopen failed mixer automaticallyMax Kellermann
2009-03-26mixer_control: close mixer on failureMax Kellermann
2009-03-26mixer: added flag "open"Max Kellermann
2009-03-26mixer_control: don't allow mixer==NULLMax Kellermann
2009-03-26output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann
2009-03-25player_thread: wait for decoder before seekingMax Kellermann
2009-03-25playlist_state: start playing after restore is completeMax Kellermann
2009-03-25output_all: synchronize playback with a notify objectMax Kellermann
2009-03-25output_all: moved code to audio_output_all_wait()Max Kellermann
2009-03-25output: protect audio_output.open with the mutexMax Kellermann
2009-03-21move printAllOutputPluginTypes to output_list.cViliam Mateicka
2009-03-20output_control: close earlier on format mismatchMax Kellermann
2009-03-20output: convert audio_output.config_audio_format to booleanMax Kellermann
2009-03-17page: added page_new_concat()Max Kellermann
2009-03-17player_thread: ignore time stamp on empty chunksMax Kellermann
2009-03-17flac/cue: added support for TITLE[n] commentsMario Lenz
2009-03-17pulse_mixer: keep mixer attached when another pulse sink is closed.David Guibert
2009-03-17pulse_mixer: closeDavid Guibert
2009-03-17httpd: fixed encoder plugin checkJeffrey Middleton
2009-03-16flac: get CUE track titles from additional FLAC commentsMario Lenz
2009-03-16socket_util: use g_strerror() instead of strerror()Max Kellermann
2009-03-16solaris: new audio output plugin for Solaris /dev/audioMax Kellermann
2009-03-16output_all: check param!=NULL before accessing itMax Kellermann
2009-03-15httpd_output: check client->write_source_id in handlerMax Kellermann
2009-03-15httpd_output: clear the client's page queue on cancelMax Kellermann
2009-03-15vorbis_encoder: added support for all MPD tag typesMax Kellermann
2009-03-15vorbis_encoder: removed vorbis_encoder.vcMax Kellermann