comparison ChangeLog @ 768:1d3f70ac6b31 trunk

[svn] - 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.
author yaz
date Fri, 02 Mar 2007 00:14:11 -0800
parents 96b884703411
children 13b8037d5d23
comparison
equal deleted inserted replaced
767:96b884703411 768:1d3f70ac6b31
1 2007-03-02 04:09:48 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp>
2 revision [1632]
3 - try to use str_to_utf8() to fill up tuple. we discovered that indecent ogg stream sends non-utf8 metadata.
4
5 trunk/src/vorbis/vorbis.c | 12 ++++++------
6 1 file changed, 6 insertions(+), 6 deletions(-)
7
8
1 2007-03-02 02:22:51 +0000 Giacomo Lozito <james@develia.org> 9 2007-03-02 02:22:51 +0000 Giacomo Lozito <james@develia.org>
2 revision [1630] 10 revision [1630]
3 - extra check with g_utf8_validate to avoid the osd crash when a non-utf8 string survives the str_to_utf8 conversion 11 - extra check with g_utf8_validate to avoid the osd crash when a non-utf8 string survives the str_to_utf8 conversion
4 trunk/src/aosd/aosd_trigger.c | 22 ++++++++++++++-------- 12 trunk/src/aosd/aosd_trigger.c | 22 ++++++++++++++--------
5 1 file changed, 14 insertions(+), 8 deletions(-) 13 1 file changed, 14 insertions(+), 8 deletions(-)