aboutsummaryrefslogtreecommitdiffstats
path: root/src/ogg_decode.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-03-06make some usleeps longer, just to try to stave off busy waitingWarren Dukes1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@219 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-05fix crossfading issue with oggWarren Dukes1-4/+10
problem was, ov_read doesn't always fill to CHUNK_SIZE and we were moving chunk on every ov_read, instead now we only dump the buffer when its full git-svn-id: https://svn.musicpd.org/mpd/trunk@206 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