aboutsummaryrefslogtreecommitdiffstats
path: root/src/pipe.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-12added output_buffer_expand()Max Kellermann1-13/+22
2008-04-12initialize all elements in initOutputBuffer()Max Kellermann1-0/+2
2008-04-12wake up player on demandMax Kellermann1-1/+9
2008-04-12clean up CPP includesMax Kellermann1-5/+0
2008-04-12pass DecoderControl object to decoder_sleep()Max Kellermann1-1/+1
2008-04-12added output_buffer_free()Max Kellermann1-0/+6
2008-04-12don't use short chunk numbersMax Kellermann1-2/+2
2008-04-12added output_buffer_skip()Max Kellermann1-0/+6
2008-04-12pass buffered_chunks to initOutputBuffer()Max Kellermann1-14/+17
2008-04-12fix typo in commentMax Kellermann1-3/+3
2008-04-12let initOutputBuffer() allocate memoryMax Kellermann1-2/+2
2008-04-12added inline function successor()Max Kellermann1-11/+12
2008-04-12moved currentChunk into OutputBufferMax Kellermann1-10/+9
2008-04-12added outputBufferShift()Max Kellermann1-0/+10
2008-04-12use sizeof(chunk.data) instead of CHUNK_SIZEMax Kellermann1-2/+2
2008-04-12added struct OutputBufferChunkMax Kellermann1-17/+15
2008-04-12added outputBufferChunkData()Max Kellermann1-0/+7
2008-04-12added outputBufferRelative()Max Kellermann1-4/+9
2008-04-12added outputBufferEmpty()Max Kellermann1-0/+5
2008-04-12moved check to outputBufferAbsolute()Max Kellermann1-0/+17
2008-04-12add method availableOutputBuffer()Max Kellermann1-0/+8
2008-04-12moved code to function tailChunk()Max Kellermann1-33/+58
2008-04-12use free()+malloc() instead of realloc()Max Kellermann1-1/+3
2008-04-12outputBuffer: remove unused variableEric Wong1-1/+0
2008-04-12Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong1-76/+2
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong1-3/+3
2008-04-12use unsigned integers in outputBuffer.cMax Kellermann1-1/+1
2008-04-12fix sign compare warningsMax Kellermann1-1/+1
2008-03-26notify the decoder instead of polling 100hzMax Kellermann1-1/+3
2008-03-26moved code to initOutputBuffer()Max Kellermann1-0/+17
2008-03-26use size_tMax Kellermann1-2/+2
2008-01-26fixed -Wshadow warningsMax Kellermann1-2/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-3/+1
2007-05-26Make pcm_convertAudioFormat return the buffer size. This is necessaryJ. Alexander Treuman1-3/+3
2007-05-24Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman1-1/+2
2007-05-22Split pcm_convertAudioFormat into separate functions for bitrate, channel,J. Alexander Treuman1-7/+2
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-02-11#1) fix a few potential deadlock conditons in decode.c when crossfading is en...Warren Dukes1-4/+3
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-4/+4
2006-09-21outputBuffer: avoid out-of-bounds-error in clearOutputBuffer()Eric Wong1-3/+3
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-1/+1
2006-07-27Use AudioCompress for volume normalizationJ. Alexander Treuman1-19/+2
2006-07-24Do normalization if there's replaygain data but replaygain is offJ. Alexander Treuman1-1/+1
2006-07-22Adding on the fly volume normalization support. Code originally from mplayer...J. Alexander Treuman1-0/+20
2006-07-20Add mpd-indent.shAvuton Olrich1-77/+84
2006-07-19Remove useless buffer signedness warnings, useAvuton Olrich1-1/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-04-05Don't rely on memcmp() for structs, padding bits are randomEric Wong1-1/+1
2006-03-19src/outputBuffer.c: bugfix: freeMpdTag(), not just free()Eric Wong1-1/+1