aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* inputStream_http: signal the server to close after all requestsEric Wong2007-09-081-1/+1
* decode: fix seek when pausedEric Wong2007-09-071-0/+1
* get rid of unused DECODE_SUFFIX_* #definesEric Wong2007-09-071-7/+0
* Once again get rid of busy waiting and use SIGSTOP for pauseEric Wong2007-09-062-4/+24
* return to busy-waiting on pause for now..Eric Wong2007-09-062-24/+4
* send SIGCONT to the player process whenever we need to busy wait on itEric Wong2007-09-061-0/+11
* conf: use getBoolBlockParam for block params, tooEric Wong2007-09-052-13/+7
* conf: improved boolean config parameter handling from -keEric Wong2007-09-056-34/+68
* Redirect stdin *before* we establish a listen socketEric Wong2007-09-052-29/+29
* log: oops, fix a syntax errorEric Wong2007-09-041-1/+1
* log: better bug avoidance for libraries incorrectly handling fd=0Eric Wong2007-09-041-2/+16
* zeroconf: avoid passing NULLs to Avahi *_free() routinesEric Wong2007-09-021-4/+6
* Fix endless loop when mpd is launched from a non-interactive shell.Eric Wong2007-09-021-1/+5
* interface: fix IPV6 hostname buffer deallocation from automaticsEric Wong2007-09-011-12/+7
* inputPlugins/flac: improve error messagesEric Wong2007-08-281-12/+13
* log: cleanup: avoid "magic" numbersEric Wong2007-08-281-6/+8
* removing debug messages from signal handlersJ. Alexander Treuman2007-08-274-10/+18
* interface: print whole debug message at onceJ. Alexander Treuman2007-08-271-7/+8
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-275-8/+8
* send SIGSTOP to player and decoder processes on pause, tooEric Wong2007-08-272-4/+13
* export FATAL() with noreturn attributeEric Wong2007-08-274-8/+5
* ChangeLog: adding LAME tag ReplayGainJ. Alexander Treuman2007-08-251-0/+1
* inputPlugins/mp3_plugin: parse LAME tags for ReplayGain infoJ. Alexander Treuman2007-08-221-46/+104
* 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