]> git.sesse.net Git - vlc/history - src/input/vlm_internal.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / input / vlm_internal.h
2010-05-02 Sébastien EscudierUnload vod-VLM only at the end
2010-04-15 Sébastien EscudierVLM : add a dedicated mutex for the manage thread....
2010-02-11 Laurent AimarDo not include input_internal.h in vlm code.
2010-02-10 Antoine CellerierUse the normal vlm lock to protect access to the condit...
2010-02-06 Antoine CellerierRemove msleep() from vlm. It should work but testing...
2009-03-08 Laurent AimarAdded basic VLM events.
2009-03-01 Rémi Denis-CourmontSpell resource the English way
2009-01-05 Laurent AimarActivated vout/aout recycling with playlist inputs.
2008-08-25 Rémi Denis-CourmontVLM: cleanup VLM threading
2008-05-12 Rémi Denis-CourmontTry to split the mind boggingly big vlm.c
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-30 Pierre d'Herbemontvlm: Only use gc enabled input item. (input_ItemClean...
2007-10-20 Rémi Denis-CourmontProtects internal headers against incorrect/multiple...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-03-07 Laurent AimarClean up vlm script parsing and introduce new API.
2007-03-02 Laurent AimarImplemented sout-keep per media support.
2007-03-01 Laurent AimarStart cleaning up VLM + fixed vlm_New() race condition.