Mercurial > audlegacy
diff ChangeLog @ 1638:9937a2512823 trunk
[svn] - wma.c: use av_malloc() instead of directly using posix_memalign()
- libffwma/mem.c: use posix_memalign() only on glibc, other platforms do not need it
author | nenolod |
---|---|
date | Thu, 07 Sep 2006 11:45:48 -0700 (2006-09-07) |
parents | 5261e37b4d55 |
children | 3299a2225fa6 |
line wrap: on
line diff
--- a/ChangeLog Thu Sep 07 11:32:59 2006 -0700 +++ b/ChangeLog Thu Sep 07 11:45:48 2006 -0700 @@ -1,3 +1,22 @@ +2006-09-07 18:32:59 +0000 William Pitcock <nenolod@nenolod.net> + revision [2205] + - fully working CoreAudio plugin, based on the OSS plugin and an incomplete xmms coreaudio plugin (fink) + + + Changes: Modified: + +17 -0 trunk/Plugins/Output/CoreAudio/Makefile + +48 -0 trunk/Plugins/Output/CoreAudio/about.c + +612 -0 trunk/Plugins/Output/CoreAudio/audio.c + +296 -0 trunk/Plugins/Output/CoreAudio/configure.c + +313 -0 trunk/Plugins/Output/CoreAudio/convert.c + +51 -0 trunk/Plugins/Output/CoreAudio/coreaudio.c + +106 -0 trunk/Plugins/Output/CoreAudio/coreaudio.h + +231 -0 trunk/Plugins/Output/CoreAudio/dbaudiolib.h + +524 -0 trunk/Plugins/Output/CoreAudio/dbconvert.c + +55 -0 trunk/Plugins/Output/CoreAudio/init.c + +81 -0 trunk/Plugins/Output/CoreAudio/mixer.c + + 2006-09-07 18:06:40 +0000 William Pitcock <nenolod@nenolod.net> revision [2203] - remove CoreAudio plugin, and try again :P