aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/jack_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-24jack: optimize local variablesMax Kellermann1-9/+8
2008-10-24jack: lockless data transfer to jack threadMax Kellermann1-47/+15
2008-10-24jack: partial writes to ring bufferMax Kellermann1-15/+15
2008-10-24jack: added constant "frame_size"Max Kellermann1-1/+2
2008-10-24jack: fix indentationMax Kellermann1-33/+33
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-4/+4
2008-10-08don't include os_compat.hMax Kellermann1-0/+2
2008-09-29use C99 struct initializersMax Kellermann1-9/+8
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann1-30/+27
2008-09-24output: added audio_output_closed()Max Kellermann1-1/+1
2008-09-24output: set audio_output->open=1 in audio_output_task()Max Kellermann1-4/+1
2008-09-24output: pass audio_format to plugin.init() and plugin.open()Max Kellermann1-8/+18
2008-09-08output: const plugin structuresMax Kellermann1-1/+1
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann1-12/+12
2008-09-07output: added output_api.hMax Kellermann1-3/+2
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-2/+2
2008-09-07fix -Wcast-qual -Wwrite-strings warningsMax Kellermann1-8/+9
2008-08-26made "sample_size" static constMax Kellermann1-1/+1
2008-08-26moved jack configuration to the JackData structMax Kellermann1-49/+64
2008-08-26jack: removed unused macrosMax Kellermann1-10/+0
2008-08-26jack: don't set audioOutput->data=NULLMax Kellermann1-5/+5
2008-08-26jack: initialize JackData in jack_initDriver()Max Kellermann1-6/+2
2008-08-26jack: added freeJackClient()Max Kellermann1-13/+25
2008-08-26jack: initialize jd->client after !jd checkMax Kellermann1-5/+5
2008-08-26jack: eliminate superfluous freeJackData() callsMax Kellermann1-6/+0
2008-08-26enable -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