191 Commits (a58afe8e62c672b06e047f2475e69977908dbb7d)

Author SHA1 Message Date
Rafaël Carré 0b319e4167 mozilla: remove harmful excessive debug, thanks to Martin Vávra. 19 years ago
Rafaël Carré da58e962dc mozilla: remove potentially harmful debug on win32 19 years ago
Christophe Mutricy 87bf103213 Fix moz plugin linking on system with several version of libvlc installed 19 years ago
Rafaël Carré cd347ef800 mozilla: use new libvlc api 19 years ago
Rafaël Carré 4029f78328 mozilla: links with libvlc-control.1.dylib on macosx 19 years ago
Rafaël Carré 734f58f588 mozilla: don't add a custom application name as argv[0]. 19 years ago
Christophe Mutricy 57b373bbeb Avoid automake getting confused by the ../.. 19 years ago
Rémi Denis-Courmont 53e6603735 Separate LDFLAGS from LIBS for real. 19 years ago
Rafaël Carré 6ee1e193fd Removes trailing spaces. Removes tabs. 19 years ago
Damien Fouilleul 165585bded URI: when pasring for protocol headers allow for more characters than just alpha 19 years ago
Damien Fouilleul 4b11c6e4f6 mozilla: fix VLC Plugin.plugin target for MacOS X, added support for libvlc.dylib, etc.. 19 years ago
Damien Fouilleul 51681a249f mozilla: libtool fixes (round 2: darwin) 19 years ago
Damien Fouilleul d9b9bfcf23 mozilla: libtool fixes (round 1) 19 years ago
Rémi Denis-Courmont f1eecee21d Remove USE_LIBTOOL hack 19 years ago
Jean-Paul Saman 65bc2af721 JavaScript API to change the selected teletext page from IE ActiveX, Mozilla/Firefox, Safari webbrowser plugins. 19 years ago
Pierre d'Herbemont f7799a24d9 Mozilla: Reflect libvlc changes: media_instance destroy_and_detach->release. 19 years ago
Pierre d'Herbemont ed79e42dc4 Mozilla: Yet more input->media_instance changes. 19 years ago
Pierre d'Herbemont 25354a0eee Mozilla: Yet more input->media_instance changes. 19 years ago
Pierre d'Herbemont 935fe1d7a8 Mozilla: Fix previous commit. 19 years ago
Pierre d'Herbemont befe44b968 Mozilla: More input->media_instance changes. 19 years ago
Pierre d'Herbemont f1190ffe05 Mozilla: Attempt to match libvlc input to media_instance changes. 19 years ago
Damien Fouilleul 35610daa5c mozilla: fixed crash on Safari 3 Beta for Windows 19 years ago
Damien Fouilleul 93dacf03bf - bye, bye "fast-mutex" and "win9x-cv-method" variables 20 years ago
Damien Fouilleul 01c453a965 vlcshell.cpp: compile fix 20 years ago
Damien Fouilleul 2d3624cacc - mozilla: support for libvlc_video_redraw_rectangle() message for PAINT events and misc cleanups 20 years ago
Damien Fouilleul 86ce960c8e - vlcshell.cp: compile fix 20 years ago
Damien Fouilleul 3065549c73 - mozilla: possible heap corruption when parsing options as string 20 years ago
Damien Fouilleul 1d8b6ccb09 mozilla: don't hold any reference to root object to prevent ownership issues on plugin destroy, just create it and throw it to the wilderness 20 years ago
Damien Fouilleul 614d104eda - mozilla: refcounting is still important, don't mess it up during normal operation 20 years ago
Damien Fouilleul 2cb0f8937b - mozilla: I finally figured out why firefox was corrupting memory after destroying plugin (so much fore reference counted objects !) 20 years ago
Damien Fouilleul 9a31042d27 - mozilla: formatting, cleanup, and NPN_SetValue/NPP_SetValue support 20 years ago
Damien Fouilleul b77f2f8ba4 - mozilla: most properties in vlc.audio object don't require an active input, be careful jpsaman ;) 20 years ago
Damien Fouilleul a8fd6d9675 - mozilla: some cleanup, workarounds for potential crash scenarios 20 years ago
Jean-Paul Saman b30bdcf7f6 Fix bug in vlc.audio.track and add new properties vlc.video.subtitle 20 years ago
Christophe Mutricy c73acb67df Happy New Year 20 years ago
Jean-Paul Saman 4413cbfe45 Fix indentation 20 years ago
Damien Fouilleul 364f370e80 - mozilla/Makefile.am: make sure rpath is only used for UNIX build 20 years ago
Damien Fouilleul 542d62dd2e - added 'vlc.video.crop' property for ActiveX/Mozilla 20 years ago
Jean-Paul Saman acfc0a55ff Reworked vlc.audio.channel API for JavaScript. All documentation is already updated. 20 years ago
Jean-Paul Saman 2dfa55bd53 Audio track and channel support for JavaScript API. The ActiveX vlc.audio.channel interface still has a bug left. 20 years ago
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). 20 years ago
Rémi Denis-Courmont 6ed527e817 Use shared libvlc on Win32 20 years ago
Damien Fouilleul 454b19b86a - mozilla, activex, directx: more backporting from 0.8.6 20 years ago
Damien Fouilleul ec077666e9 mozilla: backporting from 0.8.6 20 years ago
Damien Fouilleul 9e687edcce - mozilla, activex: vlc-config vlc -> libvlc changes 20 years ago
Rémi Denis-Courmont c8a17a09b1 Try to fix Mozilla plugin 20 years ago
Jean-Paul Saman 82e4cda859 (Forward port of [17371]) Implement Aspect Ratio property for Mozilla plugin 20 years ago
Jean-Paul Saman ff6d1b16e3 Implement VersionInfo as property. (Forward port of [17345]) 20 years ago
Jean-Paul Saman 4a80777b4e Forward port of rev 17335. Implement versionInfo() method 20 years ago
Damien Fouilleul 056c9fe39d - added log APIs to javascript for mozilla 20 years ago