| Commit message (Expand) | Author | Files | Lines |
2007-08-27 | export FATAL() with noreturn attribute | Eric Wong | 1 | -3/+1 |
2007-08-11 | audioOutputs/audioOutput_shout: adding timers back | J. Alexander Treuman | 1 | -27/+80 |
2007-06-13 | Use parsePath for the fifo output's path parameter. | J. Alexander Treuman | 1 | -9/+9 |
2007-06-13 | Adding FIFO audio output. This is pretty much identical to the old one, | J. Alexander Treuman | 1 | -0/+299 |
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 | 1 | -96/+29 |
2007-06-09 | This should resolve some of the timing issues experienced after switching fro... | Roger Bystrøm | 1 | -8/+76 |
2007-06-08 | dmix fix, don't call snd_pcm_drain unless we're already in the RUNNING | Warren Dukes | 1 | -1/+3 |
2007-05-30 | Move the timing code from the null plugin to timer.c, so it can be easily | J. Alexander Treuman | 1 | -74/+19 |
2007-05-30 | Adding a null output plugin. | J. Alexander Treuman | 1 | -0/+129 |
2007-05-27 | Fix compilation error (missing ,) | Avuton Olrich | 1 | -1/+1 |
2007-05-26 | After changing ERROR();exit() to FATAL(), gcc incorrectly detects some | J. Alexander Treuman | 1 | -3/+2 |
2007-05-26 | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 3 | -45/+24 |
2007-05-23 | Changing some DEBUG/ERROR/FATAL messages in the JACK plugin. | J. Alexander Treuman | 1 | -18/+13 |
2007-04-11 | Only a few changes in jack_playAudio. | José Anarch | 1 | -13/+19 |
2007-04-09 | Now process and playAudio use mutexes. | José Anarch | 1 | -52/+20 |
2007-04-09 | Don't allow "true" as a value for use_mmap for consistency with other "yes | J. Alexander Treuman | 1 | -2/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 8 | -9/+9 |
2007-03-23 | Another patch from Jose | Avuton Olrich | 1 | -50/+29 |
2007-03-23 | Add new update from Jose for JACK | Avuton Olrich | 1 | -31/+71 |
2007-01-21 | Fix some error messages concerning _ao output driver | Qball Cow | 1 | -2/+2 |
2007-01-20 | José Anarch: JACK updates | Avuton Olrich | 1 | -40/+63 |
2007-01-14 | jack: fix type warning in error message | Eric Wong | 1 | -2/+2 |
2007-01-14 | Don't initialize globals to zero (or NULL) | Eric Wong | 2 | -2/+2 |
2007-01-14 | jack: fix double-free in finish routine | Eric Wong | 1 | -3/+12 |
2007-01-14 | jack: fix potential segfaults in parsing bad configs for 'ports' | Eric Wong | 1 | -5/+21 |
2007-01-14 | jack: fix multiple segfaults when jackd hasn't been started | Eric Wong | 1 | -8/+17 |
2007-01-14 | jack: strdup => xstrdup for error checking | Eric Wong | 1 | -4/+4 |
2007-01-14 | jack: declare global variables as static | Eric Wong | 1 | -3/+3 |
2006-12-30 | And a fix for the warnings in the last patch for JACK | Avuton Olrich | 1 | -4/+5 |
2006-12-30 | A JACK patch to fix some old issues, from author. | Avuton Olrich | 1 | -170/+189 |
2006-11-07 | audioOutput_alsa: print out the bitrate we wanted to set | Eric Wong | 1 | -1/+1 |
2006-10-18 | remove some unneccesary includes from the audioOutput's | Warren Dukes | 7 | -21/+0 |
2006-10-18 | jack patch from anarch (and some type fixes for mp4 and acc plugins) | Warren Dukes | 1 | -0/+380 |
2006-10-11 | audioOutput_shout: use shout_set_nonblocking | Eric Wong | 1 | -3/+17 |
2006-10-10 | Allow an ogg quality of -1 to be specified. | J. Alexander Treuman | 1 | -5/+5 |
2006-09-09 | Hopefully fix endian problem mac x86/ppc | Qball Cow | 1 | -2/+5 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 7 | -18/+18 |
2006-08-26 | audioOutputs_oss: [trivial] make loop interation consistent with others | Eric Wong | 1 | -1/+1 |
2006-08-20 | trivial: labels should be on the left-most column, no tabbing | Eric Wong | 2 | -3/+3 |
2006-08-12 | audioOutput_alsa.c: avoid changing our internal period and buffer time values | Eric Wong | 1 | -6/+9 |
2006-08-11 | Spelling & Grammar | Avuton Olrich | 2 | -4/+4 |
2006-08-08 | audioOutput_pulse: ansi-fy function declarations (sparse) | Eric Wong | 1 | -2/+2 |
2006-08-08 | more sparse cleanups | Eric Wong | 2 | -3/+3 |
2006-08-01 | audioOutput_oss: cleanups (stolen from -ke) | Eric Wong | 1 | -73/+58 |
2006-07-26 | Remove the fifo plugin. It's currently useless for the average user, and mak... | J. Alexander Treuman | 1 | -251/+0 |
2006-07-24 | audioOutput_alsa: better period_size auto-configuration | Eric Wong | 1 | -13/+20 |
2006-07-23 | Renaming stat struct to st, for consistency with the rest of mpd | J. Alexander Treuman | 1 | -5/+5 |
2006-07-23 | chang the default period_time to 50ms. On my setup, setting the period_time ... | Warren Dukes | 1 | -1/+4 |