index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
audio_out
/
audio_coreaudio_out.c
Age
Commit message (
Expand
)
Author
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-03-19
Don't assume that CoreAudio output is Big Endian (it is not on newer Mac base...
Diego 'Flameeyes' Pettenò
2006-07-16
malloc cleanups (based on a patch from Chris Brien).
Darren Salt
2006-07-10
Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...
Diego 'Flameeyes' Pettenò
2006-06-02
Various static/const fixes from Gentoo.
Darren Salt
2006-05-03
Make various arrays and structures (mainly xine_plugin_info) const.
Darren Salt
2005-03-18
Mac OS X CoreAudio audio output driver now uses a 32k ringbuffer, rather than
Andre Pang
2004-07-05
Change "MacOSX" -> "Mac OS X" for human-readable strings (still use MacOSX
Andre Pang
2004-06-25
- removed a printf() which causes the cause of the printf() to occur more
Daniel Mack
2004-06-22
higher output gain
Daniel Mack
2004-06-21
CoreAudio output: Should call CloseComponent() on the component instances, not
Andre Pang
2004-06-21
CoreAudio 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-12
Try to get smaller A/V delay
Daniel Mack
2004-06-10
Added CoreAudio support for native sound output on MacOSX.
Daniel Mack