| 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 |
* | make some usleeps longer, just to try to stave off busy waiting | Warren Dukes | 2004-03-06 | 6 | -8/+8 |
* | git-svn-id: https://svn.musicpd.org/mpd/trunk@213 09075e82-0dd4-0310-85a5-a0d... | Warren Dukes | 2004-03-06 | 2 | -4/+8 |
* | 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 | 87 | -233/+539 |
* | 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 |
* | 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 |
* | don't use automake-1.8 | Warren Dukes | 2004-03-02 | 2 | -4/+8 |
* | 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 |
* | 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 |
* | 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 |
* | add xfade and audio to status, remove crossfade no args options | Warren Dukes | 2004-02-27 | 6 | -25/+62 |
* | 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 |
* | some cleanups for utf8 in playerSeek and using strncpy for copying filenames | Warren Dukes | 2004-02-25 | 2 | -5/+7 |
* | a few cleanups | Warren Dukes | 2004-02-25 | 2 | -4/+10 |
* | use "$@" instead of "$*" | Warren Dukes | 2004-02-25 | 1 | -3/+3 |
* | oops, forgot to call utf8ToFsCharset when opening flac files for Metadata | Warren Dukes | 2004-02-25 | 1 | -2/+2 |