- 08 Jan, 2012 1 commit
-
-
Cheng Sun authored
-
- 21 Dec, 2011 1 commit
-
-
Cheng Sun authored
VlcPluginBase is a new abstract class from which platform-specific child classes will inherit. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 30 Nov, 2011 1 commit
-
-
Cheng Sun authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 Nov, 2011 1 commit
-
-
Sergey Radionov authored
Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
- 08 Nov, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 12 Jul, 2011 1 commit
-
-
Sergey Radionov authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 10 Jul, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 30 May, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 12 Oct, 2010 2 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 10 Oct, 2010 30 commits
-
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
The mozilla webplugin events do not support arguments and expose all events available in libvlc. Most of these events are not usefull for the webplugins and not being able to pass arguments is another limiting issue. This patch addresses both problems at the same time. The mozilla webplugin limits supports to the libvlc_MediaPlayer* events just like the ActiveX webplugin does. These events are usefull in the context of a webplugin. Ommit the 'libvlc_' prefix from the libvlc_MediaPlayer* events to obtain the events name that must be used from JavaScript to listen on the event. Example: - libvlc_MediaPlayerOpening becomes 'MediaPlayerOpening' - libvlc_MediaPlayerNothingSpecial becoms 'MediaPlayerNothingSpecial' Signed-off-by:
Jean-Paul Saman <jean-paul.saman@m2x.nl> Conflicts: projects/mozilla/vlcplugin.cpp projects/mozilla/vlcplugin.h
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
David Menestrina authored
These macros were previously defined in mozilla-config.h, but we're not supposed to include those files according to the mozilla devs. However, the macros must be defined for npapi.h to define the necessary platform-specific structures. This patch sets up the macros before including npapi.h. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Nicolas Chauvet authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Conflicts: projects/mozilla/vlcplugin.cpp
-
Jean-Paul Saman authored
ifdef the dependency on pthread for windows. It restricts pthread usage to XP_UNIX only. The events object should be extended to support MacOS X and Win32 too, this will be done in coming commits. Signed-off-by:
Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
JP Dinger authored
-
Yannick Brehon authored
This is the patch as supplied, which needs work and as of yet doesn't compile on non-unix. Fixes pending. -- jpd
-
Rémi Duraffort authored
-
JP Dinger authored
-
Christophe Mutricy authored
-
Jean-Paul Saman authored
(cherry picked from commit be262960c031fbab9e2600969b08e516f20b6679) Conflicts: projects/mozilla/vlcshell.cpp
-
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.
-
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.
-
JP Dinger authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Original rewrite done by JP Dinger <jpd@m2x.nl> and cleaned up by jpsaman.
-
Christophe Mutricy authored
-