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

15 Commits

Author SHA1 Message Date
Antoine Cellerier
2cb472dba0 FSF address change. 2006-01-12 23:10:04 +00:00
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
19313bbfde all: bug fixing, clean-up 2005-09-16 16:10:42 +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
Damien Fouilleul
b9057a61e7 - all: intitial offscreen drawing support (mostly for printing). Unfortunately, video output cannot be printed at this stage, and to support it, interfacing with a video filter such as the 'snapshot' filter is required to do a still capture. 2005-04-06 11:23:52 +00:00
Damien Fouilleul
1591dec08c - activate (make visible) as soon as embedded into a container, no longer wait for container to do the activation
This fixes an annoying Internet Explorer optimization which would make the activex control invisible till a user moves the mouse over it
2005-03-07 10:40:23 +00:00
Steve Lhomme
3d831e04ec Avoid \r\n problems between platforms 2005-03-02 16:47:31 +00:00
Damien Fouilleul
6d094bafb3 - miscelleanous fixes and improvements
- self registration (Internet installation now possible)
2005-02-17 12:06:01 +00:00
Damien Fouilleul
f533f3d8aa ActiveX: misc fixes & improvements 2005-01-21 13:52:11 +00:00
Damien Fouilleul
03e30a851a Initial version of ActiveX plugin for VLC 2005-01-19 17:14:16 +00:00