aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs (unfollow)
Commit message (Expand)AuthorFilesLines
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-26converted MpdTagItem.type to an enumMax Kellermann1-0/+2
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann4-6/+8
2008-06-13jack: initialize audioOutput->dataMax Kellermann1-1/+3
2008-04-12fixed another shadow warningMax Kellermann1-11/+11
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann10-31/+59
2008-04-12yet more unsigned integersMax Kellermann1-1/+1
2008-04-12whitespace cleanupMax Kellermann1-7/+7
2008-03-26eliminated duplicate initializationMax Kellermann2-4/+4
2008-03-26parse/initialize with the correct data typeMax Kellermann1-1/+1
2008-03-26explicitly downcastMax Kellermann2-3/+3
2008-02-05fix -Wconst warningsMax Kellermann1-6/+11
2008-01-26fixed "comparison between signed and unsigned"Max Kellermann1-1/+1
2008-01-26fixed -Wshadow warningsMax Kellermann1-44/+44
2008-01-26fixed invalid C prototypesMax Kellermann1-1/+1
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong9-60/+12
2007-12-16Know about SND_PCM_STATE_RUNNING, might fix some bugsQball Cow1-0/+4
2007-09-05conf: use getBoolBlockParam for block params, tooEric Wong2-13/+7
2007-08-27adding \n to a bunch of error message stringsJ. Alexander Treuman2-4/+4
2007-08-27export FATAL() with noreturn attributeEric Wong1-3/+1
2007-08-11audioOutputs/audioOutput_shout: adding timers backJ. Alexander Treuman1-27/+80
2007-06-13Use parsePath for the fifo output's path parameter.J. Alexander Treuman1-9/+9
2007-06-13Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman1-0/+299
2007-06-12Use <= when comparing (current time - start time) to a timeout. This wayJ. Alexander Treuman1-2/+2
2007-06-12Make the shout timeout configurable. The default is still 2 seconds.J. Alexander Treuman1-2/+13
2007-06-12Redoing remiss's shout patch. This time, just block on open() instead ofJ. Alexander Treuman1-96/+29
2007-06-09This should resolve some of the timing issues experienced after switching fro...Roger Bystrøm1-8/+76
2007-06-08dmix fix, don't call snd_pcm_drain unless we're already in the RUNNINGWarren Dukes1-1/+3
2007-05-30Move the timing code from the null plugin to timer.c, so it can be easilyJ. Alexander Treuman1-74/+19
2007-05-30Adding a null output plugin.J. Alexander Treuman1-0/+129
2007-05-27Fix compilation error (missing ,)Avuton Olrich1-1/+1
2007-05-26After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman1-3/+2
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman3-45/+24
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-09Don't allow "true" as a value for use_mmap for consistency with other "yesJ. Alexander Treuman1-2/+1
2007-04-05The massive copyright updateAvuton Olrich8-9/+9
2007-03-23Another patch from JoseAvuton Olrich1-50/+29
2007-03-23Add new update from Jose for JACKAvuton Olrich1-31/+71
2007-01-21Fix some error messages concerning _ao output driverQball Cow1-2/+2
2007-01-20José Anarch: JACK updatesAvuton Olrich1-40/+63
2007-01-14jack: fix type warning in error messageEric Wong1-2/+2