aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2004-03-20git-svn-id: https://svn.musicpd.org/mpd/trunk@319 09075e82-0dd4-0310-85a5-a0d...Warren Dukes1-4/+12
2004-03-20use offset, and a bunch of debugger crudWarren Dukes1-0/+8
2004-03-19use LC_CTYPE instead of LC_ALLWarren Dukes1-2/+2
2004-03-19more fun with LOCALE and LANGINFOWarren Dukes1-6/+6
2004-03-19fix boobooWarren Dukes1-1/+4
2004-03-19fix bug that prevented crosffading/gapless from working for mp4Warren Dukes2-33/+32
2004-03-18seek support for mp4/aacWarren Dukes2-15/+44
2004-03-18mp4 cleanupsWarren Dukes1-16/+31
2004-03-18make all sleeps at least 1 msWarren Dukes2-10/+10
2004-03-18we don't need these!Warren Dukes2-214/+0
2004-03-18mp4/aac cleanupsWarren Dukes4-109/+84
2004-03-18initial mp4/aac decoder, hasn't been tested at all yet, just compilesWarren Dukes6-45/+342
2004-03-18weeeWarren Dukes2-4/+8
2004-03-18bunch of autotool cleanupsWarren Dukes41-69/+79
2004-03-17metadata parsing for mp4 files is working, next need to work on AACWarren Dukes3-10/+127
2004-03-17make playlist restart from current position in song when using state fileWarren Dukes2-2/+6
2004-03-17have AAC and MP4 typesWarren Dukes7-4/+61
2004-03-17remove unnecessary junkWarren Dukes2-625/+0
2004-03-17import mp4ff, since its not installed correctly by faad2Warren Dukes17-2/+5398
2004-03-17fix a few snafoo's in configure.acWarren Dukes7-0/+71
2004-03-12autogen.sh updatesWarren Dukes2-0/+4
2004-03-11move time back into MpdTagWarren Dukes6-36/+46
2004-03-10remove some no longer used functionsWarren Dukes4-26/+0
2004-03-10increment playlist version on update, so clients know to updateWarren Dukes2-0/+3
2004-03-10move adding and removeing from tables from directory.c to song.cWarren Dukes3-29/+53
2004-03-10update when mtimes are not the sameWarren Dukes1-1/+1
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