summaryrefslogtreecommitdiff
path: root/src/outputBuffer.c
AgeCommit message (Expand)Author
2004-06-09fix some streaming metadata issuesWarren Dukes
2004-06-08remove "wrap" from buffering control, its not needed, and could potentiallyWarren Dukes
2004-06-07remove metadata debugging codeWarren Dukes
2004-06-07bug fix for metadata again, had an extra "!" in mpdTagsAreEqual()Warren Dukes
2004-06-07some fixes to metadata stuffWarren Dukes
2004-06-07potential bugfixes for handling metadata in player/decoderWarren Dukes
2004-06-06harden metadatabufferWarren Dukes
2004-06-06spelling fix for avutonWarren Dukes
2004-06-06mechanism for updating metadata while decodingWarren Dukes
2004-06-06todo updateWarren Dukes
2004-05-30fixed seek, its now blocking againWarren Dukes
2004-05-29fix TIcho's seeking while paused bugWarren Dukes
2004-05-28undo last changesWarren Dukes
2004-05-28fix seeking more than once when paused, by returning immediatly on dc->seekWarren Dukes
2004-05-21do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes
2004-05-20another bug fix for non-blocking seekWarren Dukes
2004-05-19non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes
2004-05-18yes! rudimentary stream playing for mp3's!Warren Dukes
2004-05-10more little bits of code in prep for resample/audioFormat conversion,Warren Dukes
2004-05-07rewrite outputBuffer'ing abstraction a bit to be more effecient and easierWarren Dukes
2004-05-07new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes
2004-05-07some begging code of abstracting out some simple buffer routine(s) for decodersWarren Dukes