aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_shout.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add mpd-indent.shAvuton Olrich2006-07-201-174/+196
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-1/+1
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Use a macro to declare disabled audio output pluginsJ. Alexander Treuman2006-07-141-13/+2
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Remove unnecessary include, has always been pulledAvuton Olrich2006-07-051-1/+0
* Hopefully the last of the spelling fixes :>Eric Wong2006-03-161-2/+2
* remove C++ style commentsEric Wong2005-11-191-1/+1
* a little more error outputWarren Dukes2005-03-131-2/+3
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-121-0/+2
* wee bit of code cleanupWarren Dukes2005-03-051-1/+1
* fix some compilation warningWarren Dukes2005-03-051-1/+3
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-051-0/+4
* don't need to pass audioFormat to openDeviceFuncWarren Dukes2004-11-191-3/+1
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-3/+15
* add "genre" and "description" to shout config parametersWarren Dukes2004-11-091-0/+19
* be sure to flush the metadata on song changeWarren Dukes2004-11-091-39/+47
* don't set granulepos, that's pad, mmmkay?Warren Dukes2004-11-091-5/+0
* try one other thing to fix icecast dropping clientsWarren Dukes2004-11-091-0/+1
* make default non-publicWarren Dukes2004-11-041-1/+1
* shout config: make "user" optional and default to "source", also add optional...Warren Dukes2004-11-041-2/+17
* new commands: enalbe_device, and disable_device, (maybe these commands should...Warren Dukes2004-11-021-1/+7
* abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes2004-11-021-57/+15
* print more info out in error messages for shoutWarren Dukes2004-11-021-7/+16
* only attempt to reconnect to shout server every 60 secondsWarren Dukes2004-11-021-6/+21
* move audioOutput dir to audioOutputsWarren Dukes2004-11-021-0/+581