summaryrefslogtreecommitdiffstats
path: root/libao2/ao_coreaudio.c
Commit message (Expand)AuthorAgeFilesLines
* Change <endian.h> include to <sys/types.h>wm42012-07-311-1/+0
* Remove compile time/runtime CPU detection, and drop some platformswm42012-07-301-1/+2
* ao_coreaudio: fix partial volume controlwm42012-01-181-1/+5
* ao_coreaudio: signal that volume controls are not persistentwm42012-01-181-0/+2
* ao_coreaudio: fix crash when using mute with S/PDIF outputreimar2011-11-251-1/+4
* ao_coreaudio: fix S/PDIF output on OS X 10.7Zongyao Qu2011-11-251-37/+50
* ao_coreaudio: fix compilation on OS X 10.4.diego2011-01-311-0/+15
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-3/+3
* ao_coreaudio: byteswap AC-3 streams on little-endiandiego2010-11-021-0/+4
* ao_coreaudio: fix grammar/spelling in mp_msg callsdiego2010-11-021-11/+19
* ao_coreaudio: Improve handling of the "help" suboptionadrian2010-11-021-4/+6
* ao_coreaudio: Remove some unused variablesdiego2010-11-021-5/+1
* ao_coreaudio: Process the CoreFoundation runloopadrian2010-11-021-0/+6
* ao_coreaudio: Refactor device selectionadrian2010-11-021-22/+91
* ao_coreaudio: use same types as coreaudio APIadrian2010-11-021-3/+2
* ao_coreaudio: replace deprecated functions with OSX 10.4 onesadrian2010-11-021-207/+236
* ao_coreaudio: Fix printf specifiersadrian2010-11-021-2/+2
* Do not cast the results of malloc/calloc/realloc.diego2010-02-261-5/+5
* Mark theRenderProc() as static, it is only used within the file.diego2010-02-231-1/+5
* MPlayer's format now correctly identifies AC3 as either little- or big-endian,reimar2010-01-111-7/+1
* Use af_fmt2bits instead of reimplementing it.reimar2010-01-111-17/+1
* Add and use AF_FORMAT_IS_AC3 macro.reimar2010-01-111-2/+2
* 100l, av_fifo_generic_read does not return anything useful, so ignore itsreimar2009-08-081-1/+2
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-261-2/+2
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-14/+14
* Add missing 'void' to parameterless function declarations.diego2009-05-041-2/+2
* Rename macosx audio output driver to coreaudio.diego2009-05-041-0/+1149