summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-05-28undo last changesWarren Dukes
2004-05-28fix seeking more than once when paused, by returning immediatly on dc->seekWarren Dukes
2004-05-25clear playlist.current on clearPlaylist()Warren Dukes
2004-05-25fix for floating point exception when adding randomly to the playlist withWarren Dukes
2004-05-25ingore mp3 CRC's for files and not streamsWarren Dukes
2004-05-25mem leak: forgot to free stream songs on clearPlaylist() and finishPlaylist()Warren Dukes
2004-05-25if totalTime < 0, set it to 0Warren Dukes
2004-05-24put icyName debug infoWarren Dukes
2004-05-24allow any sampleRate > 0?Warren Dukes
2004-05-23by popular demand: have stop remember the current song and play will startWarren Dukes
2004-05-21cleanup EINTR checking in tag.cWarren Dukes
2004-05-21fix a bug in decodeFirstFrame when just decoding tags and not passingWarren Dukes
2004-05-21do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes
2004-05-20forgot to clear the mad_stream buffer when doing a seekWarren Dukes
2004-05-20removed a debug statementWarren Dukes
2004-05-20when playing a url, previous always goto to previous song and never to theWarren Dukes
2004-05-20oops another bug fix for handling stop in decodeFirstFrame (mp3)Warren Dukes
2004-05-20more bug fixesWarren Dukes
2004-05-20more little mp3 seeking fixesWarren Dukes
2004-05-20fix some seeking stuff for mp3'sWarren Dukes
2004-05-20ogg stream playing! some non-blocking seek bug fixesWarren Dukes
2004-05-20another bug fix for non-blocking seekWarren Dukes
2004-05-20clean up sleep times to be all 10msWarren Dukes
2004-05-20get rid of seekError in DecoderControlWarren Dukes
2004-05-20some fixes for non-blocking seek :-)Warren Dukes
2004-05-19non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes
2004-05-19todo update and make firstFrame in mp3_decode less blocky!Warren Dukes
2004-05-19todo updateWarren Dukes
2004-05-19forgot to mark in decoderControl when we are seekable!Warren Dukes
2004-05-19fix a nasty bug when deleting a stream from the playlistWarren Dukes
2004-05-19use ftell to set offsetWarren Dukes
2004-05-19bug fixy poo s/1/0/Warren Dukes
2004-05-19fix some blocking stop when trying to stop/seek during filling bufferWarren Dukes
2004-05-19try to make seeking more non-blockingWarren Dukes
2004-05-19just a we bit of changesWarren Dukes
2004-05-18ok, after starting good, this is a little less blocky for playing streamsWarren Dukes
2004-05-18nother little minor fixWarren Dukes
2004-05-18slight fix for IS_fileWarren Dukes
2004-05-18disable prebuffering in the beginning for nowWarren Dukes
2004-05-18streaming fixes and such, now it seems to work good, what an annoying bugWarren Dukes
2004-05-18fix some wackiness due to attempted search tableWarren Dukes
2004-05-18fix a mem leak when unknow type in decodeStart()Warren Dukes
2004-05-18rework stuff so that we can use mime-type of streams to detect type of fileWarren Dukes
2004-05-18inputStream updates from httpTestWarren Dukes
2004-05-18can parse inputStream_http can parse mime typeWarren Dukes
2004-05-18assume all streams are mp3's, we'll need to open the streams before callingWarren Dukes
2004-05-18bug fixes for playing streamsWarren Dukes
2004-05-18yes! rudimentary stream playing for mp3's!Warren Dukes
2004-05-18oops forgot to add theseWarren Dukes
2004-05-18add new inputStream stuff, hopefully something major isn't foobar'dWarren Dukes