mpv/gui/mplayer
iive 78dbd8ba26 remove gconvert_uri_to_filename() and use url_unescape_string() instead.
reasons:
* gconvert strdup()s the original string, but it may exit without returning or freeing it.
* gconvert returns the original pointer when no % escaping is done. It is then free()ed and used in that state.
* gconvert doesn't consider that % may be at the end of the string and could continue parsing past the end.
* gconvert would try to free() pointer that iconv() have modified.
* gconvert would try to convert filenames from utf-8 to iso8859-1. 
  Seems like no other DnD programs convert to utf-8 and/or honors CHARSET.
  Not converting seems to work best. Fix it if problem arises.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24106 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-08-20 14:17:43 +00:00
..
gtk Fix a bunch of redundant redeclaration warnings. 2007-07-18 10:09:42 +00:00
pixmaps
common.c Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy 2007-07-05 22:01:07 +00:00
common.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
gmplayer.h Fix a bunch of redundant redeclaration warnings. 2007-07-18 10:09:42 +00:00
menu.c Fix a bunch of redundant redeclaration warnings. 2007-07-18 10:09:42 +00:00
mw.c remove gconvert_uri_to_filename() and use url_unescape_string() instead. 2007-08-20 14:17:43 +00:00
pb.c Replace implicit use of fast_memcpy via macro by explicit use to allow 2007-06-05 14:27:54 +00:00
play.c Fix a bunch of redundant redeclaration warnings. 2007-07-18 10:09:42 +00:00
play.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
sw.c Remove two useless fastmemcpy.h includes in gui code. 2007-05-27 20:40:04 +00:00
widgets.c
widgets.h Fix a bunch of redundant redeclaration warnings. 2007-07-18 10:09:42 +00:00