aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Renaming stat struct to st, for consistency with the rest of mpdJ. Alexander Treuman2006-07-231-5/+5
* chang the default period_time to 50ms. On my setup, setting the period_time ...Warren Dukes2006-07-231-1/+4
* Adding fifo output pluginJ. Alexander Treuman2006-07-221-0/+251
* audioOutput_alsa: oops, I broke autodetection in r4363, fixedEric Wong2006-07-211-1/+2
* #include <string.h> in PulseAudio output for correctnessJ. Alexander Treuman2006-07-201-0/+1
* Add mpd-indent.shAvuton Olrich2006-07-206-18/+18
* Add mpd-indent.shAvuton Olrich2006-07-206-716/+796
* s/ad/pd/ in the PluseAudio plugin (I forgot to rename when copying from alsa)J. Alexander Treuman2006-07-191-31/+31
* Throttle PuleAudio connection attempts so we don't spam the error logJ. Alexander Treuman2006-07-191-5/+24
* audioOutput_mvp: remove unused variableEric Wong2006-07-171-1/+0
* alsa: fix memory leaks from snd_*_open*()Eric Wong2006-07-171-0/+2
* sparse: replace 0 (integer) usage with NULL where appropriateEric Wong2006-07-171-4/+5
* sparse: ANSI-fy function declarationsEric Wong2006-07-173-5/+5
* OSS: handle device disconnects and reconnects (w/o needing a mpd restart)Eric Wong2006-07-161-10/+11
* audio: attempt to gracefully handle disconnected/reconnected devicesEric Wong2006-07-161-0/+5
* audioOutput_alsa: add use_mmap, period_time, buffer_time optionsEric Wong2006-07-161-15/+23
* audioOutput_alsa: calculate period size from sample rateEric Wong2006-07-161-2/+5