summaryrefslogtreecommitdiff
path: root/src/audiofile_decode.c
AgeCommit message (Expand)Author
2004-05-31audiofile_pluginWarren Dukes
2004-05-30fixed seek, its now blocking againWarren Dukes
2004-05-29fix TIcho's seeking while paused bugWarren Dukes
2004-05-21do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes
2004-05-19non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes
2004-05-19try to make seeking more non-blockingWarren Dukes
2004-05-18yes! rudimentary stream playing for mp3's!Warren Dukes
2004-05-10some more work on organizing code for resampling/audioFormat conversionWarren Dukes
2004-05-07implement new outputBuffering stuff for rest of decodersWarren Dukes
2004-05-07new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes
2004-04-14add vim shiznit to end of all source filesWarren Dukes
2004-04-03when converting from bps -> kbps, divide by 1000, not 1024Warren Dukes
2004-04-01use our own portable version of usleep using select()Warren Dukes
2004-03-24bitRate support for audiofileWarren Dukes
2004-03-22aac decoding!Warren Dukes
2004-03-20close audio device on pauseWarren Dukes
2004-03-18bunch of autotool cleanupsWarren Dukes
2004-03-06make some usleeps longer, just to try to stave off busy waitingWarren Dukes
2004-02-27add xfade and audio to status, remove crossfade no args optionsWarren Dukes
2004-02-25some more cleanupsWarren Dukes
2004-02-23import from SF CVSWarren Dukes