aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_ao.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use deconst_ptr instead of duplicating deconst logicEric Wong2008-09-011-18/+3
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-301-1/+1
* fixed another shadow warningMax Kellermann2008-04-121-11/+11
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-121-5/+23
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-4/+1
* Fix compilation error (missing ,)Avuton Olrich2007-05-271-1/+1
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-20/+9
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Fix some error messages concerning _ao output driverQball Cow2007-01-211-2/+2
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-1/+1
* remove some unneccesary includes from the audioOutput'sWarren Dukes2006-10-181-2/+0
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-3/+3
* more sparse cleanupsEric Wong2006-08-081-2/+2
* Add mpd-indent.shAvuton Olrich2006-07-201-1/+1
* Add mpd-indent.shAvuton Olrich2006-07-201-90/+93
* 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-1/+1
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-121-0/+2
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-051-0/+6
* this should fix compile bugs #350 and #351Warren Dukes2005-01-161-0/+20
* don't need to pass audioFormat to openDeviceFuncWarren Dukes2004-11-191-6/+4
* remove signal handling code from ao open() and close()Warren Dukes2004-11-031-5/+0
* DEBUG statement that prints out which ao driver is being usedWarren Dukes2004-11-021-0/+3
* move audioOutput dir to audioOutputsWarren Dukes2004-11-021-0/+243