Mercurial > audlegacy-plugins
diff ChangeLog @ 80:c312e5c852ac trunk
[svn] - parse comments
author | nenolod |
---|---|
date | Mon, 02 Oct 2006 20:58:32 -0700 |
parents | 722fd456ae1a |
children | 254cc9620517 |
line wrap: on
line diff
--- a/ChangeLog Mon Oct 02 20:54:57 2006 -0700 +++ b/ChangeLog Mon Oct 02 20:58:32 2006 -0700 @@ -1,3 +1,13 @@ +2006-10-03 03:54:57 +0000 William Pitcock <nenolod@nenolod.net> + revision [158] + - parse metadata on ALAC files... seems to work, but the method is inefficient + + trunk/src/alac/demux.c | 95 +++++++++++++++++++++++++++++++++++++----------- + trunk/src/alac/demux.h | 10 +++++ + trunk/src/alac/plugin.c | 79 ++++++++++++++++++++++++++++++++++++++- + 3 files changed, 161 insertions(+), 23 deletions(-) + + 2006-10-03 02:55:45 +0000 William Pitcock <nenolod@nenolod.net> revision [156] - a few concurrency fixes