Antoine Cellerier
2cb472dba0
FSF address change.
21 years ago
Damien Fouilleul
1ceb883e26
plugin.cpp: formatting cleanup
vlccontrol.cpp: fixed a bug when processing target options stored in a safe array, last element in array was never processed
21 years ago
Damien Fouilleul
9f516fa2fc
vlccontrol.cpp: fixed a bug in setVariable where arguments for VariantChangeType were inverted
21 years ago
Damien Fouilleul
7445b6bdc7
plugin.cpp: auto-detect debbuger and change threading mechanism to avoid VLC intialization lock when launching a debug session
plugin.h: validate container code page before using it
utils.cpp,utils.h: type clean-up
connectioncontainer.cpp: fixed stack corruption (???) when poping and dispatch an event
21 years ago
Damien Fouilleul
19313bbfde
all: bug fixing, clean-up
21 years ago
Damien Fouilleul
d2310f2a22
all: reworked ActiveX plugin, which now works properly with .NET (tested with Visual Basic Express 2005)
added persistent properties such as MRL, AutoPlay, AutoLoop which allows a user to play a default target
without programming.
21 years ago
Damien Fouilleul
35db6dd6ec
Improved compatibility
21 years ago
Rémi Denis-Courmont
fe087a3828
Make Zorglub less unhappy
21 years ago
Rémi Denis-Courmont
85b29bdc28
Copyright fixes
(da big courmischage)
21 years ago
Damien Fouilleul
b99ae3e215
all: activex plugin Set/GetVariable support all of VLC types
21 years ago
Damien Fouilleul
83974ced85
src/libvlc.c,include/vlc/vlc.h, include/variables.h: added a new a API to libvlc called VLC_VariableType, this API allows to retrieve the type of a VLC variable. this API is very useful for binding with highlevel languages, such as javascript, VBScript, etc... which allow for weakly typed variables such as Javascript. in order to support the VLC_VariableType API, i've had to move the variable type definitions from variables.h to vlc/vlc.h
vlccontrol.cpp, axvlc.idl, axvlc.tlb, axvlc_idl.h: added a getVariable and setVariable to provide support for VLC_GetVariable and VLC_SetVariable respectively,and requires the new VLC_VariableType API.
main.cpp, viewobject.h, viewobject.cpp: support for advise on viewobject
21 years ago
Damien Fouilleul
1b75d79ed2
- source cleanup
- few bugs fixed
- added suport to Ole Extent measurments to improve compatibilty
21 years ago
Steve Lhomme
3d831e04ec
Avoid \r\n problems between platforms
21 years ago
Damien Fouilleul
6d094bafb3
- miscelleanous fixes and improvements
- self registration (Internet installation now possible)
21 years ago
Damien Fouilleul
f533f3d8aa
ActiveX: misc fixes & improvements
22 years ago
Damien Fouilleul
03e30a851a
Initial version of ActiveX plugin for VLC
22 years ago