| Commit message (Expand) | Author | Files | Lines |
2004-11-01 | sendMetadata on reconnecting after a disconnection | Warren Dukes | 1 | -5/+39 |
2004-11-01 | set open = 0 on failing to open the connection | Warren Dukes | 1 | -1/+1 |
2004-11-01 | some minor tweaks, and a minor memory leak plugged | Warren Dukes | 2 | -10/+8 |
2004-11-01 | bad shank, don't set ao->open in openShoutConn(), bad shank | Warren Dukes | 1 | -3/+6 |
2004-10-31 | fix a config file error | Warren Dukes | 1 | -1/+1 |
2004-10-31 | we need to initialize interface_max_connections to 0, to indicate we have no... | Warren Dukes | 1 | -1/+3 |
2004-10-31 | fix minor bug in shout code (seting ao->open = 1 when failing to initEncoder()) | Warren Dukes | 1 | -1/+1 |
2004-10-31 | if a home directory is available for 'user', set env variable $HOME | Warren Dukes | 2 | -4/+7 |
2004-10-30 | use random() instead of rand() | Warren Dukes | 1 | -4/+4 |
2004-10-30 | finish integrating in np's oss stuff | Warren Dukes | 3 | -72/+65 |
2004-10-29 | listallinfo now prints out directories | Warren Dukes | 1 | -1/+1 |
2004-10-29 | allow to set quality or bitrate for shout streams | Warren Dukes | 1 | -10/+87 |
2004-10-29 | a few more changes to oss code | Warren Dukes | 1 | -7/+36 |
2004-10-29 | begin integrating np's oss code | Warren Dukes | 3 | -1/+181 |
2004-10-28 | oops, forgot the parse the state_file as a path | Warren Dukes | 1 | -1/+1 |
2004-10-28 | when sending metadata to audiodevice, put filename in title if no tag data is... | Warren Dukes | 1 | -0/+4 |
2004-10-28 | always set open = 0 on closeDevice | Warren Dukes | 1 | -1/+2 |
2004-10-28 | fix user being parsed as a path | Warren Dukes | 2 | -1/+3 |
2004-10-28 | fix a little bug with audio device being closed on song change, oops | Warren Dukes | 1 | -6/+3 |
2004-10-28 | merge shank-rewrite-config changes | Warren Dukes | 22 | -591/+915 |
2004-10-26 | fix compilation error when shout is not found | Warren Dukes | 1 | -1/+2 |
2004-10-26 | fix segfault when reconnecting to icecast server, this was due to error sendi... | Warren Dukes | 2 | -36/+47 |
2004-10-26 | also, don't need the device open to send the metadata | Warren Dukes | 1 | -1/+1 |
2004-10-26 | lets try this soltuion to sending metadata, here we store metadata to send on... | Warren Dukes | 1 | -33/+51 |
2004-10-26 | undo last changes | Warren Dukes | 1 | -21/+11 |
2004-10-26 | try to fix metadata on initially playing (metadata being sent before device i... | Warren Dukes | 3 | -14/+24 |
2004-10-25 | some shout cleanups | Warren Dukes | 1 | -1/+3 |
2004-10-25 | little more robust error handling | Warren Dukes | 1 | -15/+25 |
2004-10-25 | stream name maybe icy-name or ice-name in the http headers | Warren Dukes | 1 | -1/+3 |
2004-10-25 | parse metadata and send to output when playing another stream | Warren Dukes | 2 | -4/+8 |
2004-10-25 | fix a big time bug in metadataChunk (off by one in an array assignment) | Warren Dukes | 10 | -30/+116 |
2004-10-23 | shout_sync before shout_send, not after | Warren Dukes | 1 | -2/+2 |
2004-10-23 | slightly better error handling/broken connection detection for shout output | Warren Dukes | 1 | -26/+60 |
2004-10-23 | wee found the audioFormatConversion bug, was actually a bug in shout plugin | Warren Dukes | 3 | -2/+8 |
2004-10-23 | ok, resampling and converting to mono no works | Warren Dukes | 1 | -27/+41 |
2004-10-23 | configure shout encoding quality and audio format | Warren Dukes | 8 | -56/+167 |
2004-10-22 | use vbr for now, less cpu usage for some reason | Warren Dukes | 1 | -5/+2 |
2004-10-22 | initial working shout output | Warren Dukes | 1 | -1/+85 |
2004-10-22 | on finishAudioDriver, be sure to set shoutOutput = NULL | Warren Dukes | 1 | -0/+1 |
2004-10-22 | this really fixes pause | Warren Dukes | 1 | -4/+5 |
2004-10-22 | fix segfault when resuming from pause | Warren Dukes | 1 | -0/+1 |
2004-10-20 | check HAVE_SHOUT | Warren Dukes | 1 | -0/+20 |
2004-10-20 | i changed somethin *shrug* | Warren Dukes | 1 | -0/+7 |
2004-10-20 | shout audioOutput will now connect and disconnect from icecast server | Warren Dukes | 5 | -9/+121 |
2004-10-20 | oops, forgot to add the shout stub | Warren Dukes | 1 | -0/+83 |
2004-10-20 | stub audioOutput plugin for shout | Warren Dukes | 2 | -0/+3 |
2004-10-20 | be sure to free "data" when finishing the output driver | Warren Dukes | 1 | -1/+6 |
2004-10-20 | oops, accidently broke crossfading, fixed now | Warren Dukes | 2 | -1/+2 |
2004-10-20 | some small cleanups | Warren Dukes | 2 | -15/+8 |
2004-10-20 | ok, now we're using some of the new audioOutput layer stuff, needs some serio... | Warren Dukes | 4 | -159/+32 |