aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* check cb->stop in the while loopMax Kellermann2008-04-121-4/+4
* eliminate OutputBuffer.currentChunkMax Kellermann2008-04-122-31/+51
* added output_buffer_expand()Max Kellermann2008-04-121-13/+22
* initialize all elements in initOutputBuffer()Max Kellermann2008-04-121-0/+2
* wake up player on demandMax Kellermann2008-04-121-1/+9
* unlink the socket before bind()Max Kellermann2008-04-121-0/+2
* replaced assertion with checkMax Kellermann2008-04-121-2/+1
* fix several errors/warnings which only appear with -O3Max Kellermann2008-04-122-1/+3
* multiply num_samples with bytes_per_channelMax Kellermann2008-04-121-1/+1
* missing num_channels check in previous patchMax Kellermann2008-04-121-1/+1
* special optimized case for 16bit stereoMax Kellermann2008-04-121-3/+20
* read num_channels onceMax Kellermann2008-04-121-3/+4
* assume the buffer is empty in flacWrite()Max Kellermann2008-04-121-4/+3
* convert blocks until the buffer is fullMax Kellermann2008-04-121-23/+43
* calculate bytes_per_channel, check for buffer flush onceMax Kellermann2008-04-121-11/+14
* don't calculate bytes per sample within the loopMax Kellermann2008-04-121-1/+2
* use unsigned integers and size_t in the flac pluginMax Kellermann2008-04-122-4/+9
* pass dc to decoder_task()Max Kellermann2008-04-123-6/+6
* pass pc to set_current_song()Max Kellermann2008-04-121-6/+4
* pass pc to player_task()Max Kellermann2008-04-123-6/+6
* whitespace cleanupMax Kellermann2008-04-121-14/+14
* clean up CPP includesMax Kellermann2008-04-1255-110/+33
* removed "volatile" from OutputBufferChunk propertiesMax Kellermann2008-04-121-3/+3
* pass pc to player notify functionsMax Kellermann2008-04-123-30/+29
* pass DecoderControl object to decoder_sleep()Max Kellermann2008-04-123-17/+14
* added output_buffer_free()Max Kellermann2008-04-123-0/+9
* remove the local variable "end"Max Kellermann2008-04-121-5/+0
* don't use short chunk numbersMax Kellermann2008-04-123-7/+7
* added output_buffer_skip()Max Kellermann2008-04-123-8/+9
* remove buffered_chunks, use cb->sizeMax Kellermann2008-04-123-3/+3
* pass buffered_chunks to initOutputBuffer()Max Kellermann2008-04-123-16/+21
* make playerData_pd staticMax Kellermann2008-04-121-39/+32
* allocate playerData_pd from heap instead of shmMax Kellermann2008-04-122-12/+2
* fixed another shadow warningMax Kellermann2008-04-121-11/+11
* don't allocate pd.auddioDeviceStates from shmMax Kellermann2008-04-121-5/+4
* fix typo in commentMax Kellermann2008-04-121-3/+3
* let initOutputBuffer() allocate memoryMax Kellermann2008-04-123-10/+6
* fix deadlock at end of songMax Kellermann2008-04-121-0/+1
* decode: fix some uninitialized variable warningsEric Wong2008-04-122-3/+3
* decode: fix unsigned comparision and add some paranoid assertionsEric Wong2008-04-121-8/+9
* Fix a few more warnings from -WshadowEric Wong2008-04-127-36/+38
* configure: better CFLAGS checkingEric Wong2008-04-122-2/+28
* missing const in disabled code pathMax Kellermann2008-04-121-1/+1
* some assertions to check the unsigned changesMax Kellermann2008-04-121-0/+3
* use size_t in audio.cMax Kellermann2008-04-122-5/+5
* use free()/malloc() instead of realloc()Max Kellermann2008-04-121-2/+3
* use size_t in audioOutput.c internalsMax Kellermann2008-04-122-2/+2
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-1212-36/+66
* use size_t for pcm_sizeOfConvBuffer() resultMax Kellermann2008-04-121-4/+4
* yet more unsigned integersMax Kellermann2008-04-121-4/+4