| Commit message (Expand) | Author | Files | Lines |
2007-09-04 | log: oops, fix a syntax error | Eric Wong | 1 | -1/+1 |
2007-09-04 | log: better bug avoidance for libraries incorrectly handling fd=0 | Eric Wong | 1 | -2/+16 |
2007-09-02 | zeroconf: avoid passing NULLs to Avahi *_free() routines | Eric Wong | 1 | -4/+6 |
2007-09-02 | Fix endless loop when mpd is launched from a non-interactive shell. | Eric Wong | 1 | -1/+5 |
2007-09-01 | interface: fix IPV6 hostname buffer deallocation from automatics | Eric Wong | 1 | -12/+7 |
2007-08-28 | inputPlugins/flac: improve error messages | Eric Wong | 1 | -12/+13 |
2007-08-28 | log: cleanup: avoid "magic" numbers | Eric Wong | 1 | -6/+8 |
2007-08-27 | removing debug messages from signal handlers | J. Alexander Treuman | 4 | -10/+18 |
2007-08-27 | interface: print whole debug message at once | J. Alexander Treuman | 1 | -7/+8 |
2007-08-27 | adding \n to a bunch of error message strings | J. Alexander Treuman | 5 | -8/+8 |
2007-08-27 | send SIGSTOP to player and decoder processes on pause, too | Eric Wong | 2 | -4/+13 |
2007-08-27 | export FATAL() with noreturn attribute | Eric Wong | 4 | -8/+5 |
2007-08-22 | inputPlugins/mp3_plugin: parse LAME tags for ReplayGain info | J. Alexander Treuman | 1 | -46/+104 |
2007-08-12 | decode: close audio device after initial open if paused | J. Alexander Treuman | 1 | -1/+5 |
2007-08-12 | decode: reformatting for better readability | J. Alexander Treuman | 1 | -6/+9 |
2007-08-11 | audioOutputs/audioOutput_shout: adding timers back | J. Alexander Treuman | 1 | -27/+80 |
2007-08-11 | Cleanup a outcommented debug statement | Qball Cow | 1 | -5/+0 |
2007-07-16 | Extra debug output | Qball Cow | 1 | -3/+16 |
2007-06-29 | log: flush the warning log after redirecting stderr to the log files | J. Alexander Treuman | 1 | -0/+1 |
2007-06-25 | replayGain: adding DEBUG messages when computing scale | J. Alexander Treuman | 1 | -0/+4 |
2007-06-25 | inputPlugins/wavpack_plugin: enable ReplayGain code | J. Alexander Treuman | 1 | -14/+3 |
2007-06-25 | inputPlugins/wavpack_plugin: adding dummy code for ReplayGain support | J. Alexander Treuman | 1 | -4/+84 |
2007-06-25 | decode: prefer fileDecodeFunc over streamDecodeFunc for files | J. Alexander Treuman | 1 | -9/+10 |
2007-06-25 | Updating Kodest's name/email. | J. Alexander Treuman | 1 | -1/+1 |
2007-06-24 | Adding WavPack support. Patch courtesy Kodest. | J. Alexander Treuman | 4 | -1/+426 |
2007-06-13 | Use parsePath for the fifo output's path parameter. | J. Alexander Treuman | 1 | -9/+9 |
2007-06-13 | Adding parsePath and making parseConfigFilePath use it. | J. Alexander Treuman | 3 | -48/+65 |
2007-06-13 | Adding FIFO audio output. This is pretty much identical to the old one, | J. Alexander Treuman | 4 | -1/+303 |
2007-06-12 | Use <= when comparing (current time - start time) to a timeout. This way | J. Alexander Treuman | 1 | -2/+2 |
2007-06-12 | Make the shout timeout configurable. The default is still 2 seconds. | J. Alexander Treuman | 1 | -2/+13 |
2007-06-12 | Redoing remiss's shout patch. This time, just block on open() instead of | J. Alexander Treuman | 3 | -106/+30 |
2007-06-12 | Load shout first instead of last. This makes it more likely to block other | J. Alexander Treuman | 2 | -2/+2 |
2007-06-10 | Load the shout plugin last. This will make sure it's played to last, | J. Alexander Treuman | 2 | -2/+2 |
2007-06-09 | If an audio output is in state DEVICE_ENABLE, and openAudioOutput fails, | J. Alexander Treuman | 1 | -6/+10 |
2007-06-09 | Tidying up some code. | J. Alexander Treuman | 1 | -17/+10 |
2007-06-09 | Remove a useless if (quit) block. It's enclosed in two while loops: the | J. Alexander Treuman | 1 | -4/+0 |
2007-06-09 | This should resolve some of the timing issues experienced after switching fro... | Roger Bystrøm | 1 | -8/+76 |
2007-06-09 | switching to us instead of ms on runtime | Roger Bystrøm | 2 | -3/+3 |
2007-06-09 | Added timer_get_runtime_ms to know how long the timer has been running | Roger Bystrøm | 2 | -1/+10 |
2007-06-09 | Use string concatenation instead of snprintf for the User-Agent HTTP | J. Alexander Treuman | 1 | -2/+1 |
2007-06-09 | Tidying up some code. | J. Alexander Treuman | 1 | -12/+14 |
2007-06-08 | dmix fix, don't call snd_pcm_drain unless we're already in the RUNNING | Warren Dukes | 1 | -1/+3 |
2007-06-07 | Send SIGCONT to the decode process before sending it SIGTERM. | J. Alexander Treuman | 1 | -0/+1 |
2007-06-04 | Set a flag if we've sent the player process SIGSTOP so that we know not to | J. Alexander Treuman | 3 | -3/+11 |
2007-06-04 | Don't send the main process SIGUSR1 until we've sent the decode process | J. Alexander Treuman | 1 | -1/+2 |
2007-06-04 | Don't kill the player process (and effectively the decode process) when | J. Alexander Treuman | 5 | -21/+36 |
2007-06-04 | Adding very experimental streaming support for mp4. | J. Alexander Treuman | 1 | -16/+10 |
2007-06-04 | Use strncasecmp instead of strncmp when comparing HTTP headers. It seems | J. Alexander Treuman | 1 | -6/+6 |
2007-06-04 | Add MIME types for the aac and mp4 input plugins. Note that these won't | J. Alexander Treuman | 2 | -6/+8 |
2007-06-04 | Cleanup some formatting in decode.c. | J. Alexander Treuman | 1 | -10/+4 |