]> git.sesse.net Git - vlc/history - modules/demux/playlist/xspf.c
Remove E_()
[vlc] / modules / demux / playlist / xspf.c
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-04-06 Ilkka Ollakkafix xspf extension parsing for leaking
2008-03-18 Rémi Denis-CourmontProper vlc: URL
2008-01-28 Rafaël Carrédemux/playlist/ : removes useless unused parameter...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-17 Ilkka Ollakkapartly revert [23991]. vlc:skip ain't supported, and...
2008-01-01 Pierre d'HerbemontRevert [23949].
2007-12-30 Rafaël Carréfix #1421
2007-12-30 Rafaël Carréfix #1244
2007-12-30 Rafaël Carréfix #1410.
2007-12-29 Rafaël Carrécosmetics
2007-12-23 Pierre d'Herbemontmodules/demux/playlist/xspf.c: Show where the input_ite...
2007-12-23 Rafaël Carréfix #1409
2007-12-19 Rafaël Carréplaylist demuxers: return -1 in case of error, 0 in...
2007-12-19 Rafaël Carréxspf: use correct return value. VLC_FALSE == VLC_SUCCESS
2007-12-17 Rémi Denis-CourmontFix XSPF crash when XML is not available
2007-11-22 Pierre d'Herbemontmodules/demux/playlist/xspf.c: Uses "vlc:skip" for...
2007-11-18 Rafaël Carréxspf: don't use %encoding for node title, but only...
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-13 Rafaël Carréxspf demuxer: fix extension reading
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/*,...