aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2004-05-31flac_pluginWarren Dukes7-156/+155
2004-05-31mp3 and ogg plugin stuffWarren Dukes17-497/+230
2004-05-30finish implementing inputPlugin interfaceWarren Dukes3-20/+96
2004-05-30start to implement inputPlugin interfaceWarren Dukes2-0/+67
2004-05-30include proper headers for input_pluginWarren Dukes1-0/+5
2004-05-30clean up some grammarWarren Dukes1-1/+1
2004-05-30fixed seek, its now blocking againWarren Dukes9-48/+71
2004-05-30input plugin header stuffWarren Dukes1-0/+8
2004-05-30input plugin shemeWarren Dukes1-0/+48
2004-05-30a small change in determining suffix of filesWarren Dukes1-12/+14
2004-05-29forte C++ compile fixesWarren Dukes1-6/+6
2004-05-29fix TIcho's seeking while paused bugWarren Dukes8-11/+21
2004-05-28undo last changesWarren Dukes1-3/+1
2004-05-28fix seeking more than once when paused, by returning immediatly on dc->seekWarren Dukes1-1/+3
2004-05-25clear playlist.current on clearPlaylist()Warren Dukes1-0/+1
2004-05-25fix for floating point exception when adding randomly to the playlist withWarren Dukes1-3/+5
2004-05-25ingore mp3 CRC's for files and not streamsWarren Dukes3-7/+11
2004-05-25mem leak: forgot to free stream songs on clearPlaylist() and finishPlaylist()Warren Dukes1-2/+2
2004-05-25if totalTime < 0, set it to 0Warren Dukes1-0/+1
2004-05-24put icyName debug infoWarren Dukes1-0/+3
2004-05-24allow any sampleRate > 0?Warren Dukes1-1/+7
2004-05-23by popular demand: have stop remember the current song and play will startWarren Dukes2-11/+29
2004-05-21cleanup EINTR checking in tag.cWarren Dukes1-3/+2
2004-05-21fix a bug in decodeFirstFrame when just decoding tags and not passingWarren Dukes1-2/+2
2004-05-21do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes10-25/+43
2004-05-20forgot to clear the mad_stream buffer when doing a seekWarren Dukes1-5/+6
2004-05-20removed a debug statementWarren Dukes1-1/+0
2004-05-20when playing a url, previous always goto to previous song and never to theWarren Dukes1-1/+4
2004-05-20oops another bug fix for handling stop in decodeFirstFrame (mp3)Warren Dukes1-2/+2
2004-05-20more bug fixesWarren Dukes4-11/+21
2004-05-20more little mp3 seeking fixesWarren Dukes1-3/+3
2004-05-20fix some seeking stuff for mp3'sWarren Dukes1-13/+19
2004-05-20ogg stream playing! some non-blocking seek bug fixesWarren Dukes6-62/+114
2004-05-20another bug fix for non-blocking seekWarren Dukes1-2/+2
2004-05-20clean up sleep times to be all 10msWarren Dukes1-3/+3
2004-05-20get rid of seekError in DecoderControlWarren Dukes4-14/+4
2004-05-20some fixes for non-blocking seek :-)Warren Dukes3-26/+4
2004-05-19non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes9-19/+27
2004-05-19todo update and make firstFrame in mp3_decode less blocky!Warren Dukes1-7/+11
2004-05-19todo updateWarren Dukes1-0/+3
2004-05-19forgot to mark in decoderControl when we are seekable!Warren Dukes1-0/+1
2004-05-19fix a nasty bug when deleting a stream from the playlistWarren Dukes3-7/+14
2004-05-19use ftell to set offsetWarren Dukes1-1/+1
2004-05-19bug fixy poo s/1/0/Warren Dukes3-3/+4
2004-05-19fix some blocking stop when trying to stop/seek during filling bufferWarren Dukes1-2/+2
2004-05-19try to make seeking more non-blockingWarren Dukes8-202/+228
2004-05-19just a we bit of changesWarren Dukes3-32/+43
2004-05-18ok, after starting good, this is a little less blocky for playing streamsWarren Dukes1-20/+29
2004-05-18nother little minor fixWarren Dukes1-1/+1
2004-05-18slight fix for IS_fileWarren Dukes1-1/+1