summaryrefslogtreecommitdiff
path: root/src/audioOutputs
AgeCommit message (Expand)Author
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong
2006-08-26audioOutputs_oss: [trivial] make loop interation consistent with othersEric Wong
2006-08-20trivial: labels should be on the left-most column, no tabbingEric Wong
2006-08-12audioOutput_alsa.c: avoid changing our internal period and buffer time valuesEric Wong
2006-08-11Spelling & GrammarAvuton Olrich
2006-08-08audioOutput_pulse: ansi-fy function declarations (sparse)Eric Wong
2006-08-08more sparse cleanupsEric Wong
2006-08-01audioOutput_oss: cleanups (stolen from -ke)Eric Wong
2006-07-26Remove the fifo plugin. It's currently useless for the average user, and mak...J. Alexander Treuman
2006-07-24audioOutput_alsa: better period_size auto-configurationEric Wong
2006-07-23Renaming stat struct to st, for consistency with the rest of mpdJ. Alexander Treuman
2006-07-23chang the default period_time to 50ms. On my setup, setting the period_time ...Warren Dukes
2006-07-22Adding fifo output pluginJ. Alexander Treuman
2006-07-21audioOutput_alsa: oops, I broke autodetection in r4363, fixedEric Wong
2006-07-20#include <string.h> in PulseAudio output for correctnessJ. Alexander Treuman
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-19s/ad/pd/ in the PluseAudio plugin (I forgot to rename when copying from alsa)J. Alexander Treuman
2006-07-19Throttle PuleAudio connection attempts so we don't spam the error logJ. Alexander Treuman
2006-07-17audioOutput_mvp: remove unused variableEric Wong
2006-07-17alsa: fix memory leaks from snd_*_open*()Eric Wong
2006-07-17sparse: replace 0 (integer) usage with NULL where appropriateEric Wong
2006-07-17sparse: ANSI-fy function declarationsEric Wong
2006-07-16OSS: handle device disconnects and reconnects (w/o needing a mpd restart)Eric Wong
2006-07-16audio: attempt to gracefully handle disconnected/reconnected devicesEric Wong
2006-07-16audioOutput_alsa: add use_mmap, period_time, buffer_time optionsEric Wong
2006-07-16audioOutput_alsa: calculate period size from sample rateEric Wong
2006-07-15De-inline non-trivial, non-performance-critical functionsEric Wong
2006-07-15[CLEANUP] Fix indentation to be like the rest ofAvuton Olrich
2006-07-14Use audio_output { name } for the stream name in PulseAudio, but do it The Ri...J. Alexander Treuman
2006-07-14Use audio_output { name } for the stream name in PulseAudioJ. Alexander Treuman
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-14Use a macro to declare disabled audio output pluginsJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2006-07-13Add PulseAudio supportJ. Alexander Treuman
2006-07-12OSS: correctly check for the device in oss_testDefault()Eric Wong
2006-07-05Remove unnecessary include, has always been pulledAvuton Olrich
2006-06-11Reverting patch to "fix" the alsa plugin when used with dmix. It ended up br...J. Alexander Treuman
2006-03-25src/audioOutputs/audioOutput_oss.c: fix for big-endian machinesEric Wong
2006-03-16Hopefully the last of the spelling fixes :>Eric Wong
2005-12-12potential fix for bug #466Warren Dukes
2005-11-19remove C++ style commentsEric Wong
2005-11-19gcc 2.95 fixesEric Wong
2005-10-02Fixed (tested in Fink and DarwinPorts) osX output pluginQball Cow
2005-08-11patch from Oliver Logghe for Hauppage Media MVP supportWarren Dukes
2005-08-07fix warning reported gcc 4.0: x == y == z does not work as intendedEric Wong
2005-07-03don't check errno unless we have an error (ret<0) from write()Eric Wong
2005-04-06fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the os...Warren Dukes
2005-03-24destroy mutex's and condition'sWarren Dukes
2005-03-24revert to r3105Warren Dukes