| Commit message (Expand) | Author | Age | Files | Lines |
* | converted macro processDecodeInput() to function | Max Kellermann | 2008-04-12 | 1 | -52/+80 |
* | added clearPlayerQueueLocked() | Max Kellermann | 2008-04-12 | 1 | -43/+24 |
* | don't set quit=1 before break | Max Kellermann | 2008-04-12 | 1 | -5/+2 |
* | simplified some code in decode.c | Max Kellermann | 2008-04-12 | 1 | -11/+10 |
* | add method availableOutputBuffer() | Max Kellermann | 2008-04-12 | 3 | -2/+12 |
* | replace advanceOutputBufferTo() with trivial assignment | Max Kellermann | 2008-04-12 | 1 | -6/+1 |
* | removed unused parameters from advanceOutputBufferTo() | Max Kellermann | 2008-04-12 | 1 | -6/+2 |
* | moved code to function tailChunk() | Max Kellermann | 2008-04-12 | 1 | -33/+58 |
* | use free()+malloc() instead of realloc() | Max Kellermann | 2008-04-12 | 1 | -1/+3 |
* | some documentation about OutputBuffer | Max Kellermann | 2008-04-12 | 1 | -0/+9 |
* | Start using song pointers in core data structures | Eric Wong | 2008-04-12 | 5 | -66/+53 |
* | outputBuffer: remove unused variable | Eric Wong | 2008-04-12 | 1 | -1/+0 |
* | song: document get_song_url() | Eric Wong | 2008-04-12 | 1 | -0/+6 |
* | Drop metadata updates from HTTP for now (input HTTP, and shout) | Eric Wong | 2008-04-12 | 11 | -328/+7 |
* | Initial cut of fork() => pthreads() for decoder and player | Eric Wong | 2008-04-12 | 21 | -377/+212 |
* | whitespace cleanup | Max Kellermann | 2008-04-12 | 2 | -8/+8 |
* | proper bind error message for unix socket | Max Kellermann | 2008-04-12 | 1 | -1/+2 |
* | provide switches for TCP and unix sockets | Max Kellermann | 2008-04-12 | 3 | -1/+24 |
* | support listening on unix domain sockets | Max Kellermann | 2008-04-12 | 2 | -0/+17 |
* | use constant pointers when possible | Max Kellermann | 2008-04-12 | 3 | -25/+24 |
* | eliminate unused parameters | Max Kellermann | 2008-04-12 | 1 | -6/+5 |
* | unsigned integers in playerData.[ch] | Max Kellermann | 2008-04-12 | 2 | -6/+5 |
* | use unsigned integers in outputBuffer.c | Max Kellermann | 2008-04-12 | 2 | -3/+3 |
* | fix sign compare warnings | Max Kellermann | 2008-04-12 | 4 | -10/+10 |
* | deconstify input buffer for iconv() | Max Kellermann | 2008-04-12 | 1 | -2/+18 |
* | use unsigned integers in the flac plugin | Max Kellermann | 2008-04-12 | 2 | -2/+2 |
* | removed unused variable | Max Kellermann | 2008-04-12 | 2 | -6/+6 |
* | use unsigned integers in decoder.c | Max Kellermann | 2008-04-12 | 1 | -5/+5 |
* | include os_compat.h in tarball distributions | Eric Wong | 2008-03-30 | 1 | -0/+1 |
* | notify: initialize variable to keep valgrind from bitching | Eric Wong | 2008-03-27 | 1 | -1/+1 |
* | notify: more cleanups, add error checking for pipe errors | Eric Wong | 2008-03-26 | 2 | -9/+10 |
* | interface: use a saner fdmax for select(2) when closing errored interfaces | Eric Wong | 2008-03-26 | 1 | -1/+2 |
* | notify: cleanups | Eric Wong | 2008-03-26 | 7 | -41/+31 |
* | send notify signal after SIGCONT | Max Kellermann | 2008-03-26 | 1 | -0/+2 |
* | notify the decoder instead of polling 100hz | Max Kellermann | 2008-03-26 | 6 | -1/+125 |
* | unsigned counters | Max Kellermann | 2008-03-26 | 2 | -13/+13 |
* | don't repeat select() | Max Kellermann | 2008-03-26 | 1 | -5/+2 |
* | unlimited select() timeout | Max Kellermann | 2008-03-26 | 1 | -5/+3 |
* | wavpack_plugin: cleanups after the last commit | Eric Wong | 2008-03-26 | 1 | -2/+2 |
* | WavPack improvements | Laszlo Ashin | 2008-03-26 | 1 | -29/+130 |
* | networking: more assertions and cleanups to size_t/unsigned changes | Eric Wong | 2008-03-26 | 2 | -48/+58 |
* | audio.c: unsigned int functions return unsigned ints, not size_t | Eric Wong | 2008-03-26 | 1 | -1/+1 |
* | audiofile_plugin: fix nasty long lines introduced in previous commit | Eric Wong | 2008-03-26 | 1 | -2/+4 |
* | moved code to initOutputBuffer() | Max Kellermann | 2008-03-26 | 3 | -16/+22 |
* | use size_t | Max Kellermann | 2008-03-26 | 9 | -58/+57 |
* | player: more assertions | Max Kellermann | 2008-03-26 | 1 | -0/+2 |
* | audio: use a machine word for array sizes | Max Kellermann | 2008-03-26 | 2 | -20/+20 |
* | inputPlugins/oggvorbis: removed unused variables | Max Kellermann | 2008-03-26 | 1 | -7/+6 |
* | fix segmentation fault in song info parser | Max Kellermann | 2008-03-26 | 1 | -4/+5 |
* | fix strtok() related segmentation fault | Max Kellermann | 2008-03-26 | 1 | -1/+4 |