- 13 Dec, 2006 1 commit
-
-
Christophe Mutricy authored
-
- 12 Dec, 2006 1 commit
-
-
Jean-Paul Saman authored
Add support to the activex, mozilla, firefox, safari plugin for changing audio track and audio output channel (reverse, stereo, left, right, dolby).
-
- 11 Dec, 2006 1 commit
-
-
Christophe Mutricy authored
-
- 10 Dec, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 07 Dec, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 05 Dec, 2006 2 commits
-
-
Damien Fouilleul authored
activex: when linking against the shared lib DLL, it looks like the linker is picking the DLL name from inside the file, rather than the filename itself. in most cases, this is not a problem, as both are usually the same. Unfortunately, since libtool has a bug on cygwin, whereby the ouput name is libvlc.dll.exe rather than libvlc.dll, the wrong name 'libvlc.dll.exe' is used by the linker rather than the corrected filename. Using the import lib libvlc.dll.a instead fixes that problem. the proper fix should probably a patch to libtool
-
Damien Fouilleul authored
-
- 23 Nov, 2006 2 commits
-
-
Damien Fouilleul authored
-
Damien Fouilleul authored
-
- 30 Oct, 2006 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 29 Oct, 2006 1 commit
-
-
Jean-Paul Saman authored
-
- 27 Oct, 2006 1 commit
-
-
Damien Fouilleul authored
- cleanup
-
- 10 Oct, 2006 1 commit
-
-
Damien Fouilleul authored
supportinfo: use static IIDs as previous method wouldn't work in a multithreaded environment
-
- 09 Oct, 2006 1 commit
-
-
Damien Fouilleul authored
- added missing video.toggleFullscreen() API
-
- 04 Oct, 2006 1 commit
-
-
Damien Fouilleul authored
- Optimized clipping, removed the extra child window which prevented some buggy Intel DirectX drivers to render (can't handle too many sub-windows ?). Resizing looks smoother on IE, needs a lot of compatiblity checks on other apps such as VB, Delphi, etc... - Fixed initial volume setting
-
- 01 Oct, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 26 Sep, 2006 2 commits
-
-
Damien Fouilleul authored
-
Damien Fouilleul authored
-
- 25 Sep, 2006 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 22 Sep, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 21 Sep, 2006 1 commit
-
-
Damien Fouilleul authored
- ActiveX: optimized implementation of all IEnumXXX classes (more template obfuscation I'm afraid), fixed IConnectionPoints for DCOM
-
- 18 Sep, 2006 2 commits
-
-
Damien Fouilleul authored
-
Clément Stenac authored
Fix compilation for libvlc users
-
- 14 Sep, 2006 2 commits
-
-
Damien Fouilleul authored
-
Damien Fouilleul authored
- ActiveX: support for libvlc and common scripting APIS, widl has replaced midl as default IDL compiler
-
- 04 Sep, 2006 1 commit
-
-
Christophe Mutricy authored
As a second effect of the recent libtool/build system commits, libvlc.dll has loose the extra .a. hurray.
-
- 18 Aug, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 18 Jul, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 11 May, 2006 1 commit
-
-
Damien Fouilleul authored
- modified for standalone INF file distribution (i.e. installer is no longer bundled in cab, it is downloaded instead)
-
- 06 Apr, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 02 Apr, 2006 3 commits
-
-
Damien Fouilleul authored
- commit output of MIDL compilation otherwise changes don't make it into the build
-
Clément Stenac authored
-
Clément Stenac authored
-
- 30 Mar, 2006 1 commit
-
-
Damien Fouilleul authored
- cleaned up in place and UI activation: VLC Plugin should behave better with other controls (ie. don't eat TABSTOP keystrokes, etc...) - minor code cleanup and fixes
-
- 25 Mar, 2006 1 commit
-
-
Damien Fouilleul authored
- made time property persistable, use 'StartTime' under HTML - removed functions with stdcall suffix from exported functions in DLL
-
- 20 Mar, 2006 2 commits
-
-
Damien Fouilleul authored
-
Damien Fouilleul authored
this allows the persistable properties to be fully loaded before initialization and allow for control to initialize faster in design mode. AUTOLOOP property now works properly persistpropbag.cpp, vlccontrol.h: decoupled volume property from VLC so that value can be used without having VLC initialized test.html: added volume control
-
- 28 Feb, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-