aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-27Fix compilation error (missing ,)Avuton Olrich1-1/+1
2007-05-26After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman1-3/+2
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman3-45/+24
2007-05-23Changing some DEBUG/ERROR/FATAL messages in the JACK plugin.J. Alexander Treuman1-18/+13
2007-04-11Only a few changes in jack_playAudio.José Anarch1-13/+19
2007-04-09Now process and playAudio use mutexes.José Anarch1-52/+20
2007-04-09Don't allow "true" as a value for use_mmap for consistency with other "yesJ. Alexander Treuman1-2/+1
2007-04-05The massive copyright updateAvuton Olrich8-9/+9
2007-03-23Another patch from JoseAvuton Olrich1-50/+29
2007-03-23Add new update from Jose for JACKAvuton Olrich1-31/+71
2007-01-21Fix some error messages concerning _ao output driverQball Cow1-2/+2
2007-01-20José Anarch: JACK updatesAvuton Olrich1-40/+63
2007-01-14jack: fix type warning in error messageEric Wong1-2/+2
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong2-2/+2
2007-01-14jack: fix double-free in finish routineEric Wong1-3/+12
2007-01-14jack: fix potential segfaults in parsing bad configs for 'ports'Eric Wong1-5/+21
2007-01-14jack: fix multiple segfaults when jackd hasn't been startedEric Wong1-8/+17
2007-01-14jack: strdup => xstrdup for error checkingEric Wong1-4/+4
2007-01-14jack: declare global variables as staticEric Wong1-3/+3
2006-12-30And a fix for the warnings in the last patch for JACKAvuton Olrich1-4/+5
2006-12-30A JACK patch to fix some old issues, from author.Avuton Olrich1-170/+189
2006-11-07audioOutput_alsa: print out the bitrate we wanted to setEric Wong1-1/+1
2006-10-18remove some unneccesary includes from the audioOutput'sWarren Dukes7-21/+0
2006-10-18jack patch from anarch (and some type fixes for mp4 and acc plugins)Warren Dukes1-0/+380
2006-10-11audioOutput_shout: use shout_set_nonblockingEric Wong1-3/+17
2006-10-10Allow an ogg quality of -1 to be specified.J. Alexander Treuman1-5/+5
2006-09-09Hopefully fix endian problem mac x86/ppcQball Cow1-2/+5
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong7-18/+18
2006-08-26audioOutputs_oss: [trivial] make loop interation consistent with othersEric Wong1-1/+1
2006-08-20trivial: labels should be on the left-most column, no tabbingEric Wong2-3/+3
2006-08-12audioOutput_alsa.c: avoid changing our internal period and buffer time valuesEric Wong1-6/+9
2006-08-11Spelling & GrammarAvuton Olrich2-4/+4
2006-08-08audioOutput_pulse: ansi-fy function declarations (sparse)Eric Wong1-2/+2
2006-08-08more sparse cleanupsEric Wong2-3/+3
2006-08-01audioOutput_oss: cleanups (stolen from -ke)Eric Wong1-73/+58
2006-07-26Remove the fifo plugin. It's currently useless for the average user, and mak...J. Alexander Treuman1-251/+0
2006-07-24audioOutput_alsa: better period_size auto-configurationEric Wong1-13/+20
2006-07-23Renaming stat struct to st, for consistency with the rest of mpdJ. Alexander Treuman1-5/+5
2006-07-23chang the default period_time to 50ms. On my setup, setting the period_time ...Warren Dukes1-1/+4
2006-07-22Adding fifo output pluginJ. Alexander Treuman1-0/+251
2006-07-21audioOutput_alsa: oops, I broke autodetection in r4363, fixedEric Wong1-1/+2
2006-07-20#include <string.h> in PulseAudio output for correctnessJ. Alexander Treuman1-0/+1
2006-07-20Add mpd-indent.shAvuton Olrich6-18/+18
2006-07-20Add mpd-indent.shAvuton Olrich6-716/+796
2006-07-19s/ad/pd/ in the PluseAudio plugin (I forgot to rename when copying from alsa)J. Alexander Treuman1-31/+31
2006-07-19Throttle PuleAudio connection attempts so we don't spam the error logJ. Alexander Treuman1-5/+24
2006-07-17audioOutput_mvp: remove unused variableEric Wong1-1/+0
2006-07-17alsa: fix memory leaks from snd_*_open*()Eric Wong1-0/+2
2006-07-17sparse: replace 0 (integer) usage with NULL where appropriateEric Wong1-4/+5
2006-07-17sparse: ANSI-fy function declarationsEric Wong3-5/+5