aboutsummaryrefslogtreecommitdiff
path: root/src/audioOutputs/audioOutput_ao.c
Commit message (Expand)AuthorAge
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-26
* fixed another shadow warningMax Kellermann2008-04-12
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-12
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Fix compilation error (missing ,)Avuton Olrich2007-05-27
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-26
* The massive copyright updateAvuton Olrich2007-04-05
* Fix some error messages concerning _ao output driverQball Cow2007-01-21
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* remove some unneccesary includes from the audioOutput'sWarren Dukes2006-10-18
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* more sparse cleanupsEric Wong2006-08-08
* Add mpd-indent.shAvuton Olrich2006-07-20
* Add mpd-indent.shAvuton Olrich2006-07-20
* 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
* remove C++ style commentsEric Wong2005-11-19
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-12
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-05
* this should fix compile bugs #350 and #351Warren Dukes2005-01-16
* don't need to pass audioFormat to openDeviceFuncWarren Dukes2004-11-19
* remove signal handling code from ao open() and close()Warren Dukes2004-11-03
* DEBUG statement that prints out which ao driver is being usedWarren Dukes2004-11-02
* move audioOutput dir to audioOutputsWarren Dukes2004-11-02