log src/xspf/xspf.c @ 2765:ffb79e3d133a

age author description
2008-05-28 Matti Hamalainen A tentative fix for adding XSPF playlists with relative file/pathnames.
2008-05-19 Matti Hamalainen Removed #includes that should not be included anymore.
2008-03-31 Matti Hamalainen Include cleanups, part #1.
2008-03-17 mf0102 patch by chrome
2007-12-17 Yoshiki Yazawa make use of aud_uri_to_display_*()
2007-12-16 Yoshiki Yazawa xspf had not read mtime from some time.
2007-12-06 Yoshiki Yazawa make use of AUDDBG() for debug print out.
2007-11-18 Yoshiki Yazawa remove unnecessary code. (I can't recall why I used "uri", actually.)
2007-11-18 William Pitcock fix loading of streams from XSPF files.
2007-11-14 Yoshiki Yazawa unescape uri before write into tuple.
2007-10-24 Yoshiki Yazawa remove g_filename_from_uri() since recent playback system requires url encoded paths.
2007-10-14 William Pitcock playlist API vtabling
2007-10-14 William Pitcock PlaylistContainer API updates
2007-10-07 William Pitcock s/tuple_/aud_tuple_/g
2007-10-02 Matti Hamalainen More slight cosmetics.
2007-10-02 Matti Hamalainen Remove useless NULL assignations.
2007-10-02 Matti Hamalainen Cosmetic whitespace changes.
2007-10-02 Matti Hamalainen Define a preprocessor macro XSDEBUG() for printing debugging messages, if DEBUG is defined.
2007-10-02 Matti Hamalainen Cosmetics.
2007-10-01 Matti Hamalainen Some missed #include "" to <> changes.
2007-10-01 chainsaw Change from "" to <>-style includes. With thanks to ccr for the correct sed voodoo.
2007-09-10 Matti Hamalainen Automated merge with file:/home/ccr/audacious/plugins
2007-09-09 Matti Hamalainen Automated merge with file:/home/ccr/audacious/plugins
2007-09-09 Matti Hamalainen Fix.
2007-09-08 Matti Hamalainen Branch merge.
2007-09-05 Matti Hamalainen Modified for Tuplez/plugin API changes.
2007-09-10 Kieran Clancy xspf: use playlist_set_current_name when loading title
2007-09-09 Matti Hamalainen Fix plugins to conform with PLAYLIST_{UN}LOCK() change.
2007-09-08 Matti Hamalainen And yet more cleanups.
2007-09-08 Matti Hamalainen More code cleanups.
2007-09-08 Matti Hamalainen Add myself into credits.
2007-09-07 Matti Hamalainen Partial rewrite/sanitation of the xspf plugin.
2007-09-04 Matti Hamalainen Kludge xspf plugin to "work" better with playlist entries which have
2007-09-01 Matti Hamalainen Useless use of if() with g_free().
2007-09-01 Matti Hamalainen Some cleanups; Removed useless heap allocations, use a small static buffer
2007-08-26 Kieran Clancy xspf: Store playlist title when saving playlist
2007-08-26 Kieran Clancy xspf: When loading playlist, read title from xml if set
2007-08-22 Giacomo Lozito reverted a local change on xspf that wasn't supposed to be committed
2007-08-22 Giacomo Lozito wav-sndfile.c, added missing playback->set_pb_ready(playback)
2007-08-22 Yoshiki Yazawa now xspf plugin try to load non well formed xspf file. closes #969.
2007-08-11 Yoshiki Yazawa playlist entry doesn't have "track-name".
2007-08-10 William Pitcock xspf: update to new API
2007-08-03 Cristi Magherusan added Discovery plugin type
2007-07-16 Yoshiki Yazawa adapt xspf for file:// scheme.
2007-07-15 Yoshiki Yazawa disable unescape local file for now.
2007-07-05 William Pitcock Remove workarounds for non-VFS compliant plugins. URIs are now mandatory. trunk
2007-05-28 nenolod [svn] - xspf, m3u, pls: convert to plugin2 architecture trunk
2007-03-23 yaz [svn] - initial support for writing relative path. trunk
2007-03-23 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
2007-03-21 yaz [svn] improve support for static playlist: trunk
2007-02-16 yaz [svn] - do not unescape streaming uri. trunk
2007-02-15 yaz [svn] - import xmlPathToURI() from libxml2-2.6.27 as audPathToURI(). this function is newly introduced at 2.6.27. trunk
2007-02-14 yaz [svn] - add mms:// as a streaming scheme. trunk
2007-02-14 yaz [svn] temporary fix for SIGSEGV in g_utf8_validate() when xmlURIEscape returns NULL. trunk
2007-02-13 yaz [svn] - remove a debug output. trunk
2007-02-13 yaz [svn] libxspf improvements: trunk
2007-01-31 yaz [svn] tweak xspf plugin to conform xspf specification version 1. trunk
2007-01-30 yaz [svn] - don't percent encode urls beginning with http:// or https:// for now. trunk
2006-12-16 giacomo [svn] - updated m3u.c, xspf.c, pls.c to use the playlist->mutex and no more playlist_get trunk
2006-12-16 nenolod [svn] - don't use deprecated function playlist_get(). trunk