aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2004-03-10fix it so that mpd will work if mtime is 0 (for those strange folk)Warren Dukes5-54/+63
2004-03-10move time from tag info to song info.Warren Dukes13-62/+80
2004-03-09clean up logging for creating and updating the dbWarren Dukes1-3/+6
2004-03-09when stripping return chars, just replace them with spacesWarren Dukes1-2/+2
2004-03-09remove empty directoriesWarren Dukes1-0/+21
2004-03-09use BIGENDIAN for ov_read, instead of changing endianness unneccessarilyWarren Dukes1-5/+8
2004-03-09exit on any unknown line in the dbWarren Dukes1-0/+1
2004-03-09lets exit on unknown line in songinfo dbWarren Dukes1-0/+1
2004-03-09strip return characters that are in the id3 tagsWarren Dukes5-3/+23
2004-03-09fix a compiler error, bug for bigendianWarren Dukes1-1/+1
2004-03-06make some usleeps longer, just to try to stave off busy waitingWarren Dukes6-8/+8
2004-03-06git-svn-id: https://svn.musicpd.org/mpd/trunk@213 09075e82-0dd4-0310-85a5-a0d...Warren Dukes2-4/+8
2004-03-05make a set of nested if statements less ambigousWarren Dukes1-1/+4
2004-03-05make chunk_size 1020, so its divisible for 8,16,24, and 32-bit audioWarren Dukes1-1/+2
2004-03-05fix crossfading issue with oggWarren Dukes2-10/+13
2004-03-05fix a minor issue!Warren Dukes1-1/+1
2004-03-05fix a boobooWarren Dukes1-2/+2
2004-03-05skip over all bad framesWarren Dukes1-8/+12
2004-03-05put it back the way it wasWarren Dukes1-4/+5
2004-03-05mute all frames that are "SKIP"'dWarren Dukes1-4/+5
2004-03-05lets SKIP all recorable stream errorsWarren Dukes1-8/+6
2004-03-05see if we can skip past tagsWarren Dukes2-6/+35
2004-03-05obotomize mixing a bitWarren Dukes1-6/+8
2004-03-04cleanup a few errors when compiling libmad and libid3tagWarren Dukes2-2/+2
2004-03-04update to 0.15.1 of libmad and libid3tagWarren Dukes87-233/+539
2004-03-04clean up a bitWarren Dukes1-6/+3
2004-03-04git-svn-id: https://svn.musicpd.org/mpd/trunk@194 09075e82-0dd4-0310-85a5-a0d...Warren Dukes2-11/+23
2004-03-03fix gcc-2.95 compilation errorsWarren Dukes3-4/+8
2004-03-02rewrite error message for wrong number of config argsWarren Dukes1-1/+1
2004-03-02don't use automake-1.8Warren Dukes2-4/+8
2004-03-01memset erroredFile to 0Warren Dukes1-0/+1
2004-03-01fix a typecastWarren Dukes1-2/+2
2004-02-29fix a bug where getting OS Mixer volume may fail, and we were closingWarren Dukes1-1/+0
2004-02-29fix a stupid bug where i was storing the decode_pid directorly from fork()Warren Dukes2-4/+7
2004-02-28fix some errors with short and longWarren Dukes1-4/+4
2004-02-27audio cleanupsWarren Dukes3-13/+22
2004-02-27cleanup audio code someWarren Dukes1-14/+15
2004-02-27put decode_pid in shared mem, so if player process dies, the masterWarren Dukes4-18/+43
2004-02-27display db_playtime in statsWarren Dukes4-0/+23
2004-02-27crossfade should always be displayed in statusWarren Dukes1-1/+1
2004-02-27add xfade and audio to status, remove crossfade no args optionsWarren Dukes6-25/+62
2004-02-26add bitrate reporting to flacWarren Dukes1-2/+17
2004-02-25finally found the segfault, it occurs with random and repeat on,Warren Dukes1-2/+2
2004-02-25some more cleanupsWarren Dukes11-33/+36
2004-02-25cleanup logging, need to be careful with SECURE and DEBUGWarren Dukes3-18/+26
2004-02-25few cleanupsWarren Dukes1-2/+3
2004-02-25be more careful with string manipulations, use strncpy as much as possibleWarren Dukes3-8/+9
2004-02-25a few more cleanups, use memcpy instead of strncpyWarren Dukes1-2/+2
2004-02-25some cleanups for utf8 in playerSeek and using strncpy for copying filenamesWarren Dukes2-5/+7
2004-02-25a few cleanupsWarren Dukes2-4/+10