aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2/ao_coreaudio.c
Commit message (Expand)AuthorAge
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12
* ao_coreaudio: signal per-application mixer supportGravatar Stefano Pigozzi2012-11-08
* Rename to "mpv"Gravatar wm42012-10-12
* libaf: rename af_format.h to format.hGravatar wm42012-08-29
* Change <endian.h> include to <sys/types.h>Gravatar wm42012-07-31
* Remove compile time/runtime CPU detection, and drop some platformsGravatar wm42012-07-30
* ao_coreaudio: fix partial volume controlGravatar wm42012-01-18
* ao_coreaudio: signal that volume controls are not persistentGravatar wm42012-01-18
* ao_coreaudio: fix crash when using mute with S/PDIF outputGravatar reimar2011-11-25
* ao_coreaudio: fix S/PDIF output on OS X 10.7Gravatar Zongyao Qu2011-11-25
* ao_coreaudio: fix compilation on OS X 10.4.Gravatar diego2011-01-31
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* ao_coreaudio: byteswap AC-3 streams on little-endianGravatar diego2010-11-02
* ao_coreaudio: fix grammar/spelling in mp_msg callsGravatar diego2010-11-02
* ao_coreaudio: Improve handling of the "help" suboptionGravatar adrian2010-11-02
* ao_coreaudio: Remove some unused variablesGravatar diego2010-11-02
* ao_coreaudio: Process the CoreFoundation runloopGravatar adrian2010-11-02
* ao_coreaudio: Refactor device selectionGravatar adrian2010-11-02
* ao_coreaudio: use same types as coreaudio APIGravatar adrian2010-11-02
* ao_coreaudio: replace deprecated functions with OSX 10.4 onesGravatar adrian2010-11-02
* ao_coreaudio: Fix printf specifiersGravatar adrian2010-11-02
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* Mark theRenderProc() as static, it is only used within the file.Gravatar diego2010-02-23
* MPlayer's format now correctly identifies AC3 as either little- or big-endian,Gravatar reimar2010-01-11
* Use af_fmt2bits instead of reimplementing it.Gravatar reimar2010-01-11
* Add and use AF_FORMAT_IS_AC3 macro.Gravatar reimar2010-01-11
* 100l, av_fifo_generic_read does not return anything useful, so ignore itsGravatar reimar2009-08-08
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
* Rename macosx audio output driver to coreaudio.Gravatar diego2009-05-04