Mercurial > audlegacy
comparison ChangeLog @ 2065:598564ddc4e9 trunk
[svn] - no, this is not going to work
author | nenolod |
---|---|
date | Thu, 07 Dec 2006 00:22:55 -0800 |
parents | 230e36118438 |
children | 4f750b8d0127 |
comparison
equal
deleted
inserted
replaced
2064:230e36118438 | 2065:598564ddc4e9 |
---|---|
1 2006-12-07 08:12:31 +0000 William Pitcock <nenolod@nenolod.net> | |
2 revision [3131] | |
3 - add work in progress TagLib::TagVFSFile class. | |
4 | |
5 trunk/taglib-vfs/Makefile | 32 ++ | |
6 trunk/taglib-vfs/tvfsfile.cxx | 501 ++++++++++++++++++++++++++++++++++++++++++ | |
7 trunk/taglib-vfs/tvfsfile.h | 247 ++++++++++++++++++++ | |
8 3 files changed, 780 insertions(+) | |
9 | |
10 | |
1 2006-12-06 11:41:04 +0000 William Pitcock <nenolod@nenolod.net> | 11 2006-12-06 11:41:04 +0000 William Pitcock <nenolod@nenolod.net> |
2 revision [3129] | 12 revision [3129] |
3 - playlist_scan_thread_is_going should not be TRUE if the playlist is | 13 - playlist_scan_thread_is_going should not be TRUE if the playlist is |
4 not visible, otherwise spinlocking may occur if on demand metadata | 14 not visible, otherwise spinlocking may occur if on demand metadata |
5 reading is enabled. | 15 reading is enabled. |