aboutsummaryrefslogtreecommitdiffstats
path: root/src/audiofile_decode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* audiofile_pluginWarren Dukes2004-05-311-143/+0
* fixed seek, its now blocking againWarren Dukes2004-05-301-2/+4
* fix TIcho's seeking while paused bugWarren Dukes2004-05-291-0/+1
* do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes2004-05-211-1/+5
* non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes2004-05-191-2/+1
* try to make seeking more non-blockingWarren Dukes2004-05-191-1/+0
* yes! rudimentary stream playing for mp3's!Warren Dukes2004-05-181-2/+1
* some more work on organizing code for resampling/audioFormat conversionWarren Dukes2004-05-101-13/+14
* implement new outputBuffering stuff for rest of decodersWarren Dukes2004-05-071-19/+7
* new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes2004-05-071-1/+1
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* when converting from bps -> kbps, divide by 1000, not 1024Warren Dukes2004-04-031-1/+1
* use our own portable version of usleep using select()Warren Dukes2004-04-011-1/+1
* bitRate support for audiofileWarren Dukes2004-03-241-2/+15
* aac decoding!Warren Dukes2004-03-221-1/+1
* close audio device on pauseWarren Dukes2004-03-201-4/+0
* bunch of autotool cleanupsWarren Dukes2004-03-181-2/+2
* make some usleeps longer, just to try to stave off busy waitingWarren Dukes2004-03-061-1/+1
* add xfade and audio to status, remove crossfade no args optionsWarren Dukes2004-02-271-2/+4
* some more cleanupsWarren Dukes2004-02-251-1/+1
* import from SF CVSWarren Dukes2004-02-231-0/+138