aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix XFADE_DISABLED=-1Max Kellermann2008-04-151-1/+1
* decode.c: make the crossfade state variable self-documentingEric Wong2008-04-141-15/+18
* command.c: remove dead commented codeEric Wong2008-04-141-1/+0
* Always compile ioops.h, since main_notify uses it nowEric Wong2008-04-132-11/+0
* Make the OutputBuffer API more consistentEric Wong2008-04-1317-146/+146
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-1318-215/+199
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-1320-374/+337
* Get rid of PlayerControl inside the PlayerData structEric Wong2008-04-137-246/+184
* main_notify: just use cond_signal to wakeup, no need to trylockEric Wong2008-04-131-11/+1
* main_notify: use pthread_cond_signal instead of broadcastEric Wong2008-04-121-1/+1
* Fix a deadlock after pause/nextEric Wong2008-04-121-0/+1
* Fix the problem of songs not advancing without client activityEric Wong2008-04-128-20/+173
* command.h: include sllist.h which defines struct strnodeEric Wong2008-04-121-2/+1
* const pointers in audioOutput.cMax Kellermann2008-04-122-2/+4
* const pointers in audio.cMax Kellermann2008-04-122-10/+11
* flush after loop in sendDataToOutputBuffer()Max Kellermann2008-04-121-5/+4
* constant pointers in replayGain.cMax Kellermann2008-04-122-2/+2
* yet another migration to size_tMax Kellermann2008-04-121-4/+4
* check cb->stop in the while loopMax Kellermann2008-04-121-4/+4
* eliminate OutputBuffer.currentChunkMax Kellermann2008-04-122-31/+51
* added output_buffer_expand()Max Kellermann2008-04-121-13/+22
* initialize all elements in initOutputBuffer()Max Kellermann2008-04-121-0/+2
* wake up player on demandMax Kellermann2008-04-121-1/+9
* unlink the socket before bind()Max Kellermann2008-04-121-0/+2
* replaced assertion with checkMax Kellermann2008-04-121-2/+1
* fix several errors/warnings which only appear with -O3Max Kellermann2008-04-122-1/+3
* multiply num_samples with bytes_per_channelMax Kellermann2008-04-121-1/+1
* missing num_channels check in previous patchMax Kellermann2008-04-121-1/+1
* 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