aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_jack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-261-486/+0
* jack: support for 24 bit samplesMax Kellermann2008-10-241-1/+32
* jack: moved code to jack_write_samples_16()Max Kellermann2008-10-241-14/+42
* jack: eliminated CamelCaseMax Kellermann2008-10-241-73/+76
* jack: added assertions against partial framesMax Kellermann2008-10-241-0/+2
* jack: optimize local variablesMax Kellermann2008-10-241-9/+8
* jack: lockless data transfer to jack threadMax Kellermann2008-10-241-47/+15
* jack: partial writes to ring bufferMax Kellermann2008-10-241-15/+15
* jack: added constant "frame_size"Max Kellermann2008-10-241-1/+2
* jack: fix indentationMax Kellermann2008-10-241-33/+33
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-101-4/+4
* don't include os_compat.hMax Kellermann2008-10-081-0/+2
* use C99 struct initializersMax Kellermann2008-09-291-9/+8
* output: make "struct audio_output" opaque for output pluginsMax Kellermann2008-09-241-30/+27
* output: added audio_output_closed()Max Kellermann2008-09-241-1/+1
* output: set audio_output->open=1 in audio_output_task()Max Kellermann2008-09-241-4/+1
* output: pass audio_format to plugin.init() and plugin.open()Max Kellermann2008-09-241-8/+18
* output: const plugin structuresMax Kellermann2008-09-081-1/+1
* output: renamed typedef AudioOutput to struct audio_outputMax Kellermann2008-09-071-12/+12
* output: added output_api.hMax Kellermann2008-09-071-3/+2
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-2/+2
* fix -Wcast-qual -Wwrite-strings warningsMax Kellermann2008-09-071-8/+9
* made "sample_size" static constMax Kellermann2008-08-261-1/+1
* moved jack configuration to the JackData structMax Kellermann2008-08-261-49/+64
* jack: removed unused macrosMax Kellermann2008-08-261-10/+0
* jack: don't set audioOutput->data=NULLMax Kellermann2008-08-261-5/+5
* jack: initialize JackData in jack_initDriver()Max Kellermann2008-08-261-6/+2
* jack: added freeJackClient()Max Kellermann2008-08-261-13/+25
* jack: initialize jd->client after !jd checkMax Kellermann2008-08-261-5/+5
* jack: eliminate superfluous freeJackData() callsMax Kellermann2008-08-261-6/+0
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-261-2/+2
* jack: initialize audioOutput->dataMax Kellermann2008-06-131-1/+3
* 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