Mercurial > audlegacy-plugins
diff ChangeLog @ 233:7b7660c9f31c trunk
[svn] - rewrite to take advantage of already existant object-oriented framework
- add VFS support
author | nenolod |
---|---|
date | Tue, 07 Nov 2006 00:35:18 -0800 |
parents | 6c78d6d3cdb7 |
children | 88465b96e4b3 |
line wrap: on
line diff
--- a/ChangeLog Tue Nov 07 00:07:11 2006 -0800 +++ b/ChangeLog Tue Nov 07 00:35:18 2006 -0800 @@ -1,3 +1,16 @@ +2006-11-07 08:07:11 +0000 William Pitcock <nenolod@nenolod.net> + revision [476] + - put musepack support back + + trunk/configure.ac | 22 + trunk/src/musepack/Makefile | 32 + trunk/src/musepack/equalizer.cxx | 196 ---- + trunk/src/musepack/equalizer.h | 11 + trunk/src/musepack/libmpc.cxx | 1824 ++++++++++++++++++++------------------- + trunk/src/musepack/libmpc.h | 356 +++---- + 6 files changed, 1159 insertions(+), 1282 deletions(-) + + 2006-11-07 07:19:42 +0000 William Pitcock <nenolod@nenolod.net> revision [470] - and remove musepack from here for now