- 17 Aug, 2009 1 commit
-
-
ivoire authored
-
- 24 Jul, 2009 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
(cherry picked from commit be262960c031fbab9e2600969b08e516f20b6679) Conflicts: projects/mozilla/vlcshell.cpp
-
- 10 Jul, 2009 1 commit
-
-
Jean-Paul Saman authored
The text "Waiting for video..." is no longer shown be default. One has to add it to the browser plugin properties before it is shown on the plugin area.
-
- 23 Jun, 2009 1 commit
-
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 24 May, 2009 1 commit
-
-
Jean-Paul Saman authored
-
- 20 May, 2009 1 commit
-
-
Rémi Denis-Courmont authored
You don't want random web pages listing, say, the content of your hard drive (file/xspf-open://C:/ ?). For debugging purpose, the standard error from Mozilla is probably better than Javascript anyway, not to mention that the libvlc logging APi is really brain-damaged.
-
- 18 May, 2009 1 commit
-
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 12 May, 2009 1 commit
-
-
Jean-Paul Saman authored
-
- 10 Mar, 2009 1 commit
-
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 08 Mar, 2009 2 commits
-
-
ivoire authored
-
Jean-Paul Saman authored
-
- 07 Mar, 2009 6 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Fixes play/pause and fullscreen toggle.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Original rewrite done by JP Dinger <jpd@m2x.nl> and cleaned up by jpsaman.
-
JP Dinger authored
Add --no-plugins-cache when compiling the mozilla plugin with debugging enabled, and simplify --volume=0 when starting muted. Signed-off-by:
Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
- 17 Feb, 2009 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
* Rename i_playing to is_playing * Handle case of p_md being NULL.
-
- 09 Feb, 2009 1 commit
-
-
Jean-Paul Saman authored
Remove this define once the functionality is implemented on MacOS X and Win32.
-
- 04 Feb, 2009 1 commit
-
-
Felix Paul Kühne authored
Note that it will try to use the X11 vout right now, so you won't get any visible video output
-
- 19 Sep, 2008 1 commit
-
-
Justus Piater authored
There was a mix of new/delete, malloc()/free() and even several malloc()/delete, so this fixes actual bugs. Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 19 Aug, 2008 1 commit
-
-
ivoire authored
-
- 14 Aug, 2008 1 commit
-
-
Jean-Paul Saman authored
Fix #ifdef XP_UNIX && !defined( __APPLE__), it should be #if defined(XP_UNIX) && !defined( __APPLE__)
-
- 18 Jun, 2008 4 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
The mozilla plugin has already a "toolbar"(bool) parameter. For coherency between ActiveX and mozilla plugin, the "toolbar" parameter has been added to ActiveX, which has created also a "toolbar" property in the exported API (JavaScript for web pages). This commit add it to mozilla plugin too, to maintain coherency. This commit also fix toolbar visibility when toolbar="true" parameter is used in embed object. Signed-off-by:
Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
- 14 Jun, 2008 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 31 May, 2008 3 commits
-
-
Jean-Baptiste Kempf authored
-
Christophe Mutricy authored
-
Pierre d'Herbemont authored
mozilla: Use --ignore-config, we don't want local VLC to interfer with the plugin. Also support exception.
-
- 30 Mar, 2008 1 commit
-
-
Pierre d'Herbemont authored
libvlc: rename libvlc_media_descriptor to libvlc_media and libvlc_media_instance to libvlc_media_player.
-
- 25 Mar, 2008 2 commits
-
-
Jean-Paul Saman authored
-
'embed' HTML node that import VLC mozplug. Default to visible. Signed-off-by:
Jean-Paul Saman <jpsaman@videolan.org>
-
- 25 Feb, 2008 3 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
- nice images - fix playlist status bug - timeslider not updated bug - button/slider position and detection of button click is hardcoded
-