aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-12integrated macro handleDecodeStart() into callerMax Kellermann1-43/+40
2008-04-12use clearOutputBuffer()Max Kellermann1-4/+2
2008-04-12do not check dc->start after loopMax Kellermann1-1/+1
2008-04-12use DECODE_ERROR_NOERROR instead of 0Max Kellermann1-3/+3
2008-04-12converted macro processDecodeInput() to functionMax Kellermann1-52/+80
2008-04-12don't set quit=1 before breakMax Kellermann1-5/+2
2008-04-12simplified some code in decode.cMax Kellermann1-11/+10
2008-04-12add method availableOutputBuffer()Max Kellermann1-2/+1
2008-04-12replace advanceOutputBufferTo() with trivial assignmentMax Kellermann1-6/+1
2008-04-12removed unused parameters from advanceOutputBufferTo()Max Kellermann1-6/+2
2008-04-12Start using song pointers in core data structuresEric Wong1-34/+32
2008-04-12Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong1-60/+4
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong1-142/+101
2008-04-12whitespace cleanupMax Kellermann1-1/+1
2008-04-12fix sign compare warningsMax Kellermann1-7/+7
2008-04-12use unsigned integers in decoder.cMax Kellermann1-5/+5
2008-03-26send notify signal after SIGCONTMax Kellermann1-0/+2
2008-03-26notify the decoder instead of polling 100hzMax Kellermann1-0/+1
2008-02-05fix -Wconst warningsMax Kellermann1-2/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-8/+1
2008-01-01silence is constant, as is the buffer we pass to playAudioEric Wong1-3/+1
2008-01-01Simplify decode cleanup logic a bitEric Wong1-26/+15
2007-12-28Merge branches/ew r7104Eric Wong1-18/+15
2007-09-07decode: fix seek when pausedEric Wong1-0/+1
2007-09-06Once again get rid of busy waiting and use SIGSTOP for pauseEric Wong1-4/+10
2007-09-06return to busy-waiting on pause for now..Eric Wong1-10/+4
2007-08-27removing debug messages from signal handlersJ. Alexander Treuman1-3/+5
2007-08-27send SIGSTOP to player and decoder processes on pause, tooEric Wong1-4/+10
2007-08-12decode: close audio device after initial open if pausedJ. Alexander Treuman1-1/+5
2007-08-12decode: reformatting for better readabilityJ. Alexander Treuman1-6/+9
2007-06-25decode: prefer fileDecodeFunc over streamDecodeFunc for filesJ. Alexander Treuman1-9/+10
2007-06-09Remove a useless if (quit) block. It's enclosed in two while loops: theJ. Alexander Treuman1-4/+0
2007-06-07Send SIGCONT to the decode process before sending it SIGTERM.J. Alexander Treuman1-0/+1
2007-06-04Don't send the main process SIGUSR1 until we've sent the decode processJ. Alexander Treuman1-1/+2
2007-06-04Don't kill the player process (and effectively the decode process) whenJ. Alexander Treuman1-4/+16
2007-06-04Cleanup some formatting in decode.c.J. Alexander Treuman1-10/+4
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-04-03Don't stop decoding when unpausing fails because no audio device can beJ. Alexander Treuman1-5/+5
2007-04-03Reformatting some code.J. Alexander Treuman1-5/+5
2007-02-11#1) fix a few potential deadlock conditons in decode.c when crossfading is en...Warren Dukes1-5/+6
2007-01-24on second thought, comment out the debug statement so that users aren't poten...Warren Dukes1-1/+1
2007-01-24add debug statement for bug #1380Warren Dukes1-0/+1
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-1/+1
2006-12-24Do not set metadataState to PLAYER_METADATA_STATE_READ when decoding stops.J. Alexander Treuman1-1/+0
2006-12-23Adding support for seeking HTTP streams.J. Alexander Treuman1-1/+3
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-2/+2
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-1/+1
2006-08-14Revert leaks from r4311, and also the leak fixes as a result of thatEric Wong1-7/+3
2006-08-08more sparse cleanupsEric Wong1-1/+1
2006-08-01logging cleanupsEric Wong1-2/+2