aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/audiofile_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-05-31some stream metadata fixesWarren Dukes1-0/+4
2004-05-31icynames are now copied to title of streamsWarren Dukes1-6/+6
2004-05-31audiofile_pluginWarren Dukes1-7/+44
2004-05-30fixed seek, its now blocking againWarren Dukes1-2/+4
2004-05-29fix TIcho's seeking while paused bugWarren Dukes1-0/+1
2004-05-21do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes1-1/+5
2004-05-19non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes1-2/+1
2004-05-19try to make seeking more non-blockingWarren Dukes1-1/+0
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