aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_osx.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann1-10/+11
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-4/+0
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-10-18remove some unneccesary includes from the audioOutput'sWarren Dukes1-1/+0
2006-09-09Hopefully fix endian problem mac x86/ppcQball Cow1-2/+5
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-2/+2
2006-08-11Spelling & GrammarAvuton Olrich1-2/+2
2006-07-20Add mpd-indent.shAvuton Olrich1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-127/+136
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14Use a macro to declare disabled audio output pluginsJ. Alexander Treuman1-13/+2
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2005-11-19remove C++ style commentsEric Wong1-17/+19
2005-11-19gcc 2.95 fixesEric Wong1-1/+2
2005-10-02Fixed (tested in Fink and DarwinPorts) osX output pluginQball Cow1-2/+2
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-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
2005-03-17slight tweak of avuton's idea of causing an error when no audio output's foundWarren Dukes1-6/+1
2005-03-16cleanup debugging code and implement _dropBufferedAudio()Warren Dukes1-32/+26
2005-03-16closing the audio device seems to work nowWarren Dukes1-1/+9
2005-03-16attempt to close the osx deviceWarren Dukes1-1/+13
2005-03-16playing audio in OS X now works, but far from finishedWarren Dukes1-186/+143
2005-03-14broken os x outputWarren Dukes1-3/+245
2005-03-13some broken OS X stuffWarren Dukes1-1/+19
2005-03-13add OS X configure stuff and added a skeleton audioOutput plugin for OS XWarren Dukes1-0/+109