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