| Commit message (Expand) | Author | Age | Files | Lines |
* | don't use managed mode for cbr | Warren Dukes | 2004-11-02 | 1 | -1/+1 |
* | haha! you thought you had me, but i found your ass, double _init() on the vor... | Warren Dukes | 2004-11-01 | 1 | -8/+3 |
* | fix a memory leak if write_page() fails in openShoutConn() | Warren Dukes | 2004-11-01 | 1 | -34/+39 |
* | something | Warren Dukes | 2004-11-01 | 1 | -24/+14 |
* | sendMetadata on reconnecting after a disconnection | Warren Dukes | 2004-11-01 | 1 | -5/+39 |
* | set open = 0 on failing to open the connection | Warren Dukes | 2004-11-01 | 1 | -1/+1 |
* | some minor tweaks, and a minor memory leak plugged | Warren Dukes | 2004-11-01 | 1 | -6/+7 |
* | bad shank, don't set ao->open in openShoutConn(), bad shank | Warren Dukes | 2004-11-01 | 1 | -3/+6 |
* | fix minor bug in shout code (seting ao->open = 1 when failing to initEncoder()) | Warren Dukes | 2004-10-31 | 1 | -1/+1 |
* | allow to set quality or bitrate for shout streams | Warren Dukes | 2004-10-29 | 1 | -10/+87 |
* | begin integrating np's oss code | Warren Dukes | 2004-10-29 | 1 | -1/+1 |
* | merge shank-rewrite-config changes | Warren Dukes | 2004-10-28 | 1 | -49/+35 |
* | fix compilation error when shout is not found | Warren Dukes | 2004-10-26 | 1 | -1/+2 |
* | fix segfault when reconnecting to icecast server, this was due to error sendi... | Warren Dukes | 2004-10-26 | 1 | -35/+47 |
* | lets try this soltuion to sending metadata, here we store metadata to send on... | Warren Dukes | 2004-10-26 | 1 | -33/+51 |
* | some shout cleanups | Warren Dukes | 2004-10-25 | 1 | -1/+3 |
* | little more robust error handling | Warren Dukes | 2004-10-25 | 1 | -15/+25 |
* | parse metadata and send to output when playing another stream | Warren Dukes | 2004-10-25 | 1 | -2/+0 |
* | fix a big time bug in metadataChunk (off by one in an array assignment) | Warren Dukes | 2004-10-25 | 1 | -23/+73 |
* | shout_sync before shout_send, not after | Warren Dukes | 2004-10-23 | 1 | -2/+2 |
* | slightly better error handling/broken connection detection for shout output | Warren Dukes | 2004-10-23 | 1 | -26/+60 |
* | wee found the audioFormatConversion bug, was actually a bug in shout plugin | Warren Dukes | 2004-10-23 | 1 | -1/+1 |
* | configure shout encoding quality and audio format | Warren Dukes | 2004-10-23 | 1 | -6/+82 |
* | use vbr for now, less cpu usage for some reason | Warren Dukes | 2004-10-22 | 1 | -5/+2 |
* | initial working shout output | Warren Dukes | 2004-10-22 | 1 | -1/+85 |
* | check HAVE_SHOUT | Warren Dukes | 2004-10-20 | 1 | -0/+20 |
* | i changed somethin *shrug* | Warren Dukes | 2004-10-20 | 1 | -0/+7 |
* | shout audioOutput will now connect and disconnect from icecast server | Warren Dukes | 2004-10-20 | 1 | -4/+105 |
* | oops, forgot to add the shout stub | Warren Dukes | 2004-10-20 | 1 | -0/+83 |