Mercurial > audlegacy
comparison ChangeLog @ 2504:fcf730269639 trunk
[svn] - convert filename string to utf8 for playlist->title (closes bug #789)
author | giacomo |
---|---|
date | Mon, 12 Feb 2007 04:34:56 -0800 |
parents | 10692383c103 |
children | 87c53f0e9e0d |
comparison
equal
deleted
inserted
replaced
2503:10692383c103 | 2504:fcf730269639 |
---|---|
1 2007-02-11 13:19:07 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> | |
2 revision [4016] | |
3 first try for libid3tag integration. this improved libid3tag supports vfs operations and is capable of adding id3v2 tag to files which doesn't have id3v2 tag ever. | |
4 | |
5 trunk/configure.ac | 7 | |
6 trunk/src/Makefile | 2 | |
7 trunk/src/libid3tag/Makefile | 37 + | |
8 trunk/src/libid3tag/compat.c | 412 ++++++++++++++++ | |
9 trunk/src/libid3tag/compat.gperf | 300 +++++++++++ | |
10 trunk/src/libid3tag/compat.h | 41 + | |
11 trunk/src/libid3tag/config.h | 80 +++ | |
12 trunk/src/libid3tag/crc.c | 137 +++++ | |
13 trunk/src/libid3tag/crc.h | 29 + | |
14 trunk/src/libid3tag/debug.c | 222 ++++++++ | |
15 trunk/src/libid3tag/debug.h | 34 + | |
16 trunk/src/libid3tag/field.c | 895 +++++++++++++++++++++++++++++++++++ | |
17 trunk/src/libid3tag/field.h | 36 + | |
18 trunk/src/libid3tag/file.c | 777 ++++++++++++++++++++++++++++++ | |
19 trunk/src/libid3tag/file.h | 25 | |
20 trunk/src/libid3tag/frame.c | 627 ++++++++++++++++++++++++ | |
21 trunk/src/libid3tag/frame.h | 36 + | |
22 trunk/src/libid3tag/frametype.c | 568 ++++++++++++++++++++++ | |
23 trunk/src/libid3tag/frametype.gperf | 363 ++++++++++++++ | |
24 trunk/src/libid3tag/frametype.h | 42 + | |
25 trunk/src/libid3tag/genre.c | 151 +++++ | |
26 trunk/src/libid3tag/genre.dat | 480 ++++++++++++++++++ | |
27 trunk/src/libid3tag/genre.dat.in | 180 +++++++ | |
28 trunk/src/libid3tag/genre.dat.sed | 54 ++ | |
29 trunk/src/libid3tag/genre.h | 27 + | |
30 trunk/src/libid3tag/global.h | 53 ++ | |
31 trunk/src/libid3tag/id3tag.h | 364 ++++++++++++++ | |
32 trunk/src/libid3tag/latin1.c | 217 ++++++++ | |
33 trunk/src/libid3tag/latin1.h | 45 + | |
34 trunk/src/libid3tag/parse.c | 196 +++++++ | |
35 trunk/src/libid3tag/parse.h | 34 + | |
36 trunk/src/libid3tag/render.c | 201 +++++++ | |
37 trunk/src/libid3tag/render.h | 40 + | |
38 trunk/src/libid3tag/tag.c | 912 ++++++++++++++++++++++++++++++++++++ | |
39 trunk/src/libid3tag/tag.h | 30 + | |
40 trunk/src/libid3tag/ucs4.c | 290 +++++++++++ | |
41 trunk/src/libid3tag/ucs4.h | 41 + | |
42 trunk/src/libid3tag/utf16.c | 286 +++++++++++ | |
43 trunk/src/libid3tag/utf16.h | 51 ++ | |
44 trunk/src/libid3tag/utf8.c | 365 ++++++++++++++ | |
45 trunk/src/libid3tag/utf8.h | 42 + | |
46 trunk/src/libid3tag/util.c | 147 +++++ | |
47 trunk/src/libid3tag/util.h | 35 + | |
48 trunk/src/libid3tag/version.c | 45 + | |
49 trunk/src/libid3tag/version.h | 25 | |
50 45 files changed, 8980 insertions(+), 1 deletion(-) | |
51 | |
52 | |
1 2007-02-11 09:16:10 +0000 William Pitcock <nenolod@sacredspiral.co.uk> | 53 2007-02-11 09:16:10 +0000 William Pitcock <nenolod@sacredspiral.co.uk> |
2 revision [4014] | 54 revision [4014] |
3 - Update Welsh translation: | 55 - Update Welsh translation: |
4 455 strings (0 bad tokens, 0 fuzzy, 0 not translated) | 56 455 strings (0 bad tokens, 0 fuzzy, 0 not translated) |
5 | 57 |