aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_jack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-121-3/+4
* yet more unsigned integersMax Kellermann2008-04-121-1/+1
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-7/+6
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-271-3/+3
* Changing some DEBUG/ERROR/FATAL messages in the JACK plugin.J. Alexander Treuman2007-05-231-18/+13
* Only a few changes in jack_playAudio.José Anarch2007-04-111-13/+19
* Now process and playAudio use mutexes.José Anarch2007-04-091-52/+20
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Another patch from JoseAvuton Olrich2007-03-231-50/+29
* Add new update from Jose for JACKAvuton Olrich2007-03-231-31/+71
* José Anarch: JACK updatesAvuton Olrich2007-01-201-40/+63
* jack: fix type warning in error messageEric Wong2007-01-141-2/+2
* jack: fix double-free in finish routineEric Wong2007-01-141-3/+12
* jack: fix potential segfaults in parsing bad configs for 'ports'Eric Wong2007-01-141-5/+21
* jack: fix multiple segfaults when jackd hasn't been startedEric Wong2007-01-141-8/+17
* jack: strdup => xstrdup for error checkingEric Wong2007-01-141-4/+4
* jack: declare global variables as staticEric Wong2007-01-141-3/+3
* And a fix for the warnings in the last patch for JACKAvuton Olrich2006-12-301-4/+5
* A JACK patch to fix some old issues, from author.Avuton Olrich2006-12-301-170/+189
* remove some unneccesary includes from the audioOutput'sWarren Dukes2006-10-181-5/+0
* jack patch from anarch (and some type fixes for mp4 and acc plugins)Warren Dukes2006-10-181-0/+380