aboutsummaryrefslogtreecommitdiff
path: root/src/audioOutputs
Commit message (Expand)AuthorAge
* 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
* audioOutput_shout: use shout_set_nonblockingEric Wong2006-10-11
* Allow an ogg quality of -1 to be specified.J. Alexander Treuman2006-10-10
* Hopefully fix endian problem mac x86/ppcQball Cow2006-09-09
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* audioOutputs_oss: [trivial] make loop interation consistent with othersEric Wong2006-08-26
* trivial: labels should be on the left-most column, no tabbingEric Wong2006-08-20
* audioOutput_alsa.c: avoid changing our internal period and buffer time valuesEric Wong2006-08-12
* Spelling & GrammarAvuton Olrich2006-08-11
* audioOutput_pulse: ansi-fy function declarations (sparse)Eric Wong2006-08-08
* more sparse cleanupsEric Wong2006-08-08
* audioOutput_oss: cleanups (stolen from -ke)Eric Wong2006-08-01
* Remove the fifo plugin. It's currently useless for the average user, and mak...J. Alexander Treuman2006-07-26
* audioOutput_alsa: better period_size auto-configurationEric Wong2006-07-24
* Renaming stat struct to st, for consistency with the rest of mpdJ. Alexander Treuman2006-07-23
* chang the default period_time to 50ms. On my setup, setting the period_time ...Warren Dukes2006-07-23
* Adding fifo output pluginJ. Alexander Treuman2006-07-22
* audioOutput_alsa: oops, I broke autodetection in r4363, fixedEric Wong2006-07-21
* #include <string.h> in PulseAudio output for correctnessJ. Alexander Treuman2006-07-20
* Add mpd-indent.shAvuton Olrich2006-07-20
* Add mpd-indent.shAvuton Olrich2006-07-20
* s/ad/pd/ in the PluseAudio plugin (I forgot to rename when copying from alsa)J. Alexander Treuman2006-07-19
* Throttle PuleAudio connection attempts so we don't spam the error logJ. Alexander Treuman2006-07-19
* audioOutput_mvp: remove unused variableEric Wong2006-07-17