]> git.sesse.net Git - vlc/history - modules/demux/playlist/xspf.c
xspf demuxer: removes some warning
[vlc] / modules / demux / playlist / xspf.c
2007-10-30 Rafaël Carréxspf demuxer: removes some warning
2007-10-21 Rafaël Carréxspf demuxer: correctly checks "application" attribute...
2007-10-12 Rafaël Carréxspf: try to produce valid XSPF files (there's still...
2007-10-02 Yoann Peronneau* xspf.c: fixes parsing with xtag - closes #1293
2007-09-22 Rémi Denis-CourmontRemove stupid broken error message in XSPF parser ...
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-16 Pierre d'Herbemontmodules/demux/playlist/*.c: Use the new playlist indepe...
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-05-20 Yoann Peronneau* xspf.c: initializes identifier to 0 and free pp_tracklist
2007-05-20 Yoann Peronneau* xspf.c: add XSPF annotation element as description
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-12 Clément StenacPreparse playlist items that don't have enough meta
2006-11-12 Clément StenacFix playlist unable to terminate (Closes:#829)
2006-11-12 Rémi Denis-CourmontSuppress unused variable
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-10-25 Christophe MutricyCompile fix + handle case with no xml:base
2006-10-24 Christophe Mutricyhonor xml:base
2006-10-07 Gildas Bazin* Fixed a bunch of memory leaks.
2006-09-29 Rafaël CarréReplaces url unescaping by url decoding in xspf import
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-09 Clément StenacCopyright stuff
2006-09-03 Clément StenacRemove useless debug, fix a bug
2006-08-25 Sam Hocevar * modules/demux/playlist/xspf.c: fix warnings that...
2006-07-18 Clément StenacAdd a bunch of helper functions/macros and start using...
2006-07-08 Clément StenacSome infrastructure work for playlist autoload/autosave
2006-06-14 Yoann Peronneau* playlist/xspf.c: upgrade to new structure
2006-06-14 Yoann Peronneau* demux/playlist/xspf: skeleton for XSPF tree playlist...
2006-06-14 Yoann Peronneau* demux/playlist/xspf.c: fix a bug introduced by [15757]
2006-05-28 Derk-Jan Hartmanthis patch allows xml comments directly before the...
2006-05-25 Clément StenacFix XSPF (Closes:#651)
2006-05-20 Jean-Paul SamanReturn in a non-void function
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-03 Rémi Denis-Courmont- Do not rewrite “+” as a white space when unescaping...
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...