aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2007-08-22syncsvn/q-mpdQball Cow1-46/+104
2007-08-20storedplaylist is now the last stored mtimeQball Cow1-14/+3
2007-08-20ok, this time correctQball Cow1-4/+5
2007-08-20just testing3Qball Cow3-11/+4
2007-08-20just testing3Qball Cow1-0/+1
2007-08-20just testingQball Cow1-0/+1
2007-08-20just testingQball Cow1-1/+1
2007-08-20just testingQball Cow1-0/+1
2007-08-20just testingQball Cow1-2/+10
2007-08-20just testingQball Cow1-2/+4
2007-08-20Add 'lsplaylists' commandQball Cow1-2/+10
2007-08-19some fixedQball Cow1-5/+8
2007-08-19Custom patch to add a playlist versioning number, needs testing2Qball Cow1-1/+0
2007-08-19Custom patch to add a playlist versioning number, needs testingQball Cow3-1/+43
2007-08-19Add some commentsQball Cow1-0/+8
2007-08-19Adding the simple patch 1534Qball Cow1-1/+7
2007-08-19endian fixQball Cow1-1/+21
2007-08-19Add kodest wavpack streaming patchQball Cow3-36/+175
2007-08-19Queue patchQball Cow5-1/+257
2007-08-12decode: close audio device after initial open if pausedJ. Alexander Treuman1-1/+5
2007-08-12decode: reformatting for better readabilityJ. Alexander Treuman1-6/+9
2007-08-11audioOutputs/audioOutput_shout: adding timers backJ. Alexander Treuman1-27/+80
2007-08-11Cleanup a outcommented debug statementQball Cow1-5/+0
2007-07-16Extra debug outputQball Cow1-3/+16
2007-06-29log: flush the warning log after redirecting stderr to the log filesJ. Alexander Treuman1-0/+1
2007-06-25replayGain: adding DEBUG messages when computing scaleJ. Alexander Treuman1-0/+4
2007-06-25inputPlugins/wavpack_plugin: enable ReplayGain codeJ. Alexander Treuman1-14/+3
2007-06-25inputPlugins/wavpack_plugin: adding dummy code for ReplayGain supportJ. Alexander Treuman1-4/+84
2007-06-25decode: prefer fileDecodeFunc over streamDecodeFunc for filesJ. Alexander Treuman1-9/+10
2007-06-25Updating Kodest's name/email.J. Alexander Treuman1-1/+1
2007-06-24Adding WavPack support. Patch courtesy Kodest.J. Alexander Treuman4-1/+426
2007-06-13Use parsePath for the fifo output's path parameter.J. Alexander Treuman1-9/+9
2007-06-13Adding parsePath and making parseConfigFilePath use it.J. Alexander Treuman3-48/+65
2007-06-13Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman4-1/+303
2007-06-12Use <= when comparing (current time - start time) to a timeout. This wayJ. Alexander Treuman1-2/+2
2007-06-12Make the shout timeout configurable. The default is still 2 seconds.J. Alexander Treuman1-2/+13
2007-06-12Redoing remiss's shout patch. This time, just block on open() instead ofJ. Alexander Treuman3-106/+30
2007-06-12Load shout first instead of last. This makes it more likely to block otherJ. Alexander Treuman2-2/+2
2007-06-10Load the shout plugin last. This will make sure it's played to last,J. Alexander Treuman2-2/+2
2007-06-09If an audio output is in state DEVICE_ENABLE, and openAudioOutput fails,J. Alexander Treuman1-6/+10
2007-06-09Tidying up some code.J. Alexander Treuman1-17/+10
2007-06-09Remove a useless if (quit) block. It's enclosed in two while loops: theJ. Alexander Treuman1-4/+0
2007-06-09This should resolve some of the timing issues experienced after switching fro...Roger Bystrøm1-8/+76
2007-06-09switching to us instead of ms on runtimeRoger Bystrøm2-3/+3
2007-06-09Added timer_get_runtime_ms to know how long the timer has been runningRoger Bystrøm2-1/+10
2007-06-09Use string concatenation instead of snprintf for the User-Agent HTTPJ. Alexander Treuman1-2/+1
2007-06-09Tidying up some code.J. Alexander Treuman1-12/+14
2007-06-08dmix fix, don't call snd_pcm_drain unless we're already in the RUNNINGWarren Dukes1-1/+3
2007-06-07Send SIGCONT to the decode process before sending it SIGTERM.J. Alexander Treuman1-0/+1
2007-06-04Set a flag if we've sent the player process SIGSTOP so that we know not toJ. Alexander Treuman3-3/+11