aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-12added output_buffer_skip()Max Kellermann3-8/+9
2008-04-12remove buffered_chunks, use cb->sizeMax Kellermann3-3/+3
2008-04-12pass buffered_chunks to initOutputBuffer()Max Kellermann3-16/+21
2008-04-12make playerData_pd staticMax Kellermann1-39/+32
2008-04-12allocate playerData_pd from heap instead of shmMax Kellermann2-12/+2
2008-04-12fixed another shadow warningMax Kellermann1-11/+11
2008-04-12don't allocate pd.auddioDeviceStates from shmMax Kellermann1-5/+4
2008-04-12fix typo in commentMax Kellermann1-3/+3
2008-04-12let initOutputBuffer() allocate memoryMax Kellermann3-10/+6
2008-04-12fix deadlock at end of songMax Kellermann1-0/+1
2008-04-12decode: fix some uninitialized variable warningsEric Wong2-3/+3
2008-04-12decode: fix unsigned comparision and add some paranoid assertionsEric Wong1-8/+9
2008-04-12Fix a few more warnings from -WshadowEric Wong7-36/+38
2008-04-12missing const in disabled code pathMax Kellermann1-1/+1
2008-04-12some assertions to check the unsigned changesMax Kellermann1-0/+3
2008-04-12use size_t in audio.cMax Kellermann2-5/+5
2008-04-12use free()/malloc() instead of realloc()Max Kellermann1-2/+3
2008-04-12use size_t in audioOutput.c internalsMax Kellermann2-2/+2
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann12-36/+66
2008-04-12use size_t for pcm_sizeOfConvBuffer() resultMax Kellermann1-4/+4
2008-04-12yet more unsigned integersMax Kellermann1-4/+4
2008-04-12constant pointersMax Kellermann3-9/+9
2008-04-12fix parameter types in the faad callsMax Kellermann2-3/+3
2008-04-12fix compilation error in wavpack pluginMax Kellermann1-3/+6
2008-04-12yet more unsigned integersMax Kellermann5-10/+9
2008-04-12whitespace cleanupMax Kellermann1-67/+67
2008-04-12added inline function successor()Max Kellermann1-11/+12
2008-04-12moved currentChunk into OutputBufferMax Kellermann2-10/+11
2008-04-12use the notify API in the main threadMax Kellermann3-9/+19
2008-04-12use the notify API in the playerMax Kellermann3-6/+10
2008-04-12use the notify API in the decoderMax Kellermann3-6/+12
2008-04-12use the pthread API in notify.cMax Kellermann2-33/+66
2008-04-12rename the notify.c methodsMax Kellermann2-6/+6
2008-04-12use break instead of quitDecode()+returnMax Kellermann1-6/+3
2008-04-12moved expression to audioFormatSizeToTime()Max Kellermann2-3/+6
2008-04-12let calculateCrossFadeChunks() decideMax Kellermann1-14/+12
2008-04-12moved code to playChunk()Max Kellermann1-10/+20
2008-04-12added outputBufferShift()Max Kellermann3-4/+13
2008-04-12continue main loop instead of nesting loopsMax Kellermann1-13/+5
2008-04-12sleep when waiting for cross-fade chunksMax Kellermann1-1/+3
2008-04-12moved code to crossFade()Max Kellermann1-15/+20
2008-04-12use sizeof(chunk.data) instead of CHUNK_SIZEMax Kellermann1-2/+2
2008-04-12added struct OutputBufferChunkMax Kellermann4-41/+46
2008-04-12moved CHUNK_SIZE to outputBuffer.hMax Kellermann2-3/+3
2008-04-12added outputBufferChunkData()Max Kellermann3-4/+11
2008-04-12removed "quit"Max Kellermann1-5/+3
2008-04-12do not reset nextChunkMax Kellermann1-9/+5
2008-04-12added outputBufferRelative()Max Kellermann3-10/+17
2008-04-12added outputBufferEmpty()Max Kellermann3-2/+10
2008-04-12moved check to outputBufferAbsolute()Max Kellermann3-17/+27