aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-12added output_buffer_expand()Max Kellermann1-13/+22
2008-04-12initialize all elements in initOutputBuffer()Max Kellermann1-0/+2
2008-04-12wake up player on demandMax Kellermann1-1/+9
2008-04-12unlink the socket before bind()Max Kellermann1-0/+2
2008-04-12replaced assertion with checkMax Kellermann1-2/+1
2008-04-12fix several errors/warnings which only appear with -O3Max Kellermann2-1/+3
2008-04-12multiply num_samples with bytes_per_channelMax Kellermann1-1/+1
2008-04-12missing num_channels check in previous patchMax Kellermann1-1/+1
2008-04-12special optimized case for 16bit stereoMax Kellermann1-3/+20
2008-04-12read num_channels onceMax Kellermann1-3/+4
2008-04-12assume the buffer is empty in flacWrite()Max Kellermann1-4/+3
2008-04-12convert blocks until the buffer is fullMax Kellermann1-23/+43
2008-04-12calculate bytes_per_channel, check for buffer flush onceMax Kellermann1-11/+14
2008-04-12don't calculate bytes per sample within the loopMax Kellermann1-1/+2
2008-04-12use unsigned integers and size_t in the flac pluginMax Kellermann2-4/+9
2008-04-12pass dc to decoder_task()Max Kellermann3-6/+6
2008-04-12pass pc to set_current_song()Max Kellermann1-6/+4
2008-04-12pass pc to player_task()Max Kellermann3-6/+6
2008-04-12whitespace cleanupMax Kellermann1-14/+14
2008-04-12clean up CPP includesMax Kellermann55-110/+33
2008-04-12removed "volatile" from OutputBufferChunk propertiesMax Kellermann1-3/+3
2008-04-12pass pc to player notify functionsMax Kellermann3-30/+29
2008-04-12pass DecoderControl object to decoder_sleep()Max Kellermann3-17/+14
2008-04-12added output_buffer_free()Max Kellermann3-0/+9
2008-04-12remove the local variable "end"Max Kellermann1-5/+0
2008-04-12don't use short chunk numbersMax Kellermann3-7/+7
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