]> git.sesse.net Git - vlc/commit
plugin.cpp, plugin.h: delayed initialization of VLC until activation in place in...
authorDamien Fouilleul <damienf@videolan.org>
Mon, 20 Mar 2006 14:37:41 +0000 (14:37 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Mon, 20 Mar 2006 14:37:41 +0000 (14:37 +0000)
commit2fbbe6d56f9c9b15b506625e96e6e8682c165341
treef4819530c4059a72af5495ba4ca6d0fbe67f1d77
parentbb48220f9b63bc53df91764371a0482544f47159
plugin.cpp, plugin.h: delayed initialization of VLC until activation in place in user mode only
    this allows the persistable properties to be fully loaded before initialization and allow
    for control to initialize faster in design mode. AUTOLOOP property now works properly
persistpropbag.cpp, vlccontrol.h: decoupled volume property from VLC so that value can be used
    without having VLC initialized
test.html: added volume control
activex/persistpropbag.cpp
activex/plugin.cpp
activex/plugin.h
activex/test.html
activex/vlccontrol.cpp