log src/xspf/xspf.c @ 2170:02cfac0efbdc

age author description
Sun, 18 Nov 2007 15:24:22 +0900 Yoshiki Yazawa remove unnecessary code. (I can't recall why I used "uri", actually.)
Sat, 17 Nov 2007 19:02:51 -0600 William Pitcock fix loading of streams from XSPF files.
Wed, 14 Nov 2007 20:21:20 +0900 Yoshiki Yazawa unescape uri before write into tuple.
Wed, 24 Oct 2007 17:04:09 +0900 Yoshiki Yazawa remove g_filename_from_uri() since recent playback system requires url encoded paths.
Sat, 13 Oct 2007 23:09:40 -0500 William Pitcock playlist API vtabling
Sat, 13 Oct 2007 20:38:28 -0500 William Pitcock PlaylistContainer API updates
Sun, 07 Oct 2007 00:22:59 -0500 William Pitcock s/tuple_/aud_tuple_/g
Tue, 02 Oct 2007 19:19:29 +0300 Matti Hamalainen More slight cosmetics.
Tue, 02 Oct 2007 19:17:46 +0300 Matti Hamalainen Remove useless NULL assignations.
Tue, 02 Oct 2007 19:08:09 +0300 Matti Hamalainen Cosmetic whitespace changes.
Tue, 02 Oct 2007 19:05:38 +0300 Matti Hamalainen Define a preprocessor macro XSDEBUG() for printing debugging messages, if DEBUG is defined.
Tue, 02 Oct 2007 18:59:31 +0300 Matti Hamalainen Cosmetics.
Tue, 02 Oct 2007 01:59:24 +0300 Matti Hamalainen Some missed #include "" to <> changes.
Mon, 01 Oct 2007 23:01:22 +0100 chainsaw Change from "" to <>-style includes. With thanks to ccr for the correct sed voodoo.
Tue, 11 Sep 2007 02:15:04 +0300 Matti Hamalainen Automated merge with file:/home/ccr/audacious/plugins
Sun, 09 Sep 2007 23:23:00 +0300 Matti Hamalainen Automated merge with file:/home/ccr/audacious/plugins
Sun, 09 Sep 2007 05:41:56 +0300 Matti Hamalainen Fix.
Sat, 08 Sep 2007 06:58:08 +0300 Matti Hamalainen Branch merge.
Wed, 05 Sep 2007 09:29:26 +0300 Matti Hamalainen Modified for Tuplez/plugin API changes.
Mon, 10 Sep 2007 15:10:19 +0930 Kieran Clancy xspf: use playlist_set_current_name when loading title
Sun, 09 Sep 2007 22:06:10 +0300 Matti Hamalainen Fix plugins to conform with PLAYLIST_{UN}LOCK() change.
Sat, 08 Sep 2007 04:39:38 +0300 Matti Hamalainen And yet more cleanups.
Sat, 08 Sep 2007 04:22:31 +0300 Matti Hamalainen More code cleanups.
Sat, 08 Sep 2007 03:53:14 +0300 Matti Hamalainen Add myself into credits.
Fri, 07 Sep 2007 21:06:56 +0300 Matti Hamalainen Partial rewrite/sanitation of the xspf plugin.
Wed, 05 Sep 2007 02:22:40 +0300 Matti Hamalainen Kludge xspf plugin to "work" better with playlist entries which have
Sat, 01 Sep 2007 06:01:34 +0300 Matti Hamalainen Useless use of if() with g_free().
Sat, 01 Sep 2007 05:23:31 +0300 Matti Hamalainen Some cleanups; Removed useless heap allocations, use a small static buffer
Mon, 27 Aug 2007 01:59:23 +0930 Kieran Clancy xspf: Store playlist title when saving playlist
Sun, 26 Aug 2007 21:12:45 +0930 Kieran Clancy xspf: When loading playlist, read title from xml if set
Thu, 23 Aug 2007 00:02:43 +0200 Giacomo Lozito reverted a local change on xspf that wasn't supposed to be committed
Thu, 23 Aug 2007 00:00:49 +0200 Giacomo Lozito wav-sndfile.c, added missing playback->set_pb_ready(playback)
Thu, 23 Aug 2007 03:03:41 +0900 Yoshiki Yazawa now xspf plugin try to load non well formed xspf file. closes #969.
Sat, 11 Aug 2007 14:27:41 +0900 Yoshiki Yazawa playlist entry doesn't have "track-name".
Fri, 10 Aug 2007 10:27:13 -0500 William Pitcock xspf: update to new API
Fri, 03 Aug 2007 07:21:36 +0300 Cristi Magherusan added Discovery plugin type
Mon, 16 Jul 2007 23:47:42 +0900 Yoshiki Yazawa adapt xspf for file:// scheme.
Sun, 15 Jul 2007 19:50:15 +0900 Yoshiki Yazawa disable unescape local file for now.
Thu, 05 Jul 2007 01:48:27 -0500 William Pitcock Remove workarounds for non-VFS compliant plugins. URIs are now mandatory. trunk
Mon, 28 May 2007 03:11:15 -0700 nenolod [svn] - xspf, m3u, pls: convert to plugin2 architecture trunk
Thu, 22 Mar 2007 22:19:41 -0700 yaz [svn] - initial support for writing relative path. trunk
Thu, 22 Mar 2007 22:17:15 -0700 yaz [svn] justify indentation by gnu indent. current state is a mixture of some styles and very hard to maintain. the code is exactly same to previous revision. this is preparation for upcoming commit so that to make taking diff easier. trunk
Wed, 21 Mar 2007 02:32:49 -0700 yaz [svn] improve support for static playlist: trunk
Thu, 15 Feb 2007 19:28:20 -0800 yaz [svn] - do not unescape streaming uri. trunk
Wed, 14 Feb 2007 23:23:21 -0800 yaz [svn] - import xmlPathToURI() from libxml2-2.6.27 as audPathToURI(). this function is newly introduced at 2.6.27. trunk
Tue, 13 Feb 2007 22:58:09 -0800 yaz [svn] - add mms:// as a streaming scheme. trunk
Tue, 13 Feb 2007 21:50:01 -0800 yaz [svn] temporary fix for SIGSEGV in g_utf8_validate() when xmlURIEscape returns NULL. trunk
Mon, 12 Feb 2007 21:58:47 -0800 yaz [svn] - remove a debug output. trunk
Mon, 12 Feb 2007 20:02:17 -0800 yaz [svn] libxspf improvements: trunk
Tue, 30 Jan 2007 23:14:02 -0800 yaz [svn] tweak xspf plugin to conform xspf specification version 1. trunk
Mon, 29 Jan 2007 18:35:59 -0800 yaz [svn] - don't percent encode urls beginning with http:// or https:// for now. trunk
Sat, 16 Dec 2006 02:56:32 -0800 giacomo [svn] - updated m3u.c, xspf.c, pls.c to use the playlist->mutex and no more playlist_get trunk
Fri, 15 Dec 2006 21:23:09 -0800 nenolod [svn] - don't use deprecated function playlist_get(). trunk
Mon, 11 Dec 2006 05:13:54 -0800 nenolod [svn] - update playlist code. M3U was simple and did not require anything special. trunk
Fri, 20 Oct 2006 00:59:45 -0700 yaz [svn] - xspf now uses url encoding for location entry. trunk
Thu, 12 Oct 2006 21:13:45 -0700 yaz [svn] - pls doesn't go along with PLAYLIST_LOCK in playlist_save(). trunk
Fri, 06 Oct 2006 10:51:55 -0700 yaz [svn] - mtime=-1 has been introduced to represent "uninitialized". trunk
Thu, 21 Sep 2006 07:08:55 -0700 yaz [svn] - redundant metadata has been removed. trunk
Mon, 18 Sep 2006 03:14:20 -0700 nenolod [svn] - remove src/Input src/Output src/Effect src/General src/Visualization src/Container trunk base src/Container/xspf/xspf.c@44d5f0dea241