aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_shout.c (unfollow)
Commit message (Expand)AuthorFilesLines
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