aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
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