annotate src/adplug/core/README.audacious @ 1231:e2b45aa596ad

improved the metadata algorithm, but couldnt get rid of the crashes yet
author Cristi Magherusan <majeru@atheme-project.org>
date Wed, 11 Jul 2007 04:30:31 +0300
parents cae46214b8bf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
703
cae46214b8bf [svn] - rework AdPlug to use VFS properly
nenolod
parents:
diff changeset
1 This is a summary of changes made to the AdPlug core in the plugin for
cae46214b8bf [svn] - rework AdPlug to use VFS properly
nenolod
parents:
diff changeset
2 Audacious:
cae46214b8bf [svn] - rework AdPlug to use VFS properly
nenolod
parents:
diff changeset
3
cae46214b8bf [svn] - rework AdPlug to use VFS properly
nenolod
parents:
diff changeset
4 - every replayer is now passed a VFS fd
cae46214b8bf [svn] - rework AdPlug to use VFS properly
nenolod
parents:
diff changeset
5 - there is a binio virtual which is now used to wrap the VFS in a way
cae46214b8bf [svn] - rework AdPlug to use VFS properly
nenolod
parents:
diff changeset
6 that is non-intrusive
cae46214b8bf [svn] - rework AdPlug to use VFS properly
nenolod
parents:
diff changeset
7 - some blatantly bad coding practices have been corrected
cae46214b8bf [svn] - rework AdPlug to use VFS properly
nenolod
parents:
diff changeset
8
cae46214b8bf [svn] - rework AdPlug to use VFS properly
nenolod
parents:
diff changeset
9 --
cae46214b8bf [svn] - rework AdPlug to use VFS properly
nenolod
parents:
diff changeset
10 William Pitcock <nenolod -at- sacredspiral.co.uk>