| Commit message (Expand) | Author | Age | Files | Lines |
* | clean up logging for creating and updating the db | Warren Dukes | 2004-03-09 | 1 | -3/+6 |
* | when stripping return chars, just replace them with spaces | Warren Dukes | 2004-03-09 | 1 | -2/+2 |
* | remove empty directories | Warren Dukes | 2004-03-09 | 1 | -0/+21 |
* | use BIGENDIAN for ov_read, instead of changing endianness unneccessarily | Warren Dukes | 2004-03-09 | 1 | -5/+8 |
* | exit on any unknown line in the db | Warren Dukes | 2004-03-09 | 1 | -0/+1 |
* | lets exit on unknown line in songinfo db | Warren Dukes | 2004-03-09 | 1 | -0/+1 |
* | strip return characters that are in the id3 tags | Warren Dukes | 2004-03-09 | 5 | -3/+23 |
* | fix a compiler error, bug for bigendian | Warren Dukes | 2004-03-09 | 1 | -1/+1 |
* | change release date for 0.10.1 | Warren Dukes | 2004-03-07 | 1 | -1/+1 |
* | make some usleeps longer, just to try to stave off busy waiting | Warren Dukes | 2004-03-06 | 6 | -8/+8 |
* | forgot note that libmad and libid3tag were upgraded | Warren Dukes | 2004-03-06 | 1 | -0/+1 |
* | git-svn-id: https://svn.musicpd.org/mpd/trunk@213 09075e82-0dd4-0310-85a5-a0d... | Warren Dukes | 2004-03-06 | 2 | -4/+8 |
* | git-svn-id: https://svn.musicpd.org/mpd/trunk@210 09075e82-0dd4-0310-85a5-a0d... | Warren Dukes | 2004-03-05 | 1 | -0/+5 |
* | make a set of nested if statements less ambigous | Warren Dukes | 2004-03-05 | 1 | -1/+4 |
* | make chunk_size 1020, so its divisible for 8,16,24, and 32-bit audio | Warren Dukes | 2004-03-05 | 1 | -1/+2 |
* | fix crossfading issue with ogg | Warren Dukes | 2004-03-05 | 2 | -10/+13 |
* | fix a minor issue! | Warren Dukes | 2004-03-05 | 1 | -1/+1 |
* | fix a booboo | Warren Dukes | 2004-03-05 | 1 | -2/+2 |
* | skip over all bad frames | Warren Dukes | 2004-03-05 | 1 | -8/+12 |
* | put it back the way it was | Warren Dukes | 2004-03-05 | 1 | -4/+5 |
* | mute all frames that are "SKIP"'d | Warren Dukes | 2004-03-05 | 1 | -4/+5 |
* | lets SKIP all recorable stream errors | Warren Dukes | 2004-03-05 | 1 | -8/+6 |
* | see if we can skip past tags | Warren Dukes | 2004-03-05 | 2 | -6/+35 |
* | obotomize mixing a bit | Warren Dukes | 2004-03-05 | 1 | -6/+8 |
* | cleanup a few errors when compiling libmad and libid3tag | Warren Dukes | 2004-03-04 | 2 | -2/+2 |
* | update to 0.15.1 of libmad and libid3tag | Warren Dukes | 2004-03-04 | 88 | -234/+540 |
* | clean up a bit | Warren Dukes | 2004-03-04 | 1 | -6/+3 |
* | git-svn-id: https://svn.musicpd.org/mpd/trunk@194 09075e82-0dd4-0310-85a5-a0d... | Warren Dukes | 2004-03-04 | 2 | -11/+23 |
* | ok, don't use AC_CHECK_LIBM, just use my own homebrewed version | Warren Dukes | 2004-03-03 | 1 | -2/+2 |
* | use AC_CHECK_LIBM instead | Warren Dukes | 2004-03-03 | 1 | -2/+2 |
* | check to see if we need -lm | Warren Dukes | 2004-03-03 | 1 | -0/+2 |
* | fix gcc-2.95 compilation errors | Warren Dukes | 2004-03-03 | 3 | -4/+8 |
* | rewrite error message for wrong number of config args | Warren Dukes | 2004-03-02 | 1 | -1/+1 |
* | password, not passwd, in examples | Warren Dukes | 2004-03-02 | 2 | -2/+2 |
* | git-svn-id: https://svn.musicpd.org/mpd/trunk@168 09075e82-0dd4-0310-85a5-a0d... | Warren Dukes | 2004-03-02 | 1 | -0/+2 |
* | don't use automake-1.8 | Warren Dukes | 2004-03-02 | 3 | -5/+9 |
* | autogen.sh runs configure now | Warren Dukes | 2004-03-02 | 1 | -2/+1 |
* | update with additional oss volume bug fix | Warren Dukes | 2004-03-01 | 1 | -1/+3 |
* | memset erroredFile to 0 | Warren Dukes | 2004-03-01 | 1 | -0/+1 |
* | fix a typecast | Warren Dukes | 2004-03-01 | 1 | -2/+2 |
* | fix a bug where getting OS Mixer volume may fail, and we were closing | Warren Dukes | 2004-02-29 | 1 | -1/+0 |
* | fix a stupid bug where i was storing the decode_pid directorly from fork() | Warren Dukes | 2004-02-29 | 2 | -4/+7 |
* | fix some errors with short and long | Warren Dukes | 2004-02-28 | 1 | -4/+4 |
* | update | Warren Dukes | 2004-02-27 | 1 | -5/+7 |
* | audio cleanups | Warren Dukes | 2004-02-27 | 3 | -13/+22 |
* | cleanup audio code some | Warren Dukes | 2004-02-27 | 1 | -14/+15 |
* | put decode_pid in shared mem, so if player process dies, the master | Warren Dukes | 2004-02-27 | 4 | -18/+43 |
* | add db_playtime to stats | Warren Dukes | 2004-02-27 | 1 | -0/+1 |
* | display db_playtime in stats | Warren Dukes | 2004-02-27 | 4 | -0/+23 |
* | crossfade should always be displayed in status | Warren Dukes | 2004-02-27 | 1 | -1/+1 |