aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_jack.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-31jack: made "sample_size" static constMax Kellermann1-1/+1
2008-08-31moved jack configuration to the JackData structMax Kellermann1-49/+64
2008-08-31jack: removed unused macrosMax Kellermann1-10/+0
2008-08-31jack: don't set audioOutput->data=NULLMax Kellermann1-5/+5
2008-08-31jack: initialize JackData in jack_initDriver()Max Kellermann1-6/+2
2008-08-31jack: added freeJackClient()Max Kellermann1-13/+25
2008-08-31jack: initialize jd->client after !jd checkMax Kellermann1-5/+5
2008-08-31jack: eliminate superfluous freeJackData() callsMax Kellermann1-6/+0
2008-08-30enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-2/+2
2008-06-13jack: initialize audioOutput->dataMax Kellermann1-1/+3
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann1-3/+4
2008-04-12yet more unsigned integersMax Kellermann1-1/+1
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-7/+6
2007-08-27adding \n to a bunch of error message stringsJ. Alexander Treuman1-3/+3
2007-05-23Changing some DEBUG/ERROR/FATAL messages in the JACK plugin.J. Alexander Treuman1-18/+13
2007-04-11Only a few changes in jack_playAudio.José Anarch1-13/+19
2007-04-09Now process and playAudio use mutexes.José Anarch1-52/+20
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-03-23Another patch from JoseAvuton Olrich1-50/+29
2007-03-23Add new update from Jose for JACKAvuton Olrich1-31/+71
2007-01-20José Anarch: JACK updatesAvuton Olrich1-40/+63
2007-01-14jack: fix type warning in error messageEric Wong1-2/+2
2007-01-14jack: fix double-free in finish routineEric Wong1-3/+12
2007-01-14jack: fix potential segfaults in parsing bad configs for 'ports'Eric Wong1-5/+21
2007-01-14jack: fix multiple segfaults when jackd hasn't been startedEric Wong1-8/+17
2007-01-14jack: strdup => xstrdup for error checkingEric Wong1-4/+4
2007-01-14jack: declare global variables as staticEric Wong1-3/+3
2006-12-30And a fix for the warnings in the last patch for JACKAvuton Olrich1-4/+5
2006-12-30A JACK patch to fix some old issues, from author.Avuton Olrich1-170/+189
2006-10-18remove some unneccesary includes from the audioOutput'sWarren Dukes1-5/+0
2006-10-18jack patch from anarch (and some type fixes for mp4 and acc plugins)Warren Dukes1-0/+380