| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | main_notify: use pthread_cond_signal instead of broadcast | Eric Wong | 2008-04-12 | 1 | -1/+1 |
* | Fix a deadlock after pause/next | Eric Wong | 2008-04-12 | 1 | -0/+1 |
* | Fix the problem of songs not advancing without client activity | Eric Wong | 2008-04-12 | 8 | -20/+173 |
* | command.h: include sllist.h which defines struct strnode | Eric Wong | 2008-04-12 | 1 | -2/+1 |
* | const pointers in audioOutput.c | Max Kellermann | 2008-04-12 | 2 | -2/+4 |
* | const pointers in audio.c | Max Kellermann | 2008-04-12 | 2 | -10/+11 |
* | flush after loop in sendDataToOutputBuffer() | Max Kellermann | 2008-04-12 | 1 | -5/+4 |
* | constant pointers in replayGain.c | Max Kellermann | 2008-04-12 | 2 | -2/+2 |
* | yet another migration to size_t | Max Kellermann | 2008-04-12 | 1 | -4/+4 |
* | check cb->stop in the while loop | Max Kellermann | 2008-04-12 | 1 | -4/+4 |
* | eliminate OutputBuffer.currentChunk | Max Kellermann | 2008-04-12 | 2 | -31/+51 |
* | added output_buffer_expand() | Max Kellermann | 2008-04-12 | 1 | -13/+22 |
* | initialize all elements in initOutputBuffer() | Max Kellermann | 2008-04-12 | 1 | -0/+2 |
* | wake up player on demand | Max Kellermann | 2008-04-12 | 1 | -1/+9 |
* | unlink the socket before bind() | Max Kellermann | 2008-04-12 | 1 | -0/+2 |
* | replaced assertion with check | Max Kellermann | 2008-04-12 | 1 | -2/+1 |
* | fix several errors/warnings which only appear with -O3 | Max Kellermann | 2008-04-12 | 2 | -1/+3 |
* | multiply num_samples with bytes_per_channel | Max Kellermann | 2008-04-12 | 1 | -1/+1 |
* | missing num_channels check in previous patch | Max Kellermann | 2008-04-12 | 1 | -1/+1 |
* | special optimized case for 16bit stereo | Max Kellermann | 2008-04-12 | 1 | -3/+20 |
* | read num_channels once | Max Kellermann | 2008-04-12 | 1 | -3/+4 |
* | assume the buffer is empty in flacWrite() | Max Kellermann | 2008-04-12 | 1 | -4/+3 |
* | convert blocks until the buffer is full | Max Kellermann | 2008-04-12 | 1 | -23/+43 |
* | calculate bytes_per_channel, check for buffer flush once | Max Kellermann | 2008-04-12 | 1 | -11/+14 |
* | don't calculate bytes per sample within the loop | Max Kellermann | 2008-04-12 | 1 | -1/+2 |
* | use unsigned integers and size_t in the flac plugin | Max Kellermann | 2008-04-12 | 2 | -4/+9 |
* | pass dc to decoder_task() | Max Kellermann | 2008-04-12 | 3 | -6/+6 |
* | pass pc to set_current_song() | Max Kellermann | 2008-04-12 | 1 | -6/+4 |
* | pass pc to player_task() | Max Kellermann | 2008-04-12 | 3 | -6/+6 |
* | whitespace cleanup | Max Kellermann | 2008-04-12 | 1 | -14/+14 |
* | clean up CPP includes | Max Kellermann | 2008-04-12 | 55 | -110/+33 |
* | removed "volatile" from OutputBufferChunk properties | Max Kellermann | 2008-04-12 | 1 | -3/+3 |
* | pass pc to player notify functions | Max Kellermann | 2008-04-12 | 3 | -30/+29 |
* | pass DecoderControl object to decoder_sleep() | Max Kellermann | 2008-04-12 | 3 | -17/+14 |
* | added output_buffer_free() | Max Kellermann | 2008-04-12 | 3 | -0/+9 |
* | remove the local variable "end" | Max Kellermann | 2008-04-12 | 1 | -5/+0 |
* | don't use short chunk numbers | Max Kellermann | 2008-04-12 | 3 | -7/+7 |
* | added output_buffer_skip() | Max Kellermann | 2008-04-12 | 3 | -8/+9 |
* | remove buffered_chunks, use cb->size | Max Kellermann | 2008-04-12 | 3 | -3/+3 |
* | pass buffered_chunks to initOutputBuffer() | Max Kellermann | 2008-04-12 | 3 | -16/+21 |
* | make playerData_pd static | Max Kellermann | 2008-04-12 | 1 | -39/+32 |
* | allocate playerData_pd from heap instead of shm | Max Kellermann | 2008-04-12 | 2 | -12/+2 |
* | fixed another shadow warning | Max Kellermann | 2008-04-12 | 1 | -11/+11 |
* | don't allocate pd.auddioDeviceStates from shm | Max Kellermann | 2008-04-12 | 1 | -5/+4 |
* | fix typo in comment | Max Kellermann | 2008-04-12 | 1 | -3/+3 |
* | let initOutputBuffer() allocate memory | Max Kellermann | 2008-04-12 | 3 | -10/+6 |
* | fix deadlock at end of song | Max Kellermann | 2008-04-12 | 1 | -0/+1 |
* | decode: fix some uninitialized variable warnings | Eric Wong | 2008-04-12 | 2 | -3/+3 |
* | decode: fix unsigned comparision and add some paranoid assertions | Eric Wong | 2008-04-12 | 1 | -8/+9 |
* | Fix a few more warnings from -Wshadow | Eric Wong | 2008-04-12 | 7 | -36/+38 |