aboutsummaryrefslogtreecommitdiffstats
path: root/src/audiofile_decode.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-05-18yes! rudimentary stream playing for mp3's!Warren Dukes1-2/+1
2004-05-10some more work on organizing code for resampling/audioFormat conversionWarren Dukes1-13/+14
2004-05-07implement new outputBuffering stuff for rest of decodersWarren Dukes1-19/+7
2004-05-07new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes1-1/+1
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-03when converting from bps -> kbps, divide by 1000, not 1024Warren Dukes1-1/+1
2004-04-01use our own portable version of usleep using select()Warren Dukes1-1/+1
2004-03-24bitRate support for audiofileWarren Dukes1-2/+15
2004-03-22aac decoding!Warren Dukes1-1/+1
2004-03-20close audio device on pauseWarren Dukes1-4/+0
2004-03-18bunch of autotool cleanupsWarren Dukes1-2/+2
2004-03-06make some usleeps longer, just to try to stave off busy waitingWarren Dukes1-1/+1
2004-02-27add xfade and audio to status, remove crossfade no args optionsWarren Dukes1-2/+4
2004-02-25some more cleanupsWarren Dukes1-1/+1