aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-05-18disable prebuffering in the beginning for nowWarren Dukes1-1/+1
2004-05-18streaming fixes and such, now it seems to work good, what an annoying bugWarren Dukes4-49/+59
2004-05-18fix some wackiness due to attempted search tableWarren Dukes1-9/+16
2004-05-18fix a mem leak when unknow type in decodeStart()Warren Dukes2-4/+5
2004-05-18rework stuff so that we can use mime-type of streams to detect type of fileWarren Dukes7-115/+156
2004-05-18inputStream updates from httpTestWarren Dukes6-38/+72
2004-05-18can parse inputStream_http can parse mime typeWarren Dukes3-15/+51
2004-05-18assume all streams are mp3's, we'll need to open the streams before callingWarren Dukes2-8/+3
2004-05-18bug fixes for playing streamsWarren Dukes1-2/+4
2004-05-18yes! rudimentary stream playing for mp3's!Warren Dukes9-36/+57
2004-05-18oops forgot to add theseWarren Dukes4-0/+665
2004-05-18add new inputStream stuff, hopefully something major isn't foobar'dWarren Dukes9-54/+41
2004-05-17ignore crc stuff for mp3's cause some mp3's have foobar'd CRC'sWarren Dukes1-0/+1
2004-05-17fix bug where db_update wasn't being set in readDirectoryDBWarren Dukes1-6/+3
2004-05-15move ipv6supported from listen.c to utils.cWarren Dukes3-10/+16
2004-05-15fix a bug in update if unable to open mp4 file, would cause a segfaultWarren Dukes1-0/+1