aboutsummaryrefslogtreecommitdiffstats
path: root/src/ogg_decode.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move time from tag info to song info.Warren Dukes2004-03-101-0/+19
| | | | | also, if we can't get the time, then don't add the song to the db! git-svn-id: https://svn.musicpd.org/mpd/trunk@236 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* use BIGENDIAN for ov_read, instead of changing endianness unneccessarilyWarren Dukes2004-03-091-5/+8
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@232 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* make some usleeps longer, just to try to stave off busy waitingWarren Dukes2004-03-061-1/+1
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@219 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* fix crossfading issue with oggWarren Dukes2004-03-051-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
* some more cleanupsWarren Dukes2004-02-251-1/+1
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@60 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* import from SF CVSWarren Dukes2004-02-231-0/+121
git-svn-id: https://svn.musicpd.org/mpd/trunk@1 09075e82-0dd4-0310-85a5-a0d7c8717e4f