aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2/ao_macosx.c
Commit message (Expand)AuthorAge
* Grammar fix.Gravatar ulion2007-12-22
* Add copyright info for s/pdif code from VideoLAN.Gravatar ulion2007-12-22
* Remove useless variable aoIsCreated since we took good care of init failure.Gravatar ulion2007-12-08
* Add cleanup codes for init() failure to prevent leak.Gravatar ulion2007-12-04
* Remove an useless conditional suggested by Emanuele Giaquinta.Gravatar ulion2007-11-13
* Remove useless definition.Gravatar ulion2007-11-11
* Indent fix for last change.Gravatar ulion2007-11-11
* Support mute when passthrough to digital output.Gravatar ulion2007-11-11
* Fix dead lock when changing and restoring stream format for digital output,Gravatar ulion2007-11-10
* Add include to fix warning:Gravatar ulion2007-11-05
* bugfix for ao_macosx last dts passthrough patch, patch by Ulion, ulion2002 gm...Gravatar nplourde2007-10-13
* Add support for AC-3/DTS passthrough.Gravatar nplourde2007-10-11
* Remove some unused variables, patch by timwoj ieee org.Gravatar diego2007-05-28
* Fix FSF address and otherwise broken license headers.Gravatar diego2007-01-22
* adds support for AOCONTROL_GET_VOLUME/AOCONTROL_SET_VOLUME in ao_macosx, patc...Gravatar nplourde2006-11-28
* fix buffering issues with short audio samples on macosx. patch by Chris Rocca...Gravatar nplourde2006-08-18
* modifies function declarations without parameters from ()Gravatar reynaldo2006-07-06
* rm unnecesary casts from void* - part 4Gravatar reynaldo2006-07-03
* remove delay when setting audio volumeGravatar nplourde2005-07-19
* more general ao_macosx cleanup. Patch by Alexander Strange <astrange@ithinksw...Gravatar nplourde2005-06-29
* removes the use of AudioConverters. patch by Alexander Strange <alexander.str...Gravatar nplourde2005-06-14
* Mac OS X Audio with AudioUnits and AudioToolbox format converters, Patch by C...Gravatar nplourde2005-06-05
* simplifies the format matching logic. Chris Roccati <roccati@pobox.com>Gravatar nplourde2005-05-16
* indicate the number of channels required, patch by Chris Roccati <roccati@pob...Gravatar nplourde2005-05-14
* do not always request little-endian despite the actual sound format. by Alexa...Gravatar nplourde2005-03-03
* rids ao_macosx of the buffer mutex by using the same buffering scheme as ao_s...Gravatar nplourde2005-02-22
* bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>Gravatar faust32005-02-04
* af_format.h needs config.h to be included first.Gravatar reimar2005-01-12
* many 10ls fixed... also better debuggingGravatar arpi2005-01-03
* rate/format matching and volume get/set supportGravatar arpi2005-01-01
* removing AFMT_ dependancyGravatar alex2004-12-27
* Make include paths consistent.Gravatar diego2004-12-07
* Fix incompatibility with audio devices with more then 2 channelsGravatar nplourde2004-10-16
* enables resampling of audio in ao_macosx by Dan ChristiansenGravatar nplourde2004-07-10
* uninit immed flagGravatar alex2004-04-06
* cleanup/cosmetic patch by the author :)Gravatar alex2003-05-22
* Native MacOSX audio output by Dan Christiansen <danchr@daimi.au.dk>Gravatar alex2003-05-21