summaryrefslogtreecommitdiff
path: root/src/audioOutputs
AgeCommit message (Expand)Author
2008-06-13jack: initialize audioOutput->dataMax Kellermann
2008-04-12fixed another shadow warningMax Kellermann
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann
2008-04-12yet more unsigned integersMax Kellermann
2008-04-12whitespace cleanupMax Kellermann
2008-03-26eliminated duplicate initializationMax Kellermann
2008-03-26parse/initialize with the correct data typeMax Kellermann
2008-03-26explicitly downcastMax Kellermann
2008-02-05fix -Wconst warningsMax Kellermann
2008-01-26fixed "comparison between signed and unsigned"Max Kellermann
2008-01-26fixed -Wshadow warningsMax Kellermann
2008-01-26fixed invalid C prototypesMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2007-12-16Know about SND_PCM_STATE_RUNNING, might fix some bugsQball Cow
2007-09-05conf: use getBoolBlockParam for block params, tooEric Wong
2007-08-27adding \n to a bunch of error message stringsJ. Alexander Treuman
2007-08-27export FATAL() with noreturn attributeEric Wong
2007-08-11audioOutputs/audioOutput_shout: adding timers backJ. Alexander Treuman
2007-06-13Use parsePath for the fifo output's path parameter.J. Alexander Treuman
2007-06-13Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman
2007-06-12Use <= when comparing (current time - start time) to a timeout. This wayJ. Alexander Treuman
2007-06-12Make the shout timeout configurable. The default is still 2 seconds.J. Alexander Treuman
2007-06-12Redoing remiss's shout patch. This time, just block on open() instead ofJ. Alexander Treuman
2007-06-09This should resolve some of the timing issues experienced after switching fro...Roger Bystrøm
2007-06-08dmix fix, don't call snd_pcm_drain unless we're already in the RUNNINGWarren Dukes
2007-05-30Move the timing code from the null plugin to timer.c, so it can be easilyJ. Alexander Treuman
2007-05-30Adding a null output plugin.J. Alexander Treuman
2007-05-27Fix compilation error (missing ,)Avuton Olrich
2007-05-26After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman
2007-05-23Changing some DEBUG/ERROR/FATAL messages in the JACK plugin.J. Alexander Treuman
2007-04-11Only a few changes in jack_playAudio.José Anarch
2007-04-09Now process and playAudio use mutexes.José Anarch
2007-04-09Don't allow "true" as a value for use_mmap for consistency with other "yesJ. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2007-03-23Another patch from JoseAvuton Olrich
2007-03-23Add new update from Jose for JACKAvuton Olrich
2007-01-21Fix some error messages concerning _ao output driverQball Cow
2007-01-20José Anarch: JACK updatesAvuton Olrich
2007-01-14jack: fix type warning in error messageEric Wong
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong
2007-01-14jack: fix double-free in finish routineEric Wong
2007-01-14jack: fix potential segfaults in parsing bad configs for 'ports'Eric Wong
2007-01-14jack: fix multiple segfaults when jackd hasn't been startedEric Wong
2007-01-14jack: strdup => xstrdup for error checkingEric Wong
2007-01-14jack: declare global variables as staticEric Wong
2006-12-30And a fix for the warnings in the last patch for JACKAvuton Olrich
2006-12-30A JACK patch to fix some old issues, from author.Avuton Olrich
2006-11-07audioOutput_alsa: print out the bitrate we wanted to setEric Wong
2006-10-18remove some unneccesary includes from the audioOutput'sWarren Dukes