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