aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs (follow)
Commit message (Expand)AuthorAgeFilesLines
* conf: use getBoolBlockParam for block params, tooEric Wong2007-09-052-13/+7
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-272-4/+4
* export FATAL() with noreturn attributeEric Wong2007-08-271-3/+1
* audioOutputs/audioOutput_shout: adding timers backJ. Alexander Treuman2007-08-111-27/+80
* Use parsePath for the fifo output's path parameter.J. Alexander Treuman2007-06-131-9/+9
* Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman2007-06-131-0/+299
* Use <= when comparing (current time - start time) to a timeout. This wayJ. Alexander Treuman2007-06-121-2/+2
* Make the shout timeout configurable. The default is still 2 seconds.J. Alexander Treuman2007-06-121-2/+13
* Redoing remiss's shout patch. This time, just block on open() instead ofJ. Alexander Treuman2007-06-121-96/+29
* This should resolve some of the timing issues experienced after switching fro...Roger Bystrøm2007-06-091-8/+76
* dmix fix, don't call snd_pcm_drain unless we're already in the RUNNINGWarren Dukes2007-06-081-1/+3
* Move the timing code from the null plugin to timer.c, so it can be easilyJ. Alexander Treuman2007-05-301-74/+19
* Adding a null output plugin.J. Alexander Treuman2007-05-301-0/+129
* Fix compilation error (missing ,)Avuton Olrich2007-05-271-1/+1
* After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman2007-05-261-3/+2
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-263-45/+24
* 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
* Don't allow "true" as a value for use_mmap for consistency with other "yesJ. Alexander Treuman2007-04-091-2/+1
* The massive copyright updateAvuton Olrich2007-04-058-9/+9
* Another patch from JoseAvuton Olrich2007-03-231-50/+29
* Add new update from Jose for JACKAvuton Olrich2007-03-231-31/+71
* Fix some error messages concerning _ao output driverQball Cow2007-01-211-2/+2
* José Anarch: JACK updatesAvuton Olrich2007-01-201-40/+63
* jack: fix type warning in error messageEric Wong2007-01-141-2/+2
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-142-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
* A JACK patch to fix some old issues, from author.Avuton Olrich2006-12-301-170/+189
* audioOutput_alsa: print out the bitrate we wanted to setEric Wong2006-11-071-1/+1
* remove some unneccesary includes from the audioOutput'sWarren Dukes2006-10-187-21/+0
* jack patch from anarch (and some type fixes for mp4 and acc plugins)Warren Dukes2006-10-181-0/+380
* audioOutput_shout: use shout_set_nonblockingEric Wong2006-10-111-3/+17
* Allow an ogg quality of -1 to be specified.J. Alexander Treuman2006-10-101-5/+5
* Hopefully fix endian problem mac x86/ppcQball Cow2006-09-091-2/+5
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-267-18/+18
* audioOutputs_oss: [trivial] make loop interation consistent with othersEric Wong2006-08-261-1/+1
* trivial: labels should be on the left-most column, no tabbingEric Wong2006-08-202-3/+3
* audioOutput_alsa.c: avoid changing our internal period and buffer time valuesEric Wong2006-08-121-6/+9
* Spelling & GrammarAvuton Olrich2006-08-112-4/+4
* audioOutput_pulse: ansi-fy function declarations (sparse)Eric Wong2006-08-081-2/+2
* more sparse cleanupsEric Wong2006-08-082-3/+3
* audioOutput_oss: cleanups (stolen from -ke)Eric Wong2006-08-011-73/+58
* Remove the fifo plugin. It's currently useless for the average user, and mak...J. Alexander Treuman2006-07-261-251/+0
* audioOutput_alsa: better period_size auto-configurationEric Wong2006-07-241-13/+20