]> git.sesse.net Git - vlc/history - include/vlc_xml.h
decoder: do not wait for buffering when there is no data
[vlc] / include / vlc_xml.h
2011-12-15 Pere Orgafix filename self-references
2011-11-27 Jean-Baptiste KempfLGPL
2011-11-25 Jean-Baptiste Kempfvlc_xml.h: reindent the standard header
2011-08-30 Christopher MuellerXml: added empty element detection
2011-05-07 Rémi Denis-CourmontRename LIBVLC_* function attributes to VLC_* within...
2011-05-07 Rémi Denis-CourmontReplace VLC_EXPORT macro with a simple prefix, VLC_API
2011-01-22 Rémi Denis-CourmontXML: return attribute value as const
2011-01-20 Rémi Denis-CourmontXML: return node (element name or text value) as const
2011-01-20 Rémi Denis-CourmontReturn XML attribute as const from NextAttr
2011-01-19 Rémi Denis-CourmontXML: merge read and node_type operations, skip unknown...
2010-08-05 Rémi Denis-Courmontxml_ReaderUseDTD: remove useless parameter
2010-07-31 Rémi Denis-CourmontXML: use inline functions instead of expansion-unsafe...
2010-07-31 Rémi Denis-CourmontCosmetic fix
2010-07-27 Rémi Denis-Courmontadd xml_ReaderReset()
2010-07-27 Rémi Denis-CourmontXML reader: use VLC object and plugin infrastructures
2010-07-27 Rémi Denis-Courmontxml_ReaderDelete: remove useless parameter
2010-07-05 Rémi DuraffortCore: add some LIBVLC_USED.
2010-02-07 Rémi Denis-CourmontMisc: remove leading underscores
2008-08-13 Jean-Paul SamanAdd a bunch of \file doxygen comments
2008-08-11 Rémi Denis-CourmontHeaders: use non-reserved identifiers for multi-inclusi...
2008-06-06 Rémi Denis-CourmontRemove __LIBVLC__ test
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...
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
2006-01-12 Antoine CellerierFSF address change.
2005-12-15 Clément StenacRemove unused structures from vlc_common.h
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-02 Gildas Bazin* modules/misc/xml/*, include/vlc_xml.h: new xml_Reader...
2005-04-01 Sigmund Augdal Helbergall: ported xml parsers to stream_t
2004-12-20 Gildas Bazin* include/vlc_image.h,vlc_xml.h: make these c++ happy.
2004-11-26 Gildas Bazin* ALL: New XML module type.