aboutsummaryrefslogtreecommitdiff
path: root/src/audioOutputs/audioOutput_jack.c
Commit message (Expand)AuthorAge
* fix -Wcast-qual -Wwrite-strings warningsMax Kellermann2008-09-07
* made "sample_size" static constMax Kellermann2008-08-26
* moved jack configuration to the JackData structMax Kellermann2008-08-26
* jack: removed unused macrosMax Kellermann2008-08-26
* jack: don't set audioOutput->data=NULLMax Kellermann2008-08-26
* jack: initialize JackData in jack_initDriver()Max Kellermann2008-08-26
* jack: added freeJackClient()Max Kellermann2008-08-26
* jack: initialize jd->client after !jd checkMax Kellermann2008-08-26
* jack: eliminate superfluous freeJackData() callsMax Kellermann2008-08-26
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-26
* jack: initialize audioOutput->dataMax Kellermann2008-06-13
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-12
* yet more unsigned integersMax Kellermann2008-04-12
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-27
* Changing some DEBUG/ERROR/FATAL messages in the JACK plugin.J. Alexander Treuman2007-05-23
* Only a few changes in jack_playAudio.José Anarch2007-04-11
* Now process and playAudio use mutexes.José Anarch2007-04-09
* The massive copyright updateAvuton Olrich2007-04-05
* Another patch from JoseAvuton Olrich2007-03-23
* Add new update from Jose for JACKAvuton Olrich2007-03-23
* José Anarch: JACK updatesAvuton Olrich2007-01-20
* jack: fix type warning in error messageEric Wong2007-01-14
* jack: fix double-free in finish routineEric Wong2007-01-14
* jack: fix potential segfaults in parsing bad configs for 'ports'Eric Wong2007-01-14
* jack: fix multiple segfaults when jackd hasn't been startedEric Wong2007-01-14
* jack: strdup => xstrdup for error checkingEric Wong2007-01-14
* jack: declare global variables as staticEric Wong2007-01-14
* And a fix for the warnings in the last patch for JACKAvuton Olrich2006-12-30
* A JACK patch to fix some old issues, from author.Avuton Olrich2006-12-30
* remove some unneccesary includes from the audioOutput'sWarren Dukes2006-10-18
* jack patch from anarch (and some type fixes for mp4 and acc plugins)Warren Dukes2006-10-18