]> git.sesse.net Git - vlc/history - modules/misc/playlist
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / misc / playlist /
2010-08-17 Rémi Denis-CourmontM3U export: small code factorization
2010-08-17 Rémi Denis-CourmontM3U export: use local paths if applicable (fix #4063)
2010-07-11 Daniel TiszaAdd entity encoding for input options when outputting...
2010-02-02 Rémi Denis-CourmontXSPF export fixes and cleanup
2009-10-31 Rémi Denis-CourmontRemove old playlist format export
2009-10-31 Rémi Denis-CourmontExport: add support for normal M3U, move UTF-8 mode...
2009-08-23 Rémi Denis-CourmontMake playlist_export_t a VLC object
2009-07-17 Erwan Tulouxspf: correct crash if psz_name is NULL
2009-06-23 Rafaël CarréAssume input_item_t->psz_uri contains an URI
2009-05-29 Rafaël CarréFix xspf reading/writing
2009-05-28 Rafaël CarréFix xspf reading/writing
2009-05-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
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.
2009-02-25 Rémi Duraffortplaylist export: unify module description.
2008-12-30 Ilkka Ollakkaencode \ in xspf location uri also (rfc 3986 has set...
2008-12-30 Rémi DuraffortMissing include assert.
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-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-26 Rémi DuraffortAdd a module to export the playlist in HTML (feature...
2008-09-16 Yoann PeronneauUpdate XSPF playlist structure to use <vlc:id> instead...
2008-09-05 Rémi Denis-CourmontMove a bunch of plugins out of configure.ac
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-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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 Ollakkam3u.c: don't free and write
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-20 Rémi Denis-CourmontRemove stdlib.h
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>
2007-03-10 Jean-Paul Samanassert if p_current is NULL, it should be valid
2007-03-10 Jean-Paul SamanSanity check
2006-12-09 Clément StenacMisc cleanups in Qt4. (Closes:#736)
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-11 Rémi Denis-CourmontUse Unicode wrapper
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-25 Christophe Mutricymisc/*: 2nd lecture. refs #438
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...
2006-02-16 Antoine Cellerier[patch] unifying meta-information access, the 2nd by...
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-01-12 Antoine CellerierFSF address change.
2005-10-02 Jean-Paul SamanAdd missing include <charset.h>
2005-09-15 Clément StenacHopefully "The Right Fix" patch for M3U parsing, by...
2005-08-12 Christophe MutricyALL: Improvements in the M3U output and parser. Patch...
2005-08-03 Rémi Denis-CourmontUse UTF-8 internally (closes #16 and introduces lots...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-12 Clément Stenac* Patch by Gregory Hazel :
2005-03-01 Clément StenacFix playlist export
2005-01-16 Clément Stenac* DAAP: add meta-information, delete hosts when they...
2004-12-11 Clément StenacImprovements to preferences
2004-11-06 Clément StenacFixes
2004-04-21 Gildas Bazin* modules/misc/playlist/m3u.c: save VLC input options...
2004-04-01 Clément StenacCancel
2004-04-01 Clément Stenac* modules/demux/playlist : native playlist import
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-02-22 Clément StenacFix compilation warnings
2004-01-11 Clément StenacFixed modules.am file
2004-01-11 Anil Daoud* missing or incomplete .cvsignores
2004-01-11 Anil Daoud* missing file
2004-01-11 Clément Stenac* configure.ac : Added new folders