936d53bc61make a set of nested if statements less ambigous
Warren Dukes
2004-03-05 19:05:23 +0000
7dd33a490bmake chunk_size 1020, so its divisible for 8,16,24, and 32-bit audio
Warren Dukes
2004-03-05 16:06:13 +0000
09efb14dbbfix crossfading issue with ogg problem was, ov_read doesn't always fill to CHUNK_SIZE and we were moving chunk on every ov_read, instead now we only dump the buffer when its full
Warren Dukes
2004-03-05 16:02:47 +0000
8b214b7c8cfix a minor issue!
Warren Dukes
2004-03-05 14:39:51 +0000
a8d3895e32fix a booboo
Warren Dukes
2004-03-05 13:25:39 +0000
1cf07bfa40skip over all bad frames
Warren Dukes
2004-03-05 13:06:31 +0000
170824db8cput it back the way it was
Warren Dukes
2004-03-05 13:01:58 +0000
cc23d2e7e9mute all frames that are "SKIP"'d
Warren Dukes
2004-03-05 12:59:29 +0000
ce2c6845a2memset erroredFile to 0
Warren Dukes
2004-03-01 03:35:52 +0000
e742f2be2cfix a typecast
Warren Dukes
2004-03-01 03:34:01 +0000
f515692aa9fix a bug where getting OS Mixer volume may fail, and we were closing the fd, but didn't mark anything indicated the fd was close, so chaos ensued. Here, we just remove the close() statement and assume it was just a fluke!!
Warren Dukes
2004-02-29 08:37:21 +0000
41b63bbe47fix a stupid bug where i was storing the decode_pid directorly from fork() call, and since decode_pid is shared now, it may get assigned zero after the parent assigns it the true pid, not good!!
Warren Dukes
2004-02-29 08:10:52 +0000
cfd0e18dc4fix some errors with short and long
Warren Dukes
2004-02-28 14:38:55 +0000
5622edbc98cleanup audio code some
Warren Dukes
2004-02-27 23:05:56 +0000
8b19235b61put decode_pid in shared mem, so if player process dies, the master can still kill the decode process.
Warren Dukes
2004-02-27 22:25:06 +0000
ad4246d6cbadd db_playtime to stats
Warren Dukes
2004-02-27 15:40:54 +0000
79effd62e1display db_playtime in stats
Warren Dukes
2004-02-27 15:39:19 +0000
a78c5e4aeacrossfade should always be displayed in status
Warren Dukes
2004-02-27 01:38:18 +0000
542becf344update docs with changes to status and crossfade
Warren Dukes
2004-02-27 01:37:17 +0000
9b1c550597add xfade and audio to status, remove crossfade no args options
Warren Dukes
2004-02-27 01:35:23 +0000
ce1d377d69update listall and listallinfo commands
Warren Dukes
2004-02-26 03:48:59 +0000
5262a06659update changelog for 0.10.0 update add command info to include dir support update mpd.1 and conf example to include ~ support
Warren Dukes
2004-02-26 03:36:04 +0000
1adca2abd2add bitrate reporting to flac
Warren Dukes
2004-02-26 03:21:24 +0000
9d4bc4efeafinally found the segfault, it occurs with random and repeat on, in queueNextSong() was doing randomizeOrder(0,playlist.length) instead of playlist.length-1
Warren Dukes
2004-02-25 22:00:21 +0000
8edc416344some more cleanups
Warren Dukes
2004-02-25 21:10:56 +0000
e1c839cd56cleanup logging, need to be careful with SECURE and DEBUG
Warren Dukes
2004-02-25 19:13:10 +0000