aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs (unfollow)
Commit message (Expand)AuthorFilesLines
2004-11-20fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...Warren Dukes1-1/+2
2004-11-19don't need to pass audioFormat to openDeviceFuncWarren Dukes2-9/+5
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-3/+15
2004-11-09add "genre" and "description" to shout config parametersWarren Dukes1-0/+19
2004-11-09be sure to flush the metadata on song changeWarren Dukes1-39/+47
2004-11-09don't set granulepos, that's pad, mmmkay?Warren Dukes1-5/+0
2004-11-09try one other thing to fix icecast dropping clientsWarren Dukes1-0/+1
2004-11-04make default non-publicWarren Dukes1-1/+1
2004-11-04shout config: make "user" optional and default to "source", also add optional...Warren Dukes1-2/+17
2004-11-03remove signal handling code from ao open() and close()Warren Dukes1-5/+0
2004-11-02new commands: enalbe_device, and disable_device, (maybe these commands should...Warren Dukes1-1/+7
2004-11-02DEBUG statement that prints out which ao driver is being usedWarren Dukes1-0/+3
2004-11-02abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes1-57/+15
2004-11-02print more info out in error messages for shoutWarren Dukes1-7/+16
2004-11-02only attempt to reconnect to shout server every 60 secondsWarren Dukes1-6/+21
2004-11-02move audioOutput dir to audioOutputsWarren Dukes3-0/+1023