Mercurial > audlegacy-plugins
diff 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 |
line wrap: on
line diff
--- a/ChangeLog Thu Mar 01 20:09:48 2007 -0800 +++ b/ChangeLog Fri Mar 02 00:14:11 2007 -0800 @@ -1,3 +1,11 @@ +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. + + trunk/src/vorbis/vorbis.c | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) + + 2007-03-02 02:22:51 +0000 Giacomo Lozito <james@develia.org> revision [1630] - extra check with g_utf8_validate to avoid the osd crash when a non-utf8 string survives the str_to_utf8 conversion