Mercurial > audlegacy
annotate src/libid3tag/README.audacious @ 4034:efd6c22780f9
This code no longer has anything to do with BMP classic, dropping that copyright notice.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Thu, 29 Nov 2007 09:27:27 -0600 |
parents | 5b9f0dc2c034 |
children |
rev | line source |
---|---|
2564
5b9f0dc2c034
[svn] - add documentation wrt why we ship our own libid3tag and why it
nenolod
parents:
diff
changeset
|
1 The sources in libid3tag are heavily modified by the Audacious team for |
5b9f0dc2c034
[svn] - add documentation wrt why we ship our own libid3tag and why it
nenolod
parents:
diff
changeset
|
2 use in Audacious. If you are a package maintainer, please do not patch |
5b9f0dc2c034
[svn] - add documentation wrt why we ship our own libid3tag and why it
nenolod
parents:
diff
changeset
|
3 out this library as Audacious needs the modifications made here. |
5b9f0dc2c034
[svn] - add documentation wrt why we ship our own libid3tag and why it
nenolod
parents:
diff
changeset
|
4 |
5b9f0dc2c034
[svn] - add documentation wrt why we ship our own libid3tag and why it
nenolod
parents:
diff
changeset
|
5 The modifications are as follows: |
5b9f0dc2c034
[svn] - add documentation wrt why we ship our own libid3tag and why it
nenolod
parents:
diff
changeset
|
6 - use the Audacious VFS subsystem for stream I/O instead of libc |
5b9f0dc2c034
[svn] - add documentation wrt why we ship our own libid3tag and why it
nenolod
parents:
diff
changeset
|
7 - add support for opening an id3 tagged file from a live VFS handle. |
5b9f0dc2c034
[svn] - add documentation wrt why we ship our own libid3tag and why it
nenolod
parents:
diff
changeset
|
8 - some minor portability improvements |
5b9f0dc2c034
[svn] - add documentation wrt why we ship our own libid3tag and why it
nenolod
parents:
diff
changeset
|
9 |