| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | explicitly downcast | Max Kellermann | 2008-03-26 | 2 | -3/+3 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 1 | -6/+11 |
* | fixed "comparison between signed and unsigned" | Max Kellermann | 2008-01-26 | 1 | -1/+1 |
* | fixed -Wshadow warnings | Max Kellermann | 2008-01-26 | 1 | -44/+44 |
* | fixed invalid C prototypes | Max Kellermann | 2008-01-26 | 1 | -1/+1 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 9 | -60/+12 |
* | Know about SND_PCM_STATE_RUNNING, might fix some bugs | Qball Cow | 2007-12-16 | 1 | -0/+4 |
* | conf: use getBoolBlockParam for block params, too | Eric Wong | 2007-09-05 | 2 | -13/+7 |
* | adding \n to a bunch of error message strings | J. Alexander Treuman | 2007-08-27 | 2 | -4/+4 |
* | export FATAL() with noreturn attribute | Eric Wong | 2007-08-27 | 1 | -3/+1 |
* | audioOutputs/audioOutput_shout: adding timers back | J. Alexander Treuman | 2007-08-11 | 1 | -27/+80 |
* | Use parsePath for the fifo output's path parameter. | J. Alexander Treuman | 2007-06-13 | 1 | -9/+9 |
* | Adding FIFO audio output. This is pretty much identical to the old one, | J. Alexander Treuman | 2007-06-13 | 1 | -0/+299 |
* | Use <= when comparing (current time - start time) to a timeout. This way | J. Alexander Treuman | 2007-06-12 | 1 | -2/+2 |
* | Make the shout timeout configurable. The default is still 2 seconds. | J. Alexander Treuman | 2007-06-12 | 1 | -2/+13 |
* | Redoing remiss's shout patch. This time, just block on open() instead of | J. Alexander Treuman | 2007-06-12 | 1 | -96/+29 |
* | This should resolve some of the timing issues experienced after switching fro... | Roger Bystrøm | 2007-06-09 | 1 | -8/+76 |
* | dmix fix, don't call snd_pcm_drain unless we're already in the RUNNING | Warren Dukes | 2007-06-08 | 1 | -1/+3 |
* | Move the timing code from the null plugin to timer.c, so it can be easily | J. Alexander Treuman | 2007-05-30 | 1 | -74/+19 |
* | Adding a null output plugin. | J. Alexander Treuman | 2007-05-30 | 1 | -0/+129 |
* | Fix compilation error (missing ,) | Avuton Olrich | 2007-05-27 | 1 | -1/+1 |
* | After changing ERROR();exit() to FATAL(), gcc incorrectly detects some | J. Alexander Treuman | 2007-05-26 | 1 | -3/+2 |
* | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 2007-05-26 | 3 | -45/+24 |
* | Changing some DEBUG/ERROR/FATAL messages in the JACK plugin. | J. Alexander Treuman | 2007-05-23 | 1 | -18/+13 |
* | Only a few changes in jack_playAudio. | José Anarch | 2007-04-11 | 1 | -13/+19 |
* | Now process and playAudio use mutexes. | José Anarch | 2007-04-09 | 1 | -52/+20 |
* | Don't allow "true" as a value for use_mmap for consistency with other "yes | J. Alexander Treuman | 2007-04-09 | 1 | -2/+1 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 8 | -9/+9 |
* | Another patch from Jose | Avuton Olrich | 2007-03-23 | 1 | -50/+29 |
* | Add new update from Jose for JACK | Avuton Olrich | 2007-03-23 | 1 | -31/+71 |
* | Fix some error messages concerning _ao output driver | Qball Cow | 2007-01-21 | 1 | -2/+2 |
* | José Anarch: JACK updates | Avuton Olrich | 2007-01-20 | 1 | -40/+63 |
* | jack: fix type warning in error message | Eric Wong | 2007-01-14 | 1 | -2/+2 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 2 | -2/+2 |
* | jack: fix double-free in finish routine | Eric Wong | 2007-01-14 | 1 | -3/+12 |
* | jack: fix potential segfaults in parsing bad configs for 'ports' | Eric Wong | 2007-01-14 | 1 | -5/+21 |
* | jack: fix multiple segfaults when jackd hasn't been started | Eric Wong | 2007-01-14 | 1 | -8/+17 |
* | jack: strdup => xstrdup for error checking | Eric Wong | 2007-01-14 | 1 | -4/+4 |
* | jack: declare global variables as static | Eric Wong | 2007-01-14 | 1 | -3/+3 |
* | And a fix for the warnings in the last patch for JACK | Avuton Olrich | 2006-12-30 | 1 | -4/+5 |
* | A JACK patch to fix some old issues, from author. | Avuton Olrich | 2006-12-30 | 1 | -170/+189 |
* | audioOutput_alsa: print out the bitrate we wanted to set | Eric Wong | 2006-11-07 | 1 | -1/+1 |
* | remove some unneccesary includes from the audioOutput's | Warren Dukes | 2006-10-18 | 7 | -21/+0 |
* | jack patch from anarch (and some type fixes for mp4 and acc plugins) | Warren Dukes | 2006-10-18 | 1 | -0/+380 |
* | audioOutput_shout: use shout_set_nonblocking | Eric Wong | 2006-10-11 | 1 | -3/+17 |
* | Allow an ogg quality of -1 to be specified. | J. Alexander Treuman | 2006-10-10 | 1 | -5/+5 |
* | Hopefully fix endian problem mac x86/ppc | Qball Cow | 2006-09-09 | 1 | -2/+5 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 7 | -18/+18 |
* | audioOutputs_oss: [trivial] make loop interation consistent with others | Eric Wong | 2006-08-26 | 1 | -1/+1 |
* | trivial: labels should be on the left-most column, no tabbing | Eric Wong | 2006-08-20 | 2 | -3/+3 |