mpd/src/audioOutputs
J. Alexander Treuman 3fedc4d806 audioOutputs/audioOutput_shout: adding timers back
The shout plugin will now feign playback until the connect timeout is hit,
preventing connection attempts from blocking playback on local outputs.
Note that this patch is very different from remiss' original one.

git-svn-id: https://svn.musicpd.org/mpd/trunk@6738 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-08-11 21:36:23 +00:00
..
audioOutput_alsa.c dmix fix, don't call snd_pcm_drain unless we're already in the RUNNING 2007-06-08 12:44:38 +00:00
audioOutput_ao.c Fix compilation error (missing ,) 2007-05-27 00:16:17 +00:00
audioOutput_fifo.c Use parsePath for the fifo output's path parameter. 2007-06-13 15:37:46 +00:00
audioOutput_jack.c Changing some DEBUG/ERROR/FATAL messages in the JACK plugin. 2007-05-23 12:24:12 +00:00
audioOutput_mvp.c The massive copyright update 2007-04-05 03:22:33 +00:00
audioOutput_null.c Move the timing code from the null plugin to timer.c, so it can be easily 2007-05-30 18:16:35 +00:00
audioOutput_oss.c Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single 2007-05-26 18:15:54 +00:00
audioOutput_osx.c The massive copyright update 2007-04-05 03:22:33 +00:00
audioOutput_pulse.c The massive copyright update 2007-04-05 03:22:33 +00:00
audioOutput_shout.c audioOutputs/audioOutput_shout: adding timers back 2007-08-11 21:36:23 +00:00