aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_shout.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-24/+14
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-1/+1
2006-10-18remove some unneccesary includes from the audioOutput'sWarren Dukes1-3/+0
2006-10-11audioOutput_shout: use shout_set_nonblockingEric Wong1-3/+17
2006-10-10Allow an ogg quality of -1 to be specified.J. Alexander Treuman1-5/+5
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-1/+1
2006-08-11Spelling & GrammarAvuton Olrich1-2/+2
2006-07-20Add mpd-indent.shAvuton Olrich1-174/+196
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-1/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14Use a macro to declare disabled audio output pluginsJ. Alexander Treuman1-13/+2
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-07-05Remove unnecessary include, has always been pulledAvuton Olrich1-1/+0
2006-03-16Hopefully the last of the spelling fixes :>Eric Wong1-2/+2
2005-11-19remove C++ style commentsEric Wong1-1/+1
2005-03-13a little more error outputWarren Dukes1-2/+3
2005-03-12if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes1-0/+2
2005-03-05wee bit of code cleanupWarren Dukes1-1/+1
2005-03-05fix some compilation warningWarren Dukes1-1/+3
2005-03-05implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes1-0/+4
2004-11-19don't need to pass audioFormat to openDeviceFuncWarren Dukes1-3/+1
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-02new commands: enalbe_device, and disable_device, (maybe these commands should...Warren Dukes1-1/+7
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 Dukes1-0/+0
2004-11-02move audioOutput plugins to audioOutput directoryWarren Dukes1-9/+6
2004-11-02don't use managed mode for cbrWarren Dukes1-1/+1
2004-11-01haha! you thought you had me, but i found your ass, double _init() on the vor...Warren Dukes1-8/+3
2004-11-01fix a memory leak if write_page() fails in openShoutConn()Warren Dukes1-34/+39
2004-11-01somethingWarren Dukes1-24/+14
2004-11-01sendMetadata on reconnecting after a disconnectionWarren Dukes1-5/+39
2004-11-01set open = 0 on failing to open the connectionWarren Dukes1-1/+1
2004-11-01some minor tweaks, and a minor memory leak pluggedWarren Dukes1-6/+7
2004-11-01bad shank, don't set ao->open in openShoutConn(), bad shankWarren Dukes1-3/+6
2004-10-31fix minor bug in shout code (seting ao->open = 1 when failing to initEncoder())Warren Dukes1-1/+1
2004-10-29allow to set quality or bitrate for shout streamsWarren Dukes1-10/+87
2004-10-29begin integrating np's oss codeWarren Dukes1-1/+1
2004-10-28merge shank-rewrite-config changesWarren Dukes1-49/+35
2004-10-26fix compilation error when shout is not foundWarren Dukes1-1/+2
2004-10-26fix segfault when reconnecting to icecast server, this was due to error sendi...Warren Dukes1-35/+47
2004-10-26lets try this soltuion to sending metadata, here we store metadata to send on...Warren Dukes1-33/+51