aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* doc: Fixed moveid descriptionJeffrey Middleton2009-03-261-2/+2
* updated valgrind.suppressionsMax Kellermann2009-03-261-0/+47
* pulse_mixer: removed superfluous initializationsMax Kellermann2009-03-261-7/+2
* pulse_mixer: allocate "volume" staticallyMax Kellermann2009-03-261-10/+6
* pulse_mixer: removed superfluous NULL checks in close()Max Kellermann2009-03-261-12/+4
* pulse_mixer: initialize "online" and "index" in open()Max Kellermann2009-03-261-2/+5
* pulse: make configuration strings constMax Kellermann2009-03-262-12/+10
* pulse: don't check config_param!=NULLMax Kellermann2009-03-262-10/+5
* pulse_mixer: free libpulse objects on failureMax Kellermann2009-03-261-0/+6
* pulse_mixer: unlock the mainloop on failureMax Kellermann2009-03-261-0/+2
* pulse_mixer: moved code to pulse_mixer_setup()Max Kellermann2009-03-261-15/+26
* alsa_mixer: initialize "volume_set" in the open() methodMax Kellermann2009-03-261-2/+2
* alsa_mixer: removed superfluous checksMax Kellermann2009-03-261-10/+6
* alsa_mixer: pass default device to config_get_block_string()Max Kellermann2009-03-261-14/+7
* alsa_mixer: make "device" and "control" constMax Kellermann2009-03-261-6/+5
* oss_mixer: call oss_find_mixer() in init() methodMax Kellermann2009-03-261-25/+26
* oss_mixer: removed superfluous checksMax Kellermann2009-03-261-8/+8
* oss_mixer: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann2009-03-261-1/+1
* oss_mixer: pass default path to config_get_block_string()Max Kellermann2009-03-261-8/+5
* oss_mixer: make "device" and "control" constMax Kellermann2009-03-261-6/+5
* mixer: don't reopen failed mixer automaticallyMax Kellermann2009-03-263-2/+13
* mixer_control: close mixer on failureMax Kellermann2009-03-263-5/+16
* mixer: added flag "open"Max Kellermann2009-03-268-5/+61
* mixer_control: don't allow mixer==NULLMax Kellermann2009-03-261-9/+7
* output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann2009-03-269-77/+44
* player_thread: wait for decoder before seekingMax Kellermann2009-03-252-0/+12
* playlist_state: start playing after restore is completeMax Kellermann2009-03-251-18/+17
* output_all: synchronize playback with a notify objectMax Kellermann2009-03-252-2/+3
* output_all: moved code to audio_output_all_wait()Max Kellermann2009-03-253-10/+25
* output: protect audio_output.open with the mutexMax Kellermann2009-03-253-15/+33
* move printAllOutputPluginTypes to output_list.cViliam Mateicka2009-03-216-65/+18
* output_control: close earlier on format mismatchMax Kellermann2009-03-201-3/+3
* output: convert audio_output.config_audio_format to booleanMax Kellermann2009-03-203-20/+17
* page: added page_new_concat()Max Kellermann2009-03-172-0/+20
* player_thread: ignore time stamp on empty chunksMax Kellermann2009-03-171-3/+6
* flac/cue: added support for TITLE[n] commentsMario Lenz2009-03-171-2/+9
* pulse_mixer: keep mixer attached when another pulse sink is closed.David Guibert2009-03-171-1/+2
* pulse_mixer: closeDavid Guibert2009-03-171-1/+14
* httpd: fixed encoder plugin checkJeffrey Middleton2009-03-171-1/+1
* httpd: correct the encoder name in the example mpd.confJeffrey Middleton2009-03-171-3/+3
* flac: get CUE track titles from additional FLAC commentsMario Lenz2009-03-164-23/+32
* socket_util: use g_strerror() instead of strerror()Max Kellermann2009-03-161-1/+1
* solaris: new audio output plugin for Solaris /dev/audioMax Kellermann2009-03-166-0/+237
* output_all: check param!=NULL before accessing itMax Kellermann2009-03-161-2/+7
* configure: Merge lame*encoder to lameAvuton Olrich2009-03-161-17/+5
* configure: don't warn just because we don't have an optional library.Avuton Olrich2009-03-161-3/+2
* configure: error out against streaming output, not encoder.Avuton Olrich2009-03-161-2/+2
* configure: Always run pkg-config for shout, define AC_DEFINE if enabledAvuton Olrich2009-03-161-11/+4
* configure: add shout autoconf argument.Avuton Olrich2009-03-151-0/+5
* configure: Fail if trying to build with streaming output and no encoderAvuton Olrich2009-03-151-0/+6