aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* conf: improved boolean config parameter handling from -keEric Wong2007-09-05
* Redirect stdin *before* we establish a listen socketEric Wong2007-09-05
* log: oops, fix a syntax errorEric Wong2007-09-04
* log: better bug avoidance for libraries incorrectly handling fd=0Eric Wong2007-09-04
* zeroconf: avoid passing NULLs to Avahi *_free() routinesEric Wong2007-09-02
* Fix endless loop when mpd is launched from a non-interactive shell.Eric Wong2007-09-02
* interface: fix IPV6 hostname buffer deallocation from automaticsEric Wong2007-09-01
* inputPlugins/flac: improve error messagesEric Wong2007-08-28
* log: cleanup: avoid "magic" numbersEric Wong2007-08-28
* removing debug messages from signal handlersJ. Alexander Treuman2007-08-27
* interface: print whole debug message at onceJ. Alexander Treuman2007-08-27
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-27
* send SIGSTOP to player and decoder processes on pause, tooEric Wong2007-08-27
* export FATAL() with noreturn attributeEric Wong2007-08-27
* inputPlugins/mp3_plugin: parse LAME tags for ReplayGain infoJ. Alexander Treuman2007-08-22
* decode: close audio device after initial open if pausedJ. Alexander Treuman2007-08-12
* decode: reformatting for better readabilityJ. Alexander Treuman2007-08-12
* audioOutputs/audioOutput_shout: adding timers backJ. Alexander Treuman2007-08-11
* Cleanup a outcommented debug statementQball Cow2007-08-11
* Extra debug outputQball Cow2007-07-16
* log: flush the warning log after redirecting stderr to the log filesJ. Alexander Treuman2007-06-29
* replayGain: adding DEBUG messages when computing scaleJ. Alexander Treuman2007-06-25
* inputPlugins/wavpack_plugin: enable ReplayGain codeJ. Alexander Treuman2007-06-25
* inputPlugins/wavpack_plugin: adding dummy code for ReplayGain supportJ. Alexander Treuman2007-06-25
* decode: prefer fileDecodeFunc over streamDecodeFunc for filesJ. Alexander Treuman2007-06-25
* Updating Kodest's name/email.J. Alexander Treuman2007-06-25
* Adding WavPack support. Patch courtesy Kodest.J. Alexander Treuman2007-06-24
* Use parsePath for the fifo output's path parameter.J. Alexander Treuman2007-06-13
* Adding parsePath and making parseConfigFilePath use it.J. Alexander Treuman2007-06-13
* Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman2007-06-13
* Use <= when comparing (current time - start time) to a timeout. This wayJ. Alexander Treuman2007-06-12
* Make the shout timeout configurable. The default is still 2 seconds.J. Alexander Treuman2007-06-12
* Redoing remiss's shout patch. This time, just block on open() instead ofJ. Alexander Treuman2007-06-12
* Load shout first instead of last. This makes it more likely to block otherJ. Alexander Treuman2007-06-12
* Load the shout plugin last. This will make sure it's played to last,J. Alexander Treuman2007-06-10
* If an audio output is in state DEVICE_ENABLE, and openAudioOutput fails,J. Alexander Treuman2007-06-09
* Tidying up some code.J. Alexander Treuman2007-06-09
* Remove a useless if (quit) block. It's enclosed in two while loops: theJ. Alexander Treuman2007-06-09
* This should resolve some of the timing issues experienced after switching fro...Roger Bystrøm2007-06-09
* switching to us instead of ms on runtimeRoger Bystrøm2007-06-09
* Added timer_get_runtime_ms to know how long the timer has been runningRoger Bystrøm2007-06-09
* Use string concatenation instead of snprintf for the User-Agent HTTPJ. Alexander Treuman2007-06-09
* Tidying up some code.J. Alexander Treuman2007-06-09
* dmix fix, don't call snd_pcm_drain unless we're already in the RUNNINGWarren Dukes2007-06-08
* Send SIGCONT to the decode process before sending it SIGTERM.J. Alexander Treuman2007-06-07
* Set a flag if we've sent the player process SIGSTOP so that we know not toJ. Alexander Treuman2007-06-04
* Don't send the main process SIGUSR1 until we've sent the decode processJ. Alexander Treuman2007-06-04
* Don't kill the player process (and effectively the decode process) whenJ. Alexander Treuman2007-06-04
* Adding very experimental streaming support for mp4.J. Alexander Treuman2007-06-04
* Use strncasecmp instead of strncmp when comparing HTTP headers. It seemsJ. Alexander Treuman2007-06-04