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