ChangeLog | 75 ++++ Input/mpg123/Makefile.am | 15 Input/mpg123/common.c | 16 Input/mpg123/fileinfo.c | 6 Input/mpg123/id3.c | 661 +++++++++++++++++++-------------------- Input/mpg123/id3.h | 36 +- Input/mpg123/id3_frame.c | 327 +++++++++---------- Input/mpg123/id3_frame_content.c | 201 +++++------ Input/mpg123/id3_frame_text.c | 431 +++++++++++++------------ Input/mpg123/id3_frame_url.c | 107 ++---- Input/mpg123/id3_header.h | 49 +- Input/mpg123/id3_tag.c | 58 +-- Input/mpg123/mpg123.c | 303 +++++++---------- Input/mpg123/mpg123.h | 17 - Input/mpg123/unicode.c | 92 +++++ Input/vorbis/Makefile.am | 4 Input/vorbis/fileinfo.c | 11 Input/vorbis/utf8.c | 137 -------- Input/vorbis/vorbis.c | 19 - Input/vorbis/vorbis.h | 3 Output/alsa/audio.c | 76 +++- libxmms/Makefile.am | 3 libxmms/acinclude.m4 | 332 ++++++++++++++++--- libxmms/charset.c | 127 +++++++ libxmms/charset.h | 15 libxmms/config.h.in | 9 libxmms/configure.in | 12 libxmms/xmmsctrl.c | 2 xmms.1.in | 3 xmms/equalizer.c | 96 +++++ xmms/main.c | 79 +++- xmms/playlist.c | 17 - xmms/sm.c | 3 33 files changed, 1919 insertions(+), 1423 deletions(-)