aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Add MIME types for the aac and mp4 input plugins. Note that these won'tJ. Alexander Treuman2007-06-04
* Cleanup some formatting in decode.c.J. Alexander Treuman2007-06-04
* Actually load the aac input plugin.J. Alexander Treuman2007-06-04
* Don't initialize zeroconf until after we've daemonized and log output hasJ. Alexander Treuman2007-06-04
* Removing that space that was recently added to the "Icy-Metadata: 1" HTTPJ. Alexander Treuman2007-06-03
* Define HAVE_ZEROCONF if Avahi or Bonjour support is enabled, so that we canJ. Alexander Treuman2007-06-03
* Oops, forgot to test that last bool commit. Fixing an error and warning.J. Alexander Treuman2007-06-03
* Making some bool options more consistent.J. Alexander Treuman2007-06-03
* allow zeroconf to be disabled.Patrik Weiskircher2007-06-03
* Adding a missing include.J. Alexander Treuman2007-06-02
* Removing some commented code that wrote HTTP streams to stdout.J. Alexander Treuman2007-06-02
* Added Bonjour zeroconf support. This works now natively on MacOS X.Patrik Weiskircher2007-06-02
* Someone forgot a space in the "Icy-Metadata: 1" HTTP header.J. Alexander Treuman2007-06-02
* Tell the player process (and thus also the decode process) to quit whenJ. Alexander Treuman2007-06-01
* Removing the getBoundPort() function and just making boundPort an extern.J. Alexander Treuman2007-06-01
* Minor formatting cleanups.J. Alexander Treuman2007-06-01
* Only call finishDriverFunc if there is one. The null plugin doesn't haveJ. Alexander Treuman2007-05-30
* Move the timing code from the null plugin to timer.c, so it can be easilyJ. Alexander Treuman2007-05-30
* Adding a null output plugin.J. Alexander Treuman2007-05-30
* Adding ioops.h to mpd_headers so that it gets included in the tarball.J. Alexander Treuman2007-05-28
* Increasing default buffer_before_play from 0% to 10%.J. Alexander Treuman2007-05-27
* Fix compilation error (missing ,)Avuton Olrich2007-05-27
* "unable open" -> "unable to open"J. Alexander Treuman2007-05-26
* After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman2007-05-26
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-26