| Commit message (Expand) | Author | Age | Files | Lines |
* | fix user being parsed as a path | Warren Dukes | 2004-10-28 | 2 | -1/+3 |
* | fix a little bug with audio device being closed on song change, oops | Warren Dukes | 2004-10-28 | 1 | -6/+3 |
* | merge shank-rewrite-config changes | Warren Dukes | 2004-10-28 | 22 | -591/+915 |
* | 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 | 2 | -36/+47 |
* | also, don't need the device open to send the metadata | Warren Dukes | 2004-10-26 | 1 | -1/+1 |
* | lets try this soltuion to sending metadata, here we store metadata to send on... | Warren Dukes | 2004-10-26 | 1 | -33/+51 |
* | undo last changes | Warren Dukes | 2004-10-26 | 1 | -21/+11 |
* | try to fix metadata on initially playing (metadata being sent before device i... | Warren Dukes | 2004-10-26 | 3 | -14/+24 |
* | some shout cleanups | Warren Dukes | 2004-10-25 | 1 | -1/+3 |
* | little more robust error handling | Warren Dukes | 2004-10-25 | 1 | -15/+25 |
* | stream name maybe icy-name or ice-name in the http headers | Warren Dukes | 2004-10-25 | 1 | -1/+3 |
* | parse metadata and send to output when playing another stream | Warren Dukes | 2004-10-25 | 2 | -4/+8 |
* | fix a big time bug in metadataChunk (off by one in an array assignment) | Warren Dukes | 2004-10-25 | 10 | -30/+116 |
* | 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 | 3 | -2/+8 |
* | ok, resampling and converting to mono no works | Warren Dukes | 2004-10-23 | 1 | -27/+41 |
* | configure shout encoding quality and audio format | Warren Dukes | 2004-10-23 | 8 | -56/+167 |
* | 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 |
* | on finishAudioDriver, be sure to set shoutOutput = NULL | Warren Dukes | 2004-10-22 | 1 | -0/+1 |
* | this really fixes pause | Warren Dukes | 2004-10-22 | 1 | -4/+5 |
* | fix segfault when resuming from pause | Warren Dukes | 2004-10-22 | 1 | -0/+1 |
* | 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 | 5 | -9/+121 |
* | oops, forgot to add the shout stub | Warren Dukes | 2004-10-20 | 1 | -0/+83 |
* | stub audioOutput plugin for shout | Warren Dukes | 2004-10-20 | 2 | -0/+3 |
* | be sure to free "data" when finishing the output driver | Warren Dukes | 2004-10-20 | 1 | -1/+6 |
* | oops, accidently broke crossfading, fixed now | Warren Dukes | 2004-10-20 | 2 | -1/+2 |
* | some small cleanups | Warren Dukes | 2004-10-20 | 2 | -15/+8 |
* | ok, now we're using some of the new audioOutput layer stuff, needs some serio... | Warren Dukes | 2004-10-20 | 4 | -159/+32 |
* | minor little changes to audio junk | Warren Dukes | 2004-10-20 | 3 | -17/+26 |
* | some work on the new audioOutput layer | Warren Dukes | 2004-10-20 | 4 | -133/+89 |
* | fix bug #325 | Warren Dukes | 2004-10-18 | 1 | -1/+1 |
* | #1) Fix a potential security hole, where mpd sends a line from a playlist to ... | Warren Dukes | 2004-10-16 | 2 | -2/+8 |
* | fix bug #307 | Warren Dukes | 2004-10-15 | 1 | -2/+7 |
* | add audioOutput.c | Warren Dukes | 2004-10-10 | 3 | -1/+49 |
* | apply dottemag's id3v1 encodings patch | Warren Dukes | 2004-10-05 | 3 | -2/+18 |
* | flac spelling fixes from np | Warren Dukes | 2004-09-08 | 1 | -2/+2 |
* | beginnings of ao audioOutput plugin | Warren Dukes | 2004-09-08 | 2 | -0/+273 |
* | definition for audioOutput plugin interface | Warren Dukes | 2004-09-06 | 2 | -1/+61 |
* | add configuration variables for shout stuff | Warren Dukes | 2004-09-02 | 3 | -10/+35 |
* | some slight cleanup in setuid code | Warren Dukes | 2004-08-29 | 1 | -7/+3 |
* | fix typo in todo, thanx gnarf! | Warren Dukes | 2004-08-17 | 1 | -1/+1 |
* | patch from Benoit.Boissinot@ens-lyon.fr to remove getgroups and setgroups | Warren Dukes | 2004-08-13 | 1 | -15/+0 |
* | don't call replaygain and cause preamp to beused if no replaygain tag exists | Warren Dukes | 2004-08-13 | 2 | -6/+10 |
* | fix booboo in validateUtf8 | Warren Dukes | 2004-08-12 | 1 | -4/+4 |
* | stripReturnChar() in validateUtf8tag() | Warren Dukes | 2004-08-11 | 1 | -5/+5 |