aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutput_shout.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move audioOutput plugins to audioOutput directoryWarren Dukes2004-11-021-584/+0
* don't use managed mode for cbrWarren Dukes2004-11-021-1/+1
* haha! you thought you had me, but i found your ass, double _init() on the vor...Warren Dukes2004-11-011-8/+3
* fix a memory leak if write_page() fails in openShoutConn()Warren Dukes2004-11-011-34/+39
* somethingWarren Dukes2004-11-011-24/+14
* sendMetadata on reconnecting after a disconnectionWarren Dukes2004-11-011-5/+39
* set open = 0 on failing to open the connectionWarren Dukes2004-11-011-1/+1
* some minor tweaks, and a minor memory leak pluggedWarren Dukes2004-11-011-6/+7
* bad shank, don't set ao->open in openShoutConn(), bad shankWarren Dukes2004-11-011-3/+6
* fix minor bug in shout code (seting ao->open = 1 when failing to initEncoder())Warren Dukes2004-10-311-1/+1
* allow to set quality or bitrate for shout streamsWarren Dukes2004-10-291-10/+87
* begin integrating np's oss codeWarren Dukes2004-10-291-1/+1
* merge shank-rewrite-config changesWarren Dukes2004-10-281-49/+35
* 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