Mercurial > audlegacy-plugins
diff ChangeLog @ 55:4423278dc9ae trunk
[svn] - alac support will be a seperate plugin
author | nenolod |
---|---|
date | Sat, 30 Sep 2006 18:32:24 -0700 |
parents | 81f5de113b23 |
children | 56c88eee9802 |
line wrap: on
line diff
--- a/ChangeLog Tue Sep 26 21:01:02 2006 -0700 +++ b/ChangeLog Sat Sep 30 18:32:24 2006 -0700 @@ -1,3 +1,14 @@ +2006-09-27 04:01:02 +0000 William Pitcock <nenolod@nenolod.net> + revision [108] + - merge ALAC decoder into mp4 plugin buildsystem (todo: hook into the ALAC decoder, e.g. if mp4 decoding fails) + + trunk/src/aac/Makefile | 2 + trunk/src/aac/alac/Makefile | 15 + trunk/src/aac/alac/alac.c | 1001 ++++++++++++++++++++++++++++++++++++++++++++ + trunk/src/aac/alac/alac.h | 13 + 4 files changed, 1030 insertions(+), 1 deletion(-) + + 2006-09-25 18:23:54 +0000 Giacomo Lozito <james@develia.org> revision [106] - import latest xmms-jack version 0.17 (mostly bio2jack fixes)