Commit Graph

133 Commits

Author SHA1 Message Date
Rafaël Carré 6ee1e193fd Removes trailing spaces. Removes tabs. 2007-09-10 18:56:52 +00:00
Damien Fouilleul 165585bded URI: when pasring for protocol headers allow for more characters than just alpha 2007-08-20 10:40:36 +00:00
Damien Fouilleul b6a0198034 more libtool updates, removed some ol' crust 2007-07-31 13:40:01 +00:00
Damien Fouilleul a1901398ef activex: slightly better Makefile.am 2007-07-27 10:33:00 +00:00
Damien Fouilleul 8336388713 activex: updated build for libtool link compatibility 2007-07-27 09:52:31 +00:00
Jean-Paul Saman 2f6a9d1a2b Use libvlc_media_instance_t instead of libvlc_input_t. 2007-07-07 19:36:30 +00:00
Jean-Paul Saman 65bc2af721 JavaScript API to change the selected teletext page from IE ActiveX, Mozilla/Firefox, Safari webbrowser plugins. 2007-07-06 21:32:43 +00:00
Damien Fouilleul c546e0f1ac activex: remove logo when control runs in usermode and fill canvas with background color instead, which is settable as "BackColor" property (or bgcolor for web). 2007-06-26 17:53:05 +00:00
Pierre d'Herbemont f2f25b5972 ActiveX: Reflect libvlc changes: media_instance destroy_and_detach->release. 2007-06-23 11:42:40 +00:00
Pierre d'Herbemont 443254c6fe ActiveX: More input->media_instance fix. 2007-06-20 05:39:20 +00:00
Pierre d'Herbemont 91827a02f6 ActiveX: More input->media_instance changes. 2007-06-19 20:44:36 +00:00
Pierre d'Herbemont 0112e7d0e0 ActiveX: input->media_instance changes. 2007-06-19 20:38:18 +00:00
Damien Fouilleul 93dacf03bf - bye, bye "fast-mutex" and "win9x-cv-method" variables 2007-05-21 16:41:45 +00:00
Damien Fouilleul b1b6294752 - activex: support for taking a snapshot into a Picture object 2007-04-10 18:20:26 +00:00
Damien Fouilleul d8f9b79ebb - activex: misc. cleanups 2007-04-06 20:43:33 +00:00
Jean-Paul Saman 86a8407f82 Fix bug get_aspectRatio() that returned wrong error code. 2007-04-03 11:27:19 +00:00
Damien Fouilleul 264b8243ca - activex: support for options passed as a commmand line string 2007-03-22 17:00:51 +00:00
Jean-Paul Saman b30bdcf7f6 Fix bug in vlc.audio.track and add new properties vlc.video.subtitle
to JavaScript API implementation.
2007-03-11 20:17:04 +00:00
Damien Fouilleul bca9301311 -activex: implement _NewEnum property on log.messages collection to allow for "For each message in log.messages" construct in VB and other languages 2007-02-26 19:15:32 +00:00
Damien Fouilleul 2d454641d6 - activex: misc fixes for properties and events sinks 2007-01-31 19:50:48 +00:00
Damien Fouilleul ebf11a99f3 - activex: globally use win32 unicode APIs, hopefully this will fix reported registration problems 2007-01-31 19:49:20 +00:00
Christophe Mutricy c73acb67df Happy New Year 2007-01-14 20:49:22 +00:00
Damien Fouilleul 204952ec72 - added OLESelfRegister in version resource (may fix reported security problems when registering ActiveX plugin) 2007-01-08 18:21:04 +00:00
Damien Fouilleul 542d62dd2e - added 'vlc.video.crop' property for ActiveX/Mozilla 2007-01-08 17:37:59 +00:00
Jean-Paul Saman 1c958f2501 Update ActiveX bindings 2007-01-07 13:23:52 +00:00
Jean-Paul Saman acfc0a55ff Reworked vlc.audio.channel API for JavaScript. All documentation is already updated. 2007-01-07 13:22:37 +00:00
Jean-Paul Saman 600555d4a7 Test for the pointer iso for the pointer to the pointer. Fixes bug with get_aspectRatio(). 2006-12-30 11:48:53 +00:00
Jean-Paul Saman 2dfa55bd53 Audio track and channel support for JavaScript API. The ActiveX vlc.audio.channel interface still has a bug left. 2006-12-20 22:11:54 +00:00
Damien Fouilleul f386482a47 - activex: few fixes, generate latest tlb 2006-12-14 11:57:03 +00:00
Christophe Mutricy 0459ac1dfb .h and .cpp are not executable files 2006-12-13 11:41:15 +00:00
Jean-Paul Saman dc1ce7981b Add support to the activex, mozilla, firefox, safari plugin for changing audio track and audio output channel (reverse, stereo, left, right, dolby). 2006-12-12 11:18:38 +00:00
Christophe Mutricy 94a01b369b Don't call removed target. 2006-12-11 17:04:56 +00:00
Rémi Denis-Courmont 6ed527e817 Use shared libvlc on Win32 2006-12-10 19:56:13 +00:00
Damien Fouilleul fc9b8e5696 - activex: backporting from 0.8.6 2006-12-07 00:29:02 +00:00
Damien Fouilleul aa70c0cf89 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 2006-12-05 17:29:07 +00:00
Damien Fouilleul 9e687edcce - mozilla, activex: vlc-config vlc -> libvlc changes 2006-12-05 10:22:25 +00:00
Damien Fouilleul 06b826ba7f activex: make CATID redefinitions static & private to avoid symbol conflicts 2006-11-23 12:32:57 +00:00
Damien Fouilleul 3c0cdc7975 - latest mingw headers removed some category definitions 2006-11-23 11:10:15 +00:00
Jean-Paul Saman 043ddf1233 Fix property get_aspectRatio (forward port of [17383]) 2006-10-30 19:21:06 +00:00
Jean-Paul Saman a399551429 (Forward port of [17380]) Aspect ratio property for ActiveX plugin 2006-10-30 16:26:43 +00:00
Jean-Paul Saman 50873f0122 Remove excess whitespace 2006-10-29 09:40:56 +00:00
Damien Fouilleul 817653d947 - add log APIs to Activex
- cleanup
2006-10-27 16:09:02 +00:00
Damien Fouilleul b210a0ea84 plugin.cpp: formatting
supportinfo: use static IIDs as previous method wouldn't work in a multithreaded environment
2006-10-10 08:52:30 +00:00
Damien Fouilleul acb895005c - added support for returning custom error messages from libvlc exception messages
- added missing video.toggleFullscreen() API
2006-10-09 18:02:01 +00:00
Damien Fouilleul 5e45f57e88 - 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
2006-10-04 22:48:12 +00:00
Damien Fouilleul 6c59d97646 - test.html: use position rather than time to update slider 2006-10-01 21:56:23 +00:00
Damien Fouilleul f32b795e56 - activex: fix plugin path search, now relative to DLL location & registry settings 2006-09-26 03:12:52 +00:00
Damien Fouilleul 9782300630 - activex: more features and fully updated test.html for new APIs 2006-09-26 00:59:49 +00:00
Jean-Paul Saman 29b5f30387 Use shell style parenthesis for VLC_CONFIG in Makefile.am 2006-09-25 07:24:49 +00:00
Jean-Paul Saman 42b6daf92a remove excess whitespace 2006-09-25 07:23:09 +00:00