aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2006-07-16OSS: handle device disconnects and reconnects (w/o needing a mpd restart)Eric Wong1-10/+11
2006-07-16audio: attempt to gracefully handle disconnected/reconnected devicesEric Wong1-0/+5
2006-07-16audioOutput_alsa: add use_mmap, period_time, buffer_time optionsEric Wong1-15/+23
2006-07-16audioOutput_alsa: calculate period size from sample rateEric Wong1-2/+5
2006-07-15De-inline non-trivial, non-performance-critical functionsEric Wong1-1/+1
2006-07-15[CLEANUP] Fix indentation to be like the rest ofAvuton Olrich1-126/+130
2006-07-14Use audio_output { name } for the stream name in PulseAudio, but do it The Ri...J. Alexander Treuman1-7/+2
2006-07-14Use audio_output { name } for the stream name in PulseAudioJ. Alexander Treuman1-4/+8
2006-07-14Change shank's email addressJ. Alexander Treuman7-7/+7
2006-07-14Use a macro to declare disabled audio output pluginsJ. Alexander Treuman7-93/+13
2006-07-13Huge header update, update the copyright and addAvuton Olrich7-6/+24
2006-07-13Add PulseAudio supportJ. Alexander Treuman1-0/+193
2006-07-12OSS: correctly check for the device in oss_testDefault()Eric Wong1-3/+4
2006-07-05Remove unnecessary include, has always been pulledAvuton Olrich1-1/+0
2006-06-11Reverting patch to "fix" the alsa plugin when used with dmix. It ended up br...J. Alexander Treuman1-1/+2
2006-03-25src/audioOutputs/audioOutput_oss.c: fix for big-endian machinesEric Wong1-15/+19
2006-03-16Hopefully the last of the spelling fixes :>Eric Wong1-2/+2
2005-12-12potential fix for bug #466Warren Dukes1-6/+6
2005-11-19remove C++ style commentsEric Wong3-19/+21
2005-11-19gcc 2.95 fixesEric Wong4-5/+8
2005-10-02Fixed (tested in Fink and DarwinPorts) osX output pluginQball Cow1-2/+2
2005-08-11patch from Oliver Logghe for Hauppage Media MVP supportWarren Dukes1-0/+296
2005-08-07fix warning reported gcc 4.0: x == y == z does not work as intendedEric Wong1-1/+2
2005-07-03don't check errno unless we have an error (ret<0) from write()Eric Wong1-1/+1
2005-04-06fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the os...Warren Dukes1-5/+10
2005-03-24destroy mutex's and condition'sWarren Dukes1-0/+2
2005-03-24revert to r3105Warren Dukes1-35/+59
2005-03-23fix compilation error in os x pluginWarren Dukes1-3/+3
2005-03-22potentially fix OS X woesWarren Dukes1-59/+35
2005-03-20some potential optimizations for OS XWarren Dukes1-26/+55
2005-03-19print out bits in debug message output for OSS and ALSAWarren Dukes2-4/+6
2005-03-17bump the OS X buffer up to 1sWarren Dukes1-3/+3
2005-03-17dynamically allocate a buffer for 0.5s of audio for OS XWarren Dukes1-13/+20
2005-03-17tweak OS X a bit moreWarren Dukes1-1/+1
2005-03-17OS X tweaksWarren Dukes1-4/+2