aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* constant pointersMax Kellermann2008-04-123-9/+9
* fix parameter types in the faad callsMax Kellermann2008-04-122-3/+3
* fix compilation error in wavpack pluginMax Kellermann2008-04-121-3/+6
* yet more unsigned integersMax Kellermann2008-04-125-10/+9
* whitespace cleanupMax Kellermann2008-04-121-67/+67
* added inline function successor()Max Kellermann2008-04-121-11/+12
* moved currentChunk into OutputBufferMax Kellermann2008-04-122-10/+11
* use the notify API in the main threadMax Kellermann2008-04-123-9/+19
* use the notify API in the playerMax Kellermann2008-04-123-6/+10
* use the notify API in the decoderMax Kellermann2008-04-123-6/+12
* use the pthread API in notify.cMax Kellermann2008-04-122-33/+66
* rename the notify.c methodsMax Kellermann2008-04-122-6/+6
* use break instead of quitDecode()+returnMax Kellermann2008-04-121-6/+3
* moved expression to audioFormatSizeToTime()Max Kellermann2008-04-122-3/+6
* let calculateCrossFadeChunks() decideMax Kellermann2008-04-121-14/+12
* moved code to playChunk()Max Kellermann2008-04-121-10/+20
* added outputBufferShift()Max Kellermann2008-04-123-4/+13
* continue main loop instead of nesting loopsMax Kellermann2008-04-121-13/+5
* sleep when waiting for cross-fade chunksMax Kellermann2008-04-121-1/+3
* moved code to crossFade()Max Kellermann2008-04-121-15/+20
* use sizeof(chunk.data) instead of CHUNK_SIZEMax Kellermann2008-04-121-2/+2
* added struct OutputBufferChunkMax Kellermann2008-04-124-41/+46
* moved CHUNK_SIZE to outputBuffer.hMax Kellermann2008-04-122-3/+3
* added outputBufferChunkData()Max Kellermann2008-04-123-4/+11
* removed "quit"Max Kellermann2008-04-121-5/+3