aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* syncsvn/q-mpdQball Cow2007-08-221-46/+104
* storedplaylist is now the last stored mtimeQball Cow2007-08-201-14/+3
* ok, this time correctQball Cow2007-08-201-4/+5
* just testing3Qball Cow2007-08-203-11/+4
* just testing3Qball Cow2007-08-201-0/+1
* just testingQball Cow2007-08-201-0/+1
* just testingQball Cow2007-08-201-1/+1
* just testingQball Cow2007-08-201-0/+1
* just testingQball Cow2007-08-201-2/+10
* just testingQball Cow2007-08-201-2/+4
* Add 'lsplaylists' commandQball Cow2007-08-201-2/+10
* some fixedQball Cow2007-08-191-5/+8
* Custom patch to add a playlist versioning number, needs testing2Qball Cow2007-08-191-1/+0
* Custom patch to add a playlist versioning number, needs testingQball Cow2007-08-193-1/+43
* Add some commentsQball Cow2007-08-191-0/+8
* Adding the simple patch 1534Qball Cow2007-08-192-1/+8
* fix endianessQball Cow2007-08-191-0/+1
* endian fixQball Cow2007-08-191-1/+21
* grr svnQball Cow2007-08-191-0/+3
* Add kodest wavpack streaming patchQball Cow2007-08-193-36/+175
* Queue patchQball Cow2007-08-195-1/+257
* Branch mpdQball Cow2007-08-190-0/+0
* decode: close audio device after initial open if pausedJ. Alexander Treuman2007-08-121-1/+5
* decode: reformatting for better readabilityJ. Alexander Treuman2007-08-121-6/+9
* audioOutputs/audioOutput_shout: adding timers backJ. Alexander Treuman2007-08-111-27/+80
* Cleanup a outcommented debug statementQball Cow2007-08-111-5/+0
* Extra debug outputQball Cow2007-07-161-3/+16
* log: flush the warning log after redirecting stderr to the log filesJ. Alexander Treuman2007-06-291-0/+1
* replayGain: adding DEBUG messages when computing scaleJ. Alexander Treuman2007-06-251-0/+4
* inputPlugins/wavpack_plugin: enable ReplayGain codeJ. Alexander Treuman2007-06-251-14/+3
* inputPlugins/wavpack_plugin: adding dummy code for ReplayGain supportJ. Alexander Treuman2007-06-251-4/+84
* decode: prefer fileDecodeFunc over streamDecodeFunc for filesJ. Alexander Treuman2007-06-251-9/+10
* Updating Kodest's name/email.J. Alexander Treuman2007-06-252-2/+2
* Check for pkg-config unconditionally. It might not be needed if we disableJ. Alexander Treuman2007-06-241-5/+1
* Updating some ./configure --help text.J. Alexander Treuman2007-06-241-2/+2
* Adding WavPack support. Patch courtesy Kodest.J. Alexander Treuman2007-06-247-2/+446
* Use parsePath for the fifo output's path parameter.J. Alexander Treuman2007-06-131-9/+9
* Adding parsePath and making parseConfigFilePath use it.J. Alexander Treuman2007-06-133-48/+65
* Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman2007-06-137-2/+330
* Adding some ChangeLog entries.J. Alexander Treuman2007-06-121-0/+4
* Use <= when comparing (current time - start time) to a timeout. This wayJ. Alexander Treuman2007-06-121-2/+2
* Make the shout timeout configurable. The default is still 2 seconds.J. Alexander Treuman2007-06-123-2/+18
* Redoing remiss's shout patch. This time, just block on open() instead ofJ. Alexander Treuman2007-06-123-106/+30
* Load shout first instead of last. This makes it more likely to block otherJ. Alexander Treuman2007-06-122-2/+2
* Load the shout plugin last. This will make sure it's played to last,J. Alexander Treuman2007-06-102-2/+2
* If an audio output is in state DEVICE_ENABLE, and openAudioOutput fails,J. Alexander Treuman2007-06-091-6/+10
* Tidying up some code.J. Alexander Treuman2007-06-091-17/+10
* Remove a useless if (quit) block. It's enclosed in two while loops: theJ. Alexander Treuman2007-06-091-4/+0
* This should resolve some of the timing issues experienced after switching fro...Roger Bystrøm2007-06-091-8/+76
* switching to us instead of ms on runtimeRoger Bystrøm2007-06-092-3/+3