aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-13
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-13
* Get rid of PlayerControl inside the PlayerData structEric Wong2008-04-13
* main_notify: just use cond_signal to wakeup, no need to trylockEric Wong2008-04-13
* main_notify: use pthread_cond_signal instead of broadcastEric Wong2008-04-12
* Fix a deadlock after pause/nextEric Wong2008-04-12
* Fix the problem of songs not advancing without client activityEric Wong2008-04-12
* command.h: include sllist.h which defines struct strnodeEric Wong2008-04-12
* const pointers in audioOutput.cMax Kellermann2008-04-12
* const pointers in audio.cMax Kellermann2008-04-12
* flush after loop in sendDataToOutputBuffer()Max Kellermann2008-04-12
* constant pointers in replayGain.cMax Kellermann2008-04-12
* yet another migration to size_tMax Kellermann2008-04-12
* check cb->stop in the while loopMax Kellermann2008-04-12
* eliminate OutputBuffer.currentChunkMax Kellermann2008-04-12
* added output_buffer_expand()Max Kellermann2008-04-12
* initialize all elements in initOutputBuffer()Max Kellermann2008-04-12
* wake up player on demandMax Kellermann2008-04-12
* unlink the socket before bind()Max Kellermann2008-04-12
* replaced assertion with checkMax Kellermann2008-04-12
* fix several errors/warnings which only appear with -O3Max Kellermann2008-04-12
* multiply num_samples with bytes_per_channelMax Kellermann2008-04-12
* missing num_channels check in previous patchMax Kellermann2008-04-12
* special optimized case for 16bit stereoMax Kellermann2008-04-12
* read num_channels onceMax Kellermann2008-04-12
* assume the buffer is empty in flacWrite()Max Kellermann2008-04-12
* convert blocks until the buffer is fullMax Kellermann2008-04-12
* calculate bytes_per_channel, check for buffer flush onceMax Kellermann2008-04-12
* don't calculate bytes per sample within the loopMax Kellermann2008-04-12
* use unsigned integers and size_t in the flac pluginMax Kellermann2008-04-12
* pass dc to decoder_task()Max Kellermann2008-04-12
* pass pc to set_current_song()Max Kellermann2008-04-12
* pass pc to player_task()Max Kellermann2008-04-12
* whitespace cleanupMax Kellermann2008-04-12
* clean up CPP includesMax Kellermann2008-04-12
* removed "volatile" from OutputBufferChunk propertiesMax Kellermann2008-04-12
* pass pc to player notify functionsMax Kellermann2008-04-12
* pass DecoderControl object to decoder_sleep()Max Kellermann2008-04-12
* added output_buffer_free()Max Kellermann2008-04-12
* remove the local variable "end"Max Kellermann2008-04-12
* don't use short chunk numbersMax Kellermann2008-04-12
* added output_buffer_skip()Max Kellermann2008-04-12
* remove buffered_chunks, use cb->sizeMax Kellermann2008-04-12
* pass buffered_chunks to initOutputBuffer()Max Kellermann2008-04-12
* make playerData_pd staticMax Kellermann2008-04-12
* allocate playerData_pd from heap instead of shmMax Kellermann2008-04-12
* fixed another shadow warningMax Kellermann2008-04-12
* don't allocate pd.auddioDeviceStates from shmMax Kellermann2008-04-12
* fix typo in commentMax Kellermann2008-04-12
* let initOutputBuffer() allocate memoryMax Kellermann2008-04-12