aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-05conf: improved boolean config parameter handling from -keEric Wong6-34/+68
2007-09-05Redirect stdin *before* we establish a listen socketEric Wong2-29/+29
2007-09-04log: oops, fix a syntax errorEric Wong1-1/+1
2007-09-04log: better bug avoidance for libraries incorrectly handling fd=0Eric Wong1-2/+16
2007-09-02zeroconf: avoid passing NULLs to Avahi *_free() routinesEric Wong1-4/+6
2007-09-02Fix endless loop when mpd is launched from a non-interactive shell.Eric Wong1-1/+5
2007-09-01interface: fix IPV6 hostname buffer deallocation from automaticsEric Wong1-12/+7
2007-08-28inputPlugins/flac: improve error messagesEric Wong1-12/+13
2007-08-28log: cleanup: avoid "magic" numbersEric Wong1-6/+8
2007-08-27removing debug messages from signal handlersJ. Alexander Treuman4-10/+18
2007-08-27interface: print whole debug message at onceJ. Alexander Treuman1-7/+8
2007-08-27adding \n to a bunch of error message stringsJ. Alexander Treuman5-8/+8
2007-08-27send SIGSTOP to player and decoder processes on pause, tooEric Wong2-4/+13
2007-08-27export FATAL() with noreturn attributeEric Wong4-8/+5
2007-08-22inputPlugins/mp3_plugin: parse LAME tags for ReplayGain infoJ. Alexander Treuman1-46/+104
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
2007-06-04Don't send the main process SIGUSR1 until we've sent the decode processJ. Alexander Treuman1-1/+2
2007-06-04Don't kill the player process (and effectively the decode process) whenJ. Alexander Treuman5-21/+36
2007-06-04Adding very experimental streaming support for mp4.J. Alexander Treuman1-16/+10
2007-06-04Use strncasecmp instead of strncmp when comparing HTTP headers. It seemsJ. Alexander Treuman1-6/+6