log src/audacious/tuple.c @ 4643:4eb5a651bbc4

age author description
Fri, 13 Jun 2008 16:44:48 +0300 Matti Hamalainen Properly fix my own fucked up changes. Sorry for the inconvenience.
Fri, 13 Jun 2008 16:43:51 +0300 Matti Hamalainen Backed out changeset d8e2946121d6 in order to fix it properly.
Fri, 13 Jun 2008 22:36:15 +0900 Yoshiki Yazawa fixed the bug that initiating playback of a file without metadata always resulted in title <unknown> instead of its filename.
Fri, 13 Jun 2008 22:32:27 +0900 Yoshiki Yazawa removed some dangling white spaces.
Fri, 13 Jun 2008 05:09:21 +0300 Matti Hamalainen Remove unused variable.
Wed, 11 Jun 2008 17:28:03 +0300 Matti Hamalainen Remove few pointless string copies.
Mon, 17 Dec 2007 21:56:17 +0900 Yoshiki Yazawa - introduce new API functions uri_to_display_basename() and uri_to_display_dirname(). each function derives utf8 encoded basename or dirname from given uri respectively.
Tue, 04 Dec 2007 21:43:09 +0100 mf0102 some indenting (should make it easier to clean up the code afterwards ;-)
Tue, 04 Dec 2007 03:26:29 +0300 Eugene Zagidullin added new tuple field FIELD_BITRATE
Sun, 25 Nov 2007 02:07:20 +0300 Eugene Zagidullin icon, codec and quality info added to file info box. Added new tuple field FIELD_MIMETYPE used for icon resolving
Sun, 21 Oct 2007 17:06:20 +0300 Eugene Paskevich Compilation fix.
Sun, 21 Oct 2007 08:46:58 -0500 William Pitcock better fix
Sun, 21 Oct 2007 08:44:14 -0500 William Pitcock don't str_to_utf8() here because of filename encoding
Sun, 21 Oct 2007 07:08:31 -0500 William Pitcock add strings.h include to remove a warning
Sun, 21 Oct 2007 07:06:17 -0500 William Pitcock make sure tuple data itself is sanitized utf8 too.