aboutsummaryrefslogtreecommitdiffstats
path: root/src/mp3_decode.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-03-05lets SKIP all recorable stream errorsWarren Dukes1-8/+6
git-svn-id: https://svn.musicpd.org/mpd/trunk@200 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-05see if we can skip past tagsWarren Dukes1-2/+33
git-svn-id: https://svn.musicpd.org/mpd/trunk@199 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-04clean up a bitWarren Dukes1-6/+3
git-svn-id: https://svn.musicpd.org/mpd/trunk@195 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-04git-svn-id: https://svn.musicpd.org/mpd/trunk@194 ↵Warren Dukes1-6/+20
09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-29fix a stupid bug where i was storing the decode_pid directorly from fork()Warren Dukes1-1/+1
call, and since decode_pid is shared now, it may get assigned zero after the parent assigns it the true pid, not good!! git-svn-id: https://svn.musicpd.org/mpd/trunk@124 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25some more cleanupsWarren Dukes1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@60 09075e82-0dd4-0310-85a5-a0d7c8717e4f