]> git.sesse.net Git - vlc/history - modules/demux/playlist/itml.c
XML: simplify demuxers
[vlc] / modules / demux / playlist / itml.c
2010-07-27 Rémi Denis-CourmontXML: simplify demuxers
2010-07-27 Rémi Denis-Courmontxml_ReaderDelete: remove useless parameter
2010-02-20 Rémi Denis-CourmontITML playlist: do not decode URI when creating item (!)
2010-02-03 Jakob Lebeninput_item: compress two functions into one and rename...
2010-02-03 Pierre d'Herbemontinput_item: Remove input_item_AddSubItem2 and send...
2010-02-02 Jakob Lebenitml: new playlist design
2009-08-21 Pierre d'Herbemontdemux playlist: Move the usage of vlc_object_find behin...
2009-07-16 Rémi Duraffortitml: the core knows how to handle file://localhost/
2009-07-15 Rémi Duraffortitml: fix memleak.
2009-07-15 Rémi Duraffortitml: indentation.
2009-07-15 Rémi Duraffortitml: fix dead initilisations and set the pointers...
2009-07-15 Rémi Duraffortitml: cleaning and factorize.
2009-07-15 Rémi Duraffortitml: cosmetics.
2009-07-15 Rémi Duraffortitml: factorize and add missing #undef.
2009-07-15 Rémi Duraffortitml: no need to set to NULL after the free here.
2009-07-15 Rémi Duraffortitml: factorize.
2009-07-15 Rémi DuraffortMacro safety.
2009-01-17 Laurent AimarUse input_item_New when applicable.
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-06-14 Pierre d'Herbemontdemux/playlist: Don't use playlist_t.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-08 Rémi Denis-CourmontRemove E_()
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-03-20 Sam HocevarMerge branch 'master' of git@git.videolan.org:vlc
2008-03-20 Rémi Denis-CourmontDon't use strcpy() on overlapping memory buffers -...
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-01 Pierre d'HerbemontRevert [23949].
2007-12-30 Rafaël Carréfix #1410.
2007-12-23 Pierre d'Herbemontmodules/demux/playlist/*.c: Fix input_item memleaks.
2007-12-19 Rafaël Carréplaylist demuxers: return -1 in case of error, 0 in...
2007-11-20 Yoann Peronneau* demux/playlist/itml.c: iTunes Media Library importer...