]> git.sesse.net Git - vlc/history - include/vlc_vlm.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / include / vlc_vlm.h
2010-03-11 Rémi Denis-CourmontC++ #include fix
2010-03-09 Rémi Denis-CourmontConstify (fixes #1391)
2010-02-07 Rémi Denis-CourmontVLM: remove leading underscores
2009-07-06 Laurent AimarCosmetic.
2009-07-06 Sébastien EscudierVLM add input events
2009-04-06 Rémi Denis-CourmontReally fix the vlm_MessageNew NULL warning
2009-04-05 Sébastien EscudierVLM : Add media name in callbacks
2009-03-08 Laurent AimarAdded basic VLM events.
2008-09-09 Jean-Paul SamanDocument more VLM API's and expand define.
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-05-26 Rémi Denis-CourmontFix HAVE_ATTRIBUTE_FORMAT usage - refs #297
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-13 Rémi DuraffortRemove useless test (one more time).
2008-01-27 Rémi Denis-CourmontFix VLM compilation with --disable-vlm - fixes #1431
2007-12-15 Jean-Baptiste KempfAdd a cast to fix compilation.
2007-09-11 Rémi Denis-CourmontAll: missing ATTRIBUTE_FORMAT
2007-03-23 Laurent AimarAdded a c++ compatible TAB_APPEND_CPP
2007-03-07 Laurent AimarClean up vlm script parsing and introduce new API.
2007-03-01 Laurent AimarStart cleaning up VLM + fixed vlm_New() race condition.
2006-12-03 Antoine CellerierExport vlm_MessageNew and vlm_MessageAdd.
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
2006-11-26 Clément StenacA bit of headers cleanup
2006-02-18 Jean-Paul SamanRemove whitespace
2006-02-14 Clément Stenac* Beginning of VLM API
2006-01-12 Antoine CellerierFSF address change.
2005-12-15 Clément StenacRemove unused structures from vlc_common.h
2005-12-07 Rémi Denis-CourmontAdded a bunch of "const" - should fix warning in VLM...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-01-23 Yoann Peronneau* src/misc/vlm.c: start exporting some VLM control...
2004-10-20 Gildas Bazin* src/misc/vlm.c: added support for the 'mux' option...
2004-09-20 Gildas Bazin* modules/misc/rtsp.c, src/misc/vlm.c: VOD RTSP support...
2004-09-19 Gildas Bazin* src/misc/vlm.c:
2004-09-14 Gildas Bazin* src/misc/vlm.c: started "vod server" integration...
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-03-21 Laurent Aimar * vlm.*: move vlm to the core (now, vlm_New create...