aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutput_shout.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix compilation error when shout is not foundWarren Dukes2004-10-261-1/+2
* fix segfault when reconnecting to icecast server, this was due to error sendi...Warren Dukes2004-10-261-35/+47
* lets try this soltuion to sending metadata, here we store metadata to send on...Warren Dukes2004-10-261-33/+51
* some shout cleanupsWarren Dukes2004-10-251-1/+3
* little more robust error handlingWarren Dukes2004-10-251-15/+25
* parse metadata and send to output when playing another streamWarren Dukes2004-10-251-2/+0
* fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes2004-10-251-23/+73
* shout_sync before shout_send, not afterWarren Dukes2004-10-231-2/+2
* slightly better error handling/broken connection detection for shout outputWarren Dukes2004-10-231-26/+60
* wee found the audioFormatConversion bug, was actually a bug in shout pluginWarren Dukes2004-10-231-1/+1
* configure shout encoding quality and audio formatWarren Dukes2004-10-231-6/+82
* use vbr for now, less cpu usage for some reasonWarren Dukes2004-10-221-5/+2
* initial working shout outputWarren Dukes2004-10-221-1/+85
* check HAVE_SHOUTWarren Dukes2004-10-201-0/+20
* i changed somethin *shrug*Warren Dukes2004-10-201-0/+7
* shout audioOutput will now connect and disconnect from icecast serverWarren Dukes2004-10-201-4/+105
* oops, forgot to add the shout stubWarren Dukes2004-10-201-0/+83