index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libao2
/
ao_macosx.c
Commit message (
Expand
)
Author
Age
*
Use standard license header, merge changelog into license header and TODO.
diego
2008-06-06
*
Grammar fix.
ulion
2007-12-22
*
Add copyright info for s/pdif code from VideoLAN.
ulion
2007-12-22
*
Remove useless variable aoIsCreated since we took good care of init failure.
ulion
2007-12-08
*
Add cleanup codes for init() failure to prevent leak.
ulion
2007-12-04
*
Remove an useless conditional suggested by Emanuele Giaquinta.
ulion
2007-11-13
*
Remove useless definition.
ulion
2007-11-11
*
Indent fix for last change.
ulion
2007-11-11
*
Support mute when passthrough to digital output.
ulion
2007-11-11
*
Fix dead lock when changing and restoring stream format for digital output,
ulion
2007-11-10
*
Add include to fix warning:
ulion
2007-11-05
*
bugfix for ao_macosx last dts passthrough patch, patch by Ulion, ulion2002 gm...
nplourde
2007-10-13
*
Add support for AC-3/DTS passthrough.
nplourde
2007-10-11
*
Remove some unused variables, patch by timwoj ieee org.
diego
2007-05-28
*
Fix FSF address and otherwise broken license headers.
diego
2007-01-22
*
adds support for AOCONTROL_GET_VOLUME/AOCONTROL_SET_VOLUME in ao_macosx, patc...
nplourde
2006-11-28
*
fix buffering issues with short audio samples on macosx. patch by Chris Rocca...
nplourde
2006-08-18
*
modifies function declarations without parameters from ()
reynaldo
2006-07-06
*
rm unnecesary casts from void* - part 4
reynaldo
2006-07-03
*
remove delay when setting audio volume
nplourde
2005-07-19
*
more general ao_macosx cleanup. Patch by Alexander Strange <astrange@ithinksw...
nplourde
2005-06-29
*
removes the use of AudioConverters. patch by Alexander Strange <alexander.str...
nplourde
2005-06-14
*
Mac OS X Audio with AudioUnits and AudioToolbox format converters, Patch by C...
nplourde
2005-06-05
*
simplifies the format matching logic. Chris Roccati <roccati@pobox.com>
nplourde
2005-05-16
*
indicate the number of channels required, patch by Chris Roccati <roccati@pob...
nplourde
2005-05-14
*
do not always request little-endian despite the actual sound format. by Alexa...
nplourde
2005-03-03
*
rids ao_macosx of the buffer mutex by using the same buffering scheme as ao_s...
nplourde
2005-02-22
*
bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>
faust3
2005-02-04
*
af_format.h needs config.h to be included first.
reimar
2005-01-12
*
many 10ls fixed... also better debugging
arpi
2005-01-03
*
rate/format matching and volume get/set support
arpi
2005-01-01
*
removing AFMT_ dependancy
alex
2004-12-27
*
Make include paths consistent.
diego
2004-12-07
*
Fix incompatibility with audio devices with more then 2 channels
nplourde
2004-10-16
*
enables resampling of audio in ao_macosx by Dan Christiansen
nplourde
2004-07-10
*
uninit immed flag
alex
2004-04-06
*
cleanup/cosmetic patch by the author :)
alex
2003-05-22
*
Native MacOSX audio output by Dan Christiansen <danchr@daimi.au.dk>
alex
2003-05-21