]> git.sesse.net Git - vlc/commit
Initial version of ActiveX plugin for VLC
authorDamien Fouilleul <damienf@videolan.org>
Wed, 19 Jan 2005 17:14:16 +0000 (17:14 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Wed, 19 Jan 2005 17:14:16 +0000 (17:14 +0000)
commit03e30a851a1df1a06e1dc02d877b636f6adeac1d
treef909fe903a9fba661c65986821b6c135e9096d83
parent25f69f55d8badd4023e37c41a54f017c2104d5d9
Initial version of ActiveX plugin for VLC
40 files changed:
Makefile.am
activex/Makefile.am [new file with mode: 0644]
activex/README.TXT [new file with mode: 0644]
activex/axvlc.def [new file with mode: 0644]
activex/axvlc.idl [new file with mode: 0644]
activex/axvlc.reg [new file with mode: 0644]
activex/axvlc.tlb [new file with mode: 0755]
activex/axvlc_idl.c [new file with mode: 0644]
activex/axvlc_idl.h [new file with mode: 0644]
activex/axvlc_rc.rc [new file with mode: 0644]
activex/connectioncontainer.cpp [new file with mode: 0644]
activex/connectioncontainer.h [new file with mode: 0644]
activex/inplace.bmp [new file with mode: 0755]
activex/main.cpp [new file with mode: 0644]
activex/objectsafety.cpp [new file with mode: 0644]
activex/objectsafety.h [new file with mode: 0644]
activex/olecontrol.cpp [new file with mode: 0644]
activex/olecontrol.h [new file with mode: 0644]
activex/oleinplaceactiveobject.cpp [new file with mode: 0644]
activex/oleinplaceactiveobject.h [new file with mode: 0644]
activex/oleinplaceobject.cpp [new file with mode: 0644]
activex/oleinplaceobject.h [new file with mode: 0644]
activex/oleobject.cpp [new file with mode: 0644]
activex/oleobject.h [new file with mode: 0644]
activex/persistpropbag.cpp [new file with mode: 0644]
activex/persistpropbag.h [new file with mode: 0644]
activex/persiststorage.cpp [new file with mode: 0644]
activex/persiststorage.h [new file with mode: 0644]
activex/persiststreaminit.cpp [new file with mode: 0644]
activex/persiststreaminit.h [new file with mode: 0644]
activex/plugin.cpp [new file with mode: 0644]
activex/plugin.h [new file with mode: 0644]
activex/provideclassinfo.cpp [new file with mode: 0644]
activex/provideclassinfo.h [new file with mode: 0644]
activex/test.html [new file with mode: 0644]
activex/utils.cpp [new file with mode: 0644]
activex/utils.h [new file with mode: 0644]
activex/vlccontrol.cpp [new file with mode: 0644]
activex/vlccontrol.h [new file with mode: 0644]
configure.ac