1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-08 11:26:59 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
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
2005-10-11 15:14:08 +00:00
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.
2005-08-21 17:40:32 +00:00
Damien Fouilleul
35db6dd6ec Improved compatibility
tested to work with
- Visual Basic 6
- Visual C++ 6
- Microsoft Office 2003
- Internet Explorer 6

all: support for aggregation + bug fixes
dataobject.cpp, dataobject.h: initial support for embedding
2005-07-19 17:41:16 +00:00
Rémi Denis-Courmont
fe087a3828 Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
Rémi Denis-Courmont
85b29bdc28 Copyright fixes
(da big courmischage)
2005-07-08 18:12:44 +00:00
Damien Fouilleul
da4dc63b33 all: clean-up, bug fixes so that plugin is now working correctly with Visual Basic 6 (which I have tested) and hopefully should also work with .NET (which I havent't tested).
Outstanding issue: the control properties are not persisted

vlc16x16.bmp: toolbar icon for VLC plugin
2005-06-27 11:41:16 +00:00
Damien Fouilleul
1b75d79ed2 - source cleanup
- few bugs fixed
- added suport to Ole Extent measurments to improve compatibilty
2005-04-18 11:35:18 +00:00
Steve Lhomme
3d831e04ec Avoid \r\n problems between platforms 2005-03-02 16:47:31 +00:00
Damien Fouilleul
03e30a851a Initial version of ActiveX plugin for VLC 2005-01-19 17:14:16 +00:00