aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_pulse.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann1-1/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-5/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-3/+3
2006-08-08audioOutput_pulse: ansi-fy function declarations (sparse)Eric Wong1-2/+2
2006-07-20#include <string.h> in PulseAudio output for correctnessJ. Alexander Treuman1-0/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-3/+3
2006-07-20Add mpd-indent.shAvuton Olrich1-33/+34
2006-07-19s/ad/pd/ in the PluseAudio plugin (I forgot to rename when copying from alsa)J. Alexander Treuman1-31/+31
2006-07-19Throttle PuleAudio connection attempts so we don't spam the error logJ. Alexander Treuman1-5/+24
2006-07-14Use audio_output { name } for the stream name in PulseAudio, but do it The Ri...J. Alexander Treuman1-7/+2
2006-07-14Use audio_output { name } for the stream name in PulseAudioJ. Alexander Treuman1-4/+8
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14Use a macro to declare disabled audio output pluginsJ. Alexander Treuman1-11/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-0/+18
2006-07-13Add PulseAudio supportJ. Alexander Treuman1-0/+193