| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | update docs with changes to status and crossfade | Warren Dukes | 2004-02-27 | 1 | -5/+3 |
* | add xfade and audio to status, remove crossfade no args options | Warren Dukes | 2004-02-27 | 6 | -25/+62 |
* | update listall and listallinfo commands | Warren Dukes | 2004-02-26 | 1 | -4/+4 |
* | update changelog for 0.10.0 | Warren Dukes | 2004-02-26 | 4 | -15/+32 |
* | add bitrate reporting to flac | Warren Dukes | 2004-02-26 | 1 | -2/+17 |
* | finally found the segfault, it occurs with random and repeat on, | Warren Dukes | 2004-02-25 | 1 | -2/+2 |
* | some more cleanups | Warren Dukes | 2004-02-25 | 11 | -33/+36 |
* | cleanup logging, need to be careful with SECURE and DEBUG | Warren Dukes | 2004-02-25 | 3 | -18/+26 |
* | few cleanups | Warren Dukes | 2004-02-25 | 1 | -2/+3 |
* | be more careful with string manipulations, use strncpy as much as possible | Warren Dukes | 2004-02-25 | 3 | -8/+9 |
* | a few more cleanups, use memcpy instead of strncpy | Warren Dukes | 2004-02-25 | 1 | -2/+2 |