comparison ChangeLog @ 767:96b884703411 trunk

[svn] - try to use str_to_utf8() to fill up tuple. we discovered that indecent ogg stream sends non-utf8 metadata.
author yaz
date Thu, 01 Mar 2007 20:09:48 -0800
parents 53f63f43663f
children 1d3f70ac6b31
comparison
equal deleted inserted replaced
766:53f63f43663f 767:96b884703411
1 2007-03-02 02:22:51 +0000 Giacomo Lozito <james@develia.org>
2 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
4 trunk/src/aosd/aosd_trigger.c | 22 ++++++++++++++--------
5 1 file changed, 14 insertions(+), 8 deletions(-)
6
7
1 2007-03-01 14:31:20 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> 8 2007-03-01 14:31:20 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp>
2 revision [1628] 9 revision [1628]
3 - determine whether stream is seekable or not by checking duration. it is safe to use with proxy. 10 - determine whether stream is seekable or not by checking duration. it is safe to use with proxy.
4 11
5 trunk/src/madplug/input.c | 14 +++++++++++--- 12 trunk/src/madplug/input.c | 14 +++++++++++---