Mercurial > audlegacy
comparison 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 |
parents | 5261e37b4d55 |
children | 3299a2225fa6 |
comparison
equal
deleted
inserted
replaced
1637:5261e37b4d55 | 1638:9937a2512823 |
---|---|
1 2006-09-07 18:32:59 +0000 William Pitcock <nenolod@nenolod.net> | |
2 revision [2205] | |
3 - fully working CoreAudio plugin, based on the OSS plugin and an incomplete xmms coreaudio plugin (fink) | |
4 | |
5 | |
6 Changes: Modified: | |
7 +17 -0 trunk/Plugins/Output/CoreAudio/Makefile | |
8 +48 -0 trunk/Plugins/Output/CoreAudio/about.c | |
9 +612 -0 trunk/Plugins/Output/CoreAudio/audio.c | |
10 +296 -0 trunk/Plugins/Output/CoreAudio/configure.c | |
11 +313 -0 trunk/Plugins/Output/CoreAudio/convert.c | |
12 +51 -0 trunk/Plugins/Output/CoreAudio/coreaudio.c | |
13 +106 -0 trunk/Plugins/Output/CoreAudio/coreaudio.h | |
14 +231 -0 trunk/Plugins/Output/CoreAudio/dbaudiolib.h | |
15 +524 -0 trunk/Plugins/Output/CoreAudio/dbconvert.c | |
16 +55 -0 trunk/Plugins/Output/CoreAudio/init.c | |
17 +81 -0 trunk/Plugins/Output/CoreAudio/mixer.c | |
18 | |
19 | |
1 2006-09-07 18:06:40 +0000 William Pitcock <nenolod@nenolod.net> | 20 2006-09-07 18:06:40 +0000 William Pitcock <nenolod@nenolod.net> |
2 revision [2203] | 21 revision [2203] |
3 - remove CoreAudio plugin, and try again :P | 22 - remove CoreAudio plugin, and try again :P |
4 | 23 |
5 | 24 |