082d272157fix compilation error when shout is not found
Warren Dukes
2004-10-26 17:49:27 +0000
9b2529360dAdded ao_driver options to help the user pick what they need, also told to refer to libao docs for more info
Avuton Olrich
2004-10-26 17:40:57 +0000
f20de32d0dfix segfault when reconnecting to icecast server, this was due to error sending metadata and not checking afterward if connection is open still
Warren Dukes
2004-10-26 12:56:10 +0000
0da404ebb2little more robust error handling
Warren Dukes
2004-10-25 21:36:08 +0000
61a88f1692stream name maybe icy-name or ice-name in the http headers
Warren Dukes
2004-10-25 20:52:28 +0000
fececcea3cparse metadata and send to output when playing another stream
Warren Dukes
2004-10-25 20:11:35 +0000
ce10ba4b11fix a big time bug in metadataChunk (off by one in an array assignment) also, now we have metadata in our streams
Warren Dukes
2004-10-25 20:09:03 +0000
b6bcc65a45shout_sync before shout_send, not after
Warren Dukes
2004-10-23 16:20:38 +0000
fd2ae556a2some small cleanups
Warren Dukes
2004-10-20 17:11:04 +0000
f4d75d7596ok, now we're using some of the new audioOutput layer stuff, needs some serious testing, and there maybe some serios BREAKAGE
Warren Dukes
2004-10-20 16:48:22 +0000
ce5773848cminor little changes to audio junk
Warren Dukes
2004-10-20 16:16:50 +0000
608ac668dbsome work on the new audioOutput layer
Warren Dukes
2004-10-20 16:05:13 +0000
0bd64e7b9ebump version to 0.12.0
Warren Dukes
2004-10-16 16:23:02 +0000
481a96ec40#1) Fix a potential security hole, where mpd sends a line from a playlist to a client if the line is too long. But this is a rare circumstance, since the file would need to have a .m3u suffix and the line would need to be very long. #2) Fix qball's bug, basically when we try todo initial buffering in decodeStart(), sleep for a few seconds after each attempt to finish init'ing the connection and begin buffering.
Warren Dukes
2004-10-16 12:22:19 +0000
63efaae0eedon't call replaygain and cause preamp to beused if no replaygain tag exists
Warren Dukes
2004-08-13 03:54:31 +0000
ce2fe32c54fix booboo in validateUtf8
Warren Dukes
2004-08-12 12:17:54 +0000
26d4e89d15stripReturnChar() in validateUtf8tag()
Warren Dukes
2004-08-11 12:06:55 +0000
ab0b6ce56ffor improperly config file lines, print the line number also, in myFgets, chop off '\r' at the end of the line (thanx mr gates)
Warren Dukes
2004-08-10 16:03:03 +0000
ef81001138fix a spelling error in message
Warren Dukes
2004-08-09 14:37:12 +0000
51d6ced75cupdate changelog for 0.11.4
Warren Dukes
2004-07-26 12:36:28 +0000
cdb63720491) fix bug, id3_tag_parse does may return NULL if there's an error in decoding the id3v2 tag 2) in the same place, delete the id3Tag (fixes a memory leak) 3) version: 0.12.0 -> 0.11.4
Warren Dukes
2004-07-24 02:54:19 +0000
614868f264update changelog for 0.11.2
Warren Dukes
2004-07-04 16:26:59 +0000
0d45fa2001tidy up Makefile a bit
Warren Dukes
2004-07-04 13:57:26 +0000
69ef939247bump version number
Warren Dukes
2004-07-04 02:09:03 +0000
c173c74660fix same seeking past end of file issue for mp4, please test DJMario
Warren Dukes
2004-07-03 14:49:10 +0000
643d7e77b1for mp3's, skip all initial frames that aren't layer 3 so we can be sure to get the correct bitrate for computing the song length
Warren Dukes
2004-07-03 14:33:21 +0000
26741dcdebfix for when trying to seek past the end of an mp3
Warren Dukes
2004-07-03 14:13:43 +0000
9e246a6ab2rename idToNum and numToId to idToPostion and positionToId - from tw-nym
Warren Dukes
2004-06-30 02:12:49 +0000