aboutsummaryrefslogtreecommitdiffstats
path: root/src/outputBuffer.h (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-24Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman1-0/+2
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-16/+14
2006-07-19Remove useless buffer signedness warnings, useAvuton Olrich1-1/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2004-11-02rewrite replaygain code, needs testingWarren Dukes1-3/+11
2004-06-10minor little cleanupsWarren Dukes1-1/+0
2004-06-08remove "wrap" from buffering control, its not needed, and could potentiallyWarren Dukes1-1/+0
2004-06-06harden metadatabufferWarren Dukes1-3/+3
2004-06-06spelling fix for avutonWarren Dukes1-0/+3
2004-06-06mechanism for updating metadata while decodingWarren Dukes1-7/+5
2004-06-06todo updateWarren Dukes1-1/+10
2004-05-30clean up some grammarWarren Dukes1-1/+1
2004-05-29fix TIcho's seeking while paused bugWarren Dukes1-2/+2
2004-05-21do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes1-2/+6
2004-05-18yes! rudimentary stream playing for mp3's!Warren Dukes1-0/+2
2004-05-10some more work on organizing code for resampling/audioFormat conversionWarren Dukes1-1/+2
2004-05-07rewrite outputBuffer'ing abstraction a bit to be more effecient and easierWarren Dukes1-3/+4
2004-05-07new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes1-27/+10
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-11add volatile qualifiers to some shared mem buffer stuff, to enusre compilerWarren Dukes1-8/+8
2004-04-01use 16-bit signed ints for storing positions in the ring bufferWarren Dukes1-4/+4
2004-03-18bunch of autotool cleanupsWarren Dukes1-0/+2
2004-03-05make chunk_size 1020, so its divisible for 8,16,24, and 32-bit audioWarren Dukes1-1/+2
2004-02-25some more cleanupsWarren Dukes1-1/+1