summaryrefslogtreecommitdiffstats
path: root/libao2/ao_macosx.c
Commit message (Expand)AuthorAgeFilesLines
* adds support for AOCONTROL_GET_VOLUME/AOCONTROL_SET_VOLUME in ao_macosx, patc...nplourde2006-11-281-3/+26
* fix buffering issues with short audio samples on macosx. patch by Chris Rocca...nplourde2006-08-181-13/+23
* modifies function declarations without parameters from ()reynaldo2006-07-061-7/+7
* rm unnecesary casts from void* - part 4reynaldo2006-07-031-3/+3
* remove delay when setting audio volumenplourde2005-07-191-11/+9
* more general ao_macosx cleanup. Patch by Alexander Strange <astrange@ithinksw...nplourde2005-06-291-17/+18
* removes the use of AudioConverters. patch by Alexander Strange <alexander.str...nplourde2005-06-141-40/+5
* Mac OS X Audio with AudioUnits and AudioToolbox format converters, Patch by C...nplourde2005-06-051-177/+171
* simplifies the format matching logic. Chris Roccati <roccati@pobox.com>nplourde2005-05-161-47/+3
* indicate the number of channels required, patch by Chris Roccati <roccati@pob...nplourde2005-05-141-0/+1
* do not always request little-endian despite the actual sound format. by Alexa...nplourde2005-03-031-1/+2
* rids ao_macosx of the buffer mutex by using the same buffering scheme as ao_s...nplourde2005-02-221-98/+76
* bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-041-1/+1
* af_format.h needs config.h to be included first.reimar2005-01-121-0/+1
* many 10ls fixed... also better debuggingarpi2005-01-031-27/+45
* rate/format matching and volume get/set supportarpi2005-01-011-28/+151
* removing AFMT_ dependancyalex2004-12-271-2/+2
* Make include paths consistent.diego2004-12-071-1/+1
* Fix incompatibility with audio devices with more then 2 channelsnplourde2004-10-161-1/+1
* enables resampling of audio in ao_macosx by Dan Christiansennplourde2004-07-101-14/+2
* uninit immed flagalex2004-04-061-1/+1
* cleanup/cosmetic patch by the author :)alex2003-05-221-50/+59
* Native MacOSX audio output by Dan Christiansen <danchr@daimi.au.dk>alex2003-05-211-0/+384