]> git.sesse.net Git - vlc/history - modules/misc/playlist/xspf.c
Fix xspf reading/writing
[vlc] / modules / misc / playlist / xspf.c
2009-05-28 Rafaël CarréFix xspf reading/writing
2009-05-10 Rémi Denis-CourmontXSPF: use make_URI, should fix #2731
2009-05-10 Rémi Denis-CourmontRemove useless checks
2009-05-10 Rémi Denis-CourmontRemove static prototypes from header file
2009-02-25 Rémi Duraffortplyalist_export: less includes.
2008-12-30 Ilkka Ollakkaencode \ in xspf location uri also (rfc 3986 has set...
2008-12-29 Ilkka Ollakkacheck scheme part in uri with checking :// instead...
2008-12-21 Ilkka Ollakkadon't save xspf-playlist location, as it's not needed...
2008-11-30 Rémi Denis-CourmontBy definition of sizeof, sizeof(char) = 1
2008-09-16 Yoann PeronneauUpdate XSPF playlist structure to use <vlc:id> instead...
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortFix memleaks.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-04-26 Antoine LejeuneAbility to save and load input item options in xspf...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-15 Rafaël Carréxspf: %-encode '%' and '+' for every URIs (it really...
2007-11-18 Rafaël Carréxspf muxer: determinates correctly if we're handling...
2007-11-18 Rafaël Carréxspf: don't use %encoding for node title, but only...
2007-11-18 Rafaël Carréxspf muxer: %encode '+' since decode_URI() will decode...
2007-11-13 Rafaël Carréxspf: fix nodes encoding. big up to yoannp for fully...
2007-11-13 Yoann Peronneau* XSPF nested playlist
2007-11-12 Rafaël Carréxspf export: write the extension tag before the trackLi...
2007-10-18 Rafaël Carréxspf writer: forget to increment the source pointer...
2007-10-18 Rafaël Carréxspf writer: do percent encoding on more characters...
2007-10-12 Rafaël Carréxspf: try to produce valid XSPF files (there's still...
2007-08-30 Rafaël CarréConverting a string for using it in xml without using...
2007-08-29 Rafaël CarréReplaces xml special chars in image url
2007-08-26 Ilkka Ollakkaxspf.c: add album-art as <image> and use Title in title...
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-18 Rafaël CarréInput access locking, part 2.
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-08-15 Pierre d'Herbemontmodules/misc/playlist/xspf.c: Remove some weird duplica...
2007-05-20 Yoann Peronneau* xspf.c: export item description as <annotation>
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-30 Clément StenacMerge author/artist
2006-08-25 Sam Hocevar * modules/misc/playlist/xspf.c: fix warnings that...
2006-06-14 Yoann Peronneau* playlist/xspf.c: handles empty nodes
2006-06-14 Yoann Peronneau* xpsf.c: ...but <playlist> has... grmbl
2006-06-14 Yoann Peronneau* xspf.c: <trackList> has no <location> or <title>...
2006-06-14 Yoann Peronneau* Tree playlist XSPF export
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...