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