- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 28 Jun, 2005 3 commits
-
-
Damien Fouilleul authored
- updated to axvlc.inf used to create http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab
-
Damien Fouilleul authored
-
- 27 Jun, 2005 2 commits
-
-
Damien Fouilleul authored
AUTHORS: I haven't moved to Germany as far as I know: )
-
Damien Fouilleul authored
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
-
- 07 Jun, 2005 1 commit
-
-
Christophe Mutricy authored
-
- 31 May, 2005 1 commit
-
-
Damien Fouilleul authored
-
- 11 May, 2005 2 commits
-
-
Damien Fouilleul authored
-
Damien Fouilleul authored
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
-
- 18 Apr, 2005 2 commits
-
-
Damien Fouilleul authored
-
Damien Fouilleul authored
- few bugs fixed - added suport to Ole Extent measurments to improve compatibilty
-
- 06 Apr, 2005 1 commit
-
-
Damien Fouilleul authored
- 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.
-
- 01 Apr, 2005 1 commit
-
-
Damien Fouilleul authored
-
- 23 Mar, 2005 1 commit
-
-
Damien Fouilleul authored
NOTE: the slider is actually another ActiveX control but it could be replaced by a javascript equivalent if one wants a better looking slider.
-
- 16 Mar, 2005 1 commit
-
-
Damien Fouilleul authored
plugin.cpp: some minor cleanup
-
- 14 Mar, 2005 1 commit
-
-
Sam Hocevar authored
-
- 13 Mar, 2005 1 commit
-
-
Derk-Jan Hartman authored
This was breaking make dist, and therefore the SVN .tar.gz snapshots
-
- 11 Mar, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 07 Mar, 2005 1 commit
-
-
Damien Fouilleul authored
- 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
-
- 02 Mar, 2005 2 commits
-
-
Steve Lhomme authored
-
Damien Fouilleul authored
- DllRegisterServer modified to use current DLL path when registering control
-
- 23 Feb, 2005 1 commit
-
-
Damien Fouilleul authored
-
- 17 Feb, 2005 2 commits
-
-
Damien Fouilleul authored
-
Damien Fouilleul authored
- self registration (Internet installation now possible)
-
- 15 Feb, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 Jan, 2005 1 commit
-
-
Damien Fouilleul authored
-
- 20 Jan, 2005 2 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 19 Jan, 2005 1 commit
-
-
Damien Fouilleul authored
-