aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_osx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-121-10/+11
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-4/+0
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* remove some unneccesary includes from the audioOutput'sWarren Dukes2006-10-181-1/+0
* Hopefully fix endian problem mac x86/ppcQball Cow2006-09-091-2/+5
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-2/+2
* Spelling & GrammarAvuton Olrich2006-08-111-2/+2
* Add mpd-indent.shAvuton Olrich2006-07-201-1/+1
* Add mpd-indent.shAvuton Olrich2006-07-201-127/+136
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Use a macro to declare disabled audio output pluginsJ. Alexander Treuman2006-07-141-13/+2
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* remove C++ style commentsEric Wong2005-11-191-17/+19
* gcc 2.95 fixesEric Wong2005-11-191-1/+2
* Fixed (tested in Fink and DarwinPorts) osX output pluginQball Cow2005-10-021-2/+2
* 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
* 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
* 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
* 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