aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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