aboutsummaryrefslogtreecommitdiff
path: root/src/audioOutputs
Commit message (Expand)AuthorAge
* fixed another shadow warningMax Kellermann2008-04-12
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-12
* yet more unsigned integersMax Kellermann2008-04-12
* whitespace cleanupMax Kellermann2008-04-12
* eliminated duplicate initializationMax Kellermann2008-03-26
* parse/initialize with the correct data typeMax Kellermann2008-03-26
* explicitly downcastMax Kellermann2008-03-26
* fix -Wconst warningsMax Kellermann2008-02-05
* fixed "comparison between signed and unsigned"Max Kellermann2008-01-26
* fixed -Wshadow warningsMax Kellermann2008-01-26
* fixed invalid C prototypesMax Kellermann2008-01-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Know about SND_PCM_STATE_RUNNING, might fix some bugsQball Cow2007-12-16
* conf: use getBoolBlockParam for block params, tooEric Wong2007-09-05
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-27
* export FATAL() with noreturn attributeEric Wong2007-08-27
* audioOutputs/audioOutput_shout: adding timers backJ. Alexander Treuman2007-08-11
* Use parsePath for the fifo output's path parameter.J. Alexander Treuman2007-06-13
* Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman2007-06-13
* Use <= when comparing (current time - start time) to a timeout. This wayJ. Alexander Treuman2007-06-12
* Make the shout timeout configurable. The default is still 2 seconds.J. Alexander Treuman2007-06-12
* Redoing remiss's shout patch. This time, just block on open() instead ofJ. Alexander Treuman2007-06-12
* This should resolve some of the timing issues experienced after switching fro...Roger Bystrøm2007-06-09
* dmix fix, don't call snd_pcm_drain unless we're already in the RUNNINGWarren Dukes2007-06-08
* Move the timing code from the null plugin to timer.c, so it can be easilyJ. Alexander Treuman2007-05-30
* Adding a null output plugin.J. Alexander Treuman2007-05-30
* Fix compilation error (missing ,)Avuton Olrich2007-05-27
* After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman2007-05-26
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-26
* 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
* Don't allow "true" as a value for use_mmap for consistency with other "yesJ. Alexander Treuman2007-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
* Fix some error messages concerning _ao output driverQball Cow2007-01-21
* José Anarch: JACK updatesAvuton Olrich2007-01-20
* jack: fix type warning in error messageEric Wong2007-01-14
* Don't initialize globals to zero (or NULL)Eric 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
* audioOutput_alsa: print out the bitrate we wanted to setEric Wong2006-11-07
* 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