aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* do not reset nextChunkMax Kellermann2008-04-121-9/+5
* added outputBufferRelative()Max Kellermann2008-04-123-10/+17
* added outputBufferEmpty()Max Kellermann2008-04-123-2/+10
* moved check to outputBufferAbsolute()Max Kellermann2008-04-123-17/+27
* make variables more localMax Kellermann2008-04-121-4/+3
* moved the initial buffering code into the big loopMax Kellermann2008-04-121-13/+10
* some comments in decode.cMax Kellermann2008-04-121-0/+39
* integrated macro handleDecodeStart() into callerMax Kellermann2008-04-121-43/+40
* use clearOutputBuffer()Max Kellermann2008-04-121-4/+2
* do not check dc->start after loopMax Kellermann2008-04-121-1/+1
* use DECODE_ERROR_NOERROR instead of 0Max Kellermann2008-04-121-3/+3
* converted macro processDecodeInput() to functionMax Kellermann2008-04-121-52/+80
* added clearPlayerQueueLocked()Max Kellermann2008-04-121-43/+24
* don't set quit=1 before breakMax Kellermann2008-04-121-5/+2
* simplified some code in decode.cMax Kellermann2008-04-121-11/+10
* add method availableOutputBuffer()Max Kellermann2008-04-123-2/+12
* replace advanceOutputBufferTo() with trivial assignmentMax Kellermann2008-04-121-6/+1
* removed unused parameters from advanceOutputBufferTo()Max Kellermann2008-04-121-6/+2
* moved code to function tailChunk()Max Kellermann2008-04-121-33/+58
* use free()+malloc() instead of realloc()Max Kellermann2008-04-121-1/+3
* some documentation about OutputBufferMax Kellermann2008-04-121-0/+9
* Start using song pointers in core data structuresEric Wong2008-04-125-66/+53
* outputBuffer: remove unused variableEric Wong2008-04-121-1/+0
* song: document get_song_url()Eric Wong2008-04-121-0/+6
* Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong2008-04-1211-328/+7
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-1221-377/+212
* whitespace cleanupMax Kellermann2008-04-122-8/+8
* proper bind error message for unix socketMax Kellermann2008-04-121-1/+2
* provide switches for TCP and unix socketsMax Kellermann2008-04-123-1/+24
* support listening on unix domain socketsMax Kellermann2008-04-122-0/+17
* use constant pointers when possibleMax Kellermann2008-04-123-25/+24
* eliminate unused parametersMax Kellermann2008-04-121-6/+5
* unsigned integers in playerData.[ch]Max Kellermann2008-04-122-6/+5
* use unsigned integers in outputBuffer.cMax Kellermann2008-04-122-3/+3
* fix sign compare warningsMax Kellermann2008-04-124-10/+10
* deconstify input buffer for iconv()Max Kellermann2008-04-121-2/+18
* use unsigned integers in the flac pluginMax Kellermann2008-04-122-2/+2
* removed unused variableMax Kellermann2008-04-122-6/+6
* use unsigned integers in decoder.cMax Kellermann2008-04-121-5/+5
* include os_compat.h in tarball distributionsEric Wong2008-03-301-0/+1
* notify: initialize variable to keep valgrind from bitchingEric Wong2008-03-271-1/+1
* notify: more cleanups, add error checking for pipe errorsEric Wong2008-03-262-9/+10
* interface: use a saner fdmax for select(2) when closing errored interfacesEric Wong2008-03-261-1/+2
* notify: cleanupsEric Wong2008-03-267-41/+31
* send notify signal after SIGCONTMax Kellermann2008-03-261-0/+2
* notify the decoder instead of polling 100hzMax Kellermann2008-03-266-1/+125
* unsigned countersMax Kellermann2008-03-262-13/+13
* don't repeat select()Max Kellermann2008-03-261-5/+2
* unlimited select() timeoutMax Kellermann2008-03-261-5/+3
* wavpack_plugin: cleanups after the last commitEric Wong2008-03-261-2/+2