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