| Commit message (Expand) | Author | Age | Files | Lines |
* | made "sample_size" static const | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | moved jack configuration to the JackData struct | Max Kellermann | 2008-08-26 | 1 | -49/+64 |
* | jack: removed unused macros | Max Kellermann | 2008-08-26 | 1 | -10/+0 |
* | jack: don't set audioOutput->data=NULL | Max Kellermann | 2008-08-26 | 1 | -5/+5 |
* | jack: initialize JackData in jack_initDriver() | Max Kellermann | 2008-08-26 | 1 | -6/+2 |
* | jack: added freeJackClient() | Max Kellermann | 2008-08-26 | 1 | -13/+25 |
* | jack: initialize jd->client after !jd check | Max Kellermann | 2008-08-26 | 1 | -5/+5 |
* | jack: eliminate superfluous freeJackData() calls | Max Kellermann | 2008-08-26 | 1 | -6/+0 |
* | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 2008-08-26 | 1 | -2/+2 |
* | jack: initialize audioOutput->data | Max Kellermann | 2008-06-13 | 1 | -1/+3 |
* | use size_t and constant pointer in ao plugins | Max Kellermann | 2008-04-12 | 1 | -3/+4 |
* | yet more unsigned integers | Max Kellermann | 2008-04-12 | 1 | -1/+1 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -7/+6 |
* | adding \n to a bunch of error message strings | J. Alexander Treuman | 2007-08-27 | 1 | -3/+3 |
* | 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 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |
* | remove some unneccesary includes from the audioOutput's | Warren Dukes | 2006-10-18 | 1 | -5/+0 |
* | jack patch from anarch (and some type fixes for mp4 and acc plugins) | Warren Dukes | 2006-10-18 | 1 | -0/+380 |