Mercurial > audlegacy-plugins
changeset 769:13b8037d5d23 trunk
[svn] - disable debugging notices.
author | nenolod |
---|---|
date | Fri, 02 Mar 2007 01:45:57 -0800 |
parents | 1d3f70ac6b31 |
children | af65fba0f645 |
files | ChangeLog src/sid/xmms-sid.h |
diffstat | 2 files changed, 17 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Mar 02 00:14:11 2007 -0800 +++ b/ChangeLog Fri Mar 02 01:45:57 2007 -0800 @@ -1,3 +1,19 @@ +2007-03-02 08:14:11 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> + revision [1634] + - remote metadata handling is moved into input_process_remote_metadata(). this function converts string into utf-8 if necessary (mainly for zina). + - revise seekable determination logic. duration may be negative value (zina..). + - if remote url is passed, scan_file() will use fast scan method irrespective of preference value. + - scattered http:// matching codes are aggregate into audmad_is_remote(). + - some cleanups. + + trunk/src/madplug/decoder.c | 1 + trunk/src/madplug/fileinfo.c | 4 - + trunk/src/madplug/input.c | 111 ++++++++++++++++++++----------------------- + trunk/src/madplug/plugin.c | 58 ++++++++++++++-------- + trunk/src/madplug/plugin.h | 4 - + 5 files changed, 96 insertions(+), 82 deletions(-) + + 2007-03-02 04:09:48 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> revision [1632] - try to use str_to_utf8() to fill up tuple. we discovered that indecent ogg stream sends non-utf8 metadata.
--- a/src/sid/xmms-sid.h Fri Mar 02 00:14:11 2007 -0800 +++ b/src/sid/xmms-sid.h Fri Mar 02 01:45:57 2007 -0800 @@ -58,7 +58,7 @@ /* #define to enable spurious debugging messages for development * purposes. Output goes to stderr. See also DEBUG_NP below. */ -#define DEBUG +#undef DEBUG /* Define to ISO C99 macro for debugging instead of varargs function. * This provides more useful information, but is incompatible with