summaryrefslogtreecommitdiff
path: root/src/audioOutput_shout.c
AgeCommit message (Expand)Author
2004-11-02move audioOutput plugins to audioOutput directoryWarren Dukes
2004-11-02don't use managed mode for cbrWarren Dukes
2004-11-01haha! you thought you had me, but i found your ass, double _init() on the vor...Warren Dukes
2004-11-01fix a memory leak if write_page() fails in openShoutConn()Warren Dukes
2004-11-01somethingWarren Dukes
2004-11-01sendMetadata on reconnecting after a disconnectionWarren Dukes
2004-11-01set open = 0 on failing to open the connectionWarren Dukes
2004-11-01some minor tweaks, and a minor memory leak pluggedWarren Dukes
2004-11-01bad shank, don't set ao->open in openShoutConn(), bad shankWarren Dukes
2004-10-31fix minor bug in shout code (seting ao->open = 1 when failing to initEncoder())Warren Dukes
2004-10-29allow to set quality or bitrate for shout streamsWarren Dukes
2004-10-29begin integrating np's oss codeWarren Dukes
2004-10-28merge shank-rewrite-config changesWarren Dukes
2004-10-26fix compilation error when shout is not foundWarren Dukes
2004-10-26fix segfault when reconnecting to icecast server, this was due to error sendi...Warren Dukes
2004-10-26lets try this soltuion to sending metadata, here we store metadata to send on...Warren Dukes
2004-10-25some shout cleanupsWarren Dukes
2004-10-25little more robust error handlingWarren Dukes
2004-10-25parse metadata and send to output when playing another streamWarren Dukes
2004-10-25fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes
2004-10-23shout_sync before shout_send, not afterWarren Dukes
2004-10-23slightly better error handling/broken connection detection for shout outputWarren Dukes
2004-10-23wee found the audioFormatConversion bug, was actually a bug in shout pluginWarren Dukes
2004-10-23configure shout encoding quality and audio formatWarren Dukes
2004-10-22use vbr for now, less cpu usage for some reasonWarren Dukes
2004-10-22initial working shout outputWarren Dukes
2004-10-20check HAVE_SHOUTWarren Dukes
2004-10-20i changed somethin *shrug*Warren Dukes
2004-10-20shout audioOutput will now connect and disconnect from icecast serverWarren Dukes
2004-10-20oops, forgot to add the shout stubWarren Dukes