summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-24Updating some ./configure --help text.J. Alexander Treuman
2007-06-24Adding WavPack support. Patch courtesy Kodest.J. Alexander Treuman
2007-06-13Use parsePath for the fifo output's path parameter.J. Alexander Treuman
2007-06-13Adding parsePath and making parseConfigFilePath use it.J. Alexander Treuman
2007-06-13Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman
2007-06-12Adding some ChangeLog entries.J. Alexander Treuman
2007-06-12Use <= when comparing (current time - start time) to a timeout. This wayJ. Alexander Treuman
2007-06-12Make the shout timeout configurable. The default is still 2 seconds.J. Alexander Treuman
2007-06-12Redoing remiss's shout patch. This time, just block on open() instead ofJ. Alexander Treuman
2007-06-12Load shout first instead of last. This makes it more likely to block otherJ. Alexander Treuman
2007-06-10Load the shout plugin last. This will make sure it's played to last,J. Alexander Treuman
2007-06-09If an audio output is in state DEVICE_ENABLE, and openAudioOutput fails,J. Alexander Treuman
2007-06-09Tidying up some code.J. Alexander Treuman
2007-06-09Remove a useless if (quit) block. It's enclosed in two while loops: theJ. Alexander Treuman
2007-06-09This should resolve some of the timing issues experienced after switching fro...Roger Bystrøm
2007-06-09switching to us instead of ms on runtimeRoger Bystrøm
2007-06-09Added timer_get_runtime_ms to know how long the timer has been runningRoger Bystrøm
2007-06-09Use string concatenation instead of snprintf for the User-Agent HTTPJ. Alexander Treuman
2007-06-09Tidying up some code.J. Alexander Treuman
2007-06-08dmix fix, don't call snd_pcm_drain unless we're already in the RUNNINGWarren Dukes
2007-06-07Send SIGCONT to the decode process before sending it SIGTERM.J. Alexander Treuman
2007-06-04Set a flag if we've sent the player process SIGSTOP so that we know not toJ. Alexander Treuman
2007-06-04Updating ChangeLog.J. Alexander Treuman
2007-06-04Don't send the main process SIGUSR1 until we've sent the decode processJ. Alexander Treuman
2007-06-04Don't kill the player process (and effectively the decode process) whenJ. Alexander Treuman
2007-06-04Adding very experimental streaming support for mp4.J. Alexander Treuman
2007-06-04Use strncasecmp instead of strncmp when comparing HTTP headers. It seemsJ. Alexander Treuman
2007-06-04Add MIME types for the aac and mp4 input plugins. Note that these won'tJ. Alexander Treuman
2007-06-04Cleanup some formatting in decode.c.J. Alexander Treuman
2007-06-04Actually load the aac input plugin.J. Alexander Treuman
2007-06-04Don't initialize zeroconf until after we've daemonized and log output hasJ. Alexander Treuman
2007-06-03Adding ChangeLog entry for zeroconf_enabled, adding Zeroconf section toJ. Alexander Treuman
2007-06-03Removing that space that was recently added to the "Icy-Metadata: 1" HTTPJ. Alexander Treuman
2007-06-03Define HAVE_ZEROCONF if Avahi or Bonjour support is enabled, so that we canJ. Alexander Treuman
2007-06-03Oops, forgot to test that last bool commit. Fixing an error and warning.J. Alexander Treuman
2007-06-03ChangeLog entry for Bonjour support.J. Alexander Treuman
2007-06-03Making some bool options more consistent.J. Alexander Treuman
2007-06-03allow zeroconf to be disabled.Patrik Weiskircher
2007-06-03Cleaning up zeroconf configure magic.J. Alexander Treuman
2007-06-02Check if we need -ldns_sd for Bonjour.J. Alexander Treuman
2007-06-02Adding a missing include.J. Alexander Treuman
2007-06-02Removing some commented code that wrote HTTP streams to stdout.J. Alexander Treuman
2007-06-02Added Bonjour zeroconf support. This works now natively on MacOS X.Patrik Weiskircher
2007-06-02Someone forgot a space in the "Icy-Metadata: 1" HTTP header.J. Alexander Treuman
2007-06-01Requiring autoconf 2.60. This is needed for the new C99 and POSIX typeJ. Alexander Treuman
2007-06-01Tell the player process (and thus also the decode process) to quit whenJ. Alexander Treuman
2007-06-01Removing the getBoundPort() function and just making boundPort an extern.J. Alexander Treuman
2007-06-01Minor formatting cleanups.J. Alexander Treuman
2007-05-30Starting 0.14.0 ChangeLog entry.J. Alexander Treuman
2007-05-30Bumping version numbers to 0.14.0.J. Alexander Treuman