summaryrefslogtreecommitdiff
path: root/src/audio_out/audio_coreaudio_out.c
AgeCommit message (Expand)Author
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-03-19Don't assume that CoreAudio output is Big Endian (it is not on newer Mac base...Diego 'Flameeyes' Pettenò
2006-07-16malloc cleanups (based on a patch from Chris Brien).Darren Salt
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2005-03-18Mac OS X CoreAudio audio output driver now uses a 32k ringbuffer, rather thanAndre Pang
2004-07-05Change "MacOSX" -> "Mac OS X" for human-readable strings (still use MacOSXAndre Pang
2004-06-25- removed a printf() which causes the cause of the printf() to occur moreDaniel Mack
2004-06-22higher output gainDaniel Mack
2004-06-21CoreAudio output: Should call CloseComponent() on the component instances, notAndre Pang
2004-06-21CoreAudio output driver: renamed 'CloseAComponent' function to 'CloseComponent'Andre Pang
2004-06-12- removed evil exit() lines, they were meant for debugging purposes only,Daniel Mack
2004-06-12Try to get smaller A/V delayDaniel Mack
2004-06-10Added CoreAudio support for native sound output on MacOSX.Daniel Mack