aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* De-inline non-trivial, non-performance-critical functionsEric Wong2006-07-151-1/+1
* [CLEANUP] Fix indentation to be like the rest ofAvuton Olrich2006-07-151-126/+130
* Use audio_output { name } for the stream name in PulseAudio, but do it The Ri...J. Alexander Treuman2006-07-141-7/+2
* Use audio_output { name } for the stream name in PulseAudioJ. Alexander Treuman2006-07-141-4/+8
* Change shank's email addressJ. Alexander Treuman2006-07-147-7/+7
* Use a macro to declare disabled audio output pluginsJ. Alexander Treuman2006-07-147-93/+13
* Huge header update, update the copyright and addAvuton Olrich2006-07-137-6/+24
* Add PulseAudio supportJ. Alexander Treuman2006-07-131-0/+193
* OSS: correctly check for the device in oss_testDefault()Eric Wong2006-07-121-3/+4
* Remove unnecessary include, has always been pulledAvuton Olrich2006-07-051-1/+0
* Reverting patch to "fix" the alsa plugin when used with dmix. It ended up br...J. Alexander Treuman2006-06-111-1/+2
* src/audioOutputs/audioOutput_oss.c: fix for big-endian machinesEric Wong2006-03-251-15/+19
* Hopefully the last of the spelling fixes :>Eric Wong2006-03-161-2/+2
* potential fix for bug #466Warren Dukes2005-12-121-6/+6
* remove C++ style commentsEric Wong2005-11-193-19/+21
* gcc 2.95 fixesEric Wong2005-11-194-5/+8
* Fixed (tested in Fink and DarwinPorts) osX output pluginQball Cow2005-10-021-2/+2
* patch from Oliver Logghe for Hauppage Media MVP supportWarren Dukes2005-08-111-0/+296
* fix warning reported gcc 4.0: x == y == z does not work as intendedEric Wong2005-08-071-1/+2
* don't check errno unless we have an error (ret<0) from write()Eric Wong2005-07-031-1/+1
* fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the os...Warren Dukes2005-04-061-5/+10
* destroy mutex's and condition'sWarren Dukes2005-03-241-0/+2
* revert to r3105Warren Dukes2005-03-241-35/+59
* fix compilation error in os x pluginWarren Dukes2005-03-231-3/+3
* potentially fix OS X woesWarren Dukes2005-03-221-59/+35
* some potential optimizations for OS XWarren Dukes2005-03-201-26/+55
* print out bits in debug message output for OSS and ALSAWarren Dukes2005-03-192-4/+6
* bump the OS X buffer up to 1sWarren Dukes2005-03-171-3/+3
* dynamically allocate a buffer for 0.5s of audio for OS XWarren Dukes2005-03-171-13/+20
* tweak OS X a bit moreWarren Dukes2005-03-171-1/+1
* OS X tweaksWarren Dukes2005-03-171-4/+2
* fix for dmixWarren Dukes2005-03-171-2/+1
* slight tweak of avuton's idea of causing an error when no audio output's foundWarren Dukes2005-03-171-6/+1
* cleanup debugging code and implement _dropBufferedAudio()Warren Dukes2005-03-161-32/+26
* closing the audio device seems to work nowWarren Dukes2005-03-161-1/+9
* attempt to close the osx deviceWarren Dukes2005-03-161-1/+13
* playing audio in OS X now works, but far from finishedWarren Dukes2005-03-161-186/+143
* broken os x outputWarren Dukes2005-03-141-3/+245
* a little more error outputWarren Dukes2005-03-131-2/+3
* some broken OS X stuffWarren Dukes2005-03-131-1/+19
* add OS X configure stuff and added a skeleton audioOutput plugin for OS XWarren Dukes2005-03-131-0/+109
* slight changes to alsa errorsWarren Dukes2005-03-131-3/+32
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-124-5/+67
* code to attempt to pick a supported sample rate, bits, and channels if the re...Warren Dukes2005-03-101-4/+234
* we ne allow audioOutput plugins to set the final outAudioFormat that will be ...Warren Dukes2005-03-081-4/+10