summaryrefslogtreecommitdiffstats
path: root/libao2/ao_macosx.c
Commit message (Expand)AuthorAgeFilesLines
* Grammar fix.ulion2007-12-221-1/+1
* Add copyright info for s/pdif code from VideoLAN.ulion2007-12-221-0/+4
* Remove useless variable aoIsCreated since we took good care of init failure.ulion2007-12-081-6/+3
* Add cleanup codes for init() failure to prevent leak.ulion2007-12-041-20/+61
* Remove an useless conditional suggested by Emanuele Giaquinta.ulion2007-11-131-2/+0
* Remove useless definition.ulion2007-11-111-4/+0
* Indent fix for last change.ulion2007-11-111-5/+5
* Support mute when passthrough to digital output.ulion2007-11-111-3/+16
* Fix dead lock when changing and restoring stream format for digital output,ulion2007-11-101-31/+14
* Add include to fix warning:ulion2007-11-051-0/+1
* bugfix for ao_macosx last dts passthrough patch, patch by Ulion, ulion2002 gm...nplourde2007-10-131-1/+1
* Add support for AC-3/DTS passthrough.nplourde2007-10-111-48/+778
* Remove some unused variables, patch by timwoj ieee org.diego2007-05-281-4/+2
* Fix FSF address and otherwise broken license headers.diego2007-01-221-3/+3
* 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