aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_shout.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-10-25some shout cleanupsWarren Dukes1-1/+3
2004-10-25little more robust error handlingWarren Dukes1-15/+25
2004-10-25parse metadata and send to output when playing another streamWarren Dukes1-2/+0
2004-10-25fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes1-23/+73
2004-10-23shout_sync before shout_send, not afterWarren Dukes1-2/+2
2004-10-23slightly better error handling/broken connection detection for shout outputWarren Dukes1-26/+60
2004-10-23wee found the audioFormatConversion bug, was actually a bug in shout pluginWarren Dukes1-1/+1
2004-10-23configure shout encoding quality and audio formatWarren Dukes1-6/+82
2004-10-22use vbr for now, less cpu usage for some reasonWarren Dukes1-5/+2
2004-10-22initial working shout outputWarren Dukes1-1/+85
2004-10-20check HAVE_SHOUTWarren Dukes1-0/+20
2004-10-20i changed somethin *shrug*Warren Dukes1-0/+7
2004-10-20shout audioOutput will now connect and disconnect from icecast serverWarren Dukes1-4/+105
2004-10-20oops, forgot to add the shout stubWarren Dukes1-0/+83