- 31 Mar, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 25 Mar, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 23 Mar, 2015 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This should help reduce the amount of leaks, as the new npapi::Variant class handles the memory management automatically. This also fixes at least a memory leak when converting from string to anything else
-
- 20 Mar, 2015 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This also adds a few utilities to wrap NPAPI types and use them more transparently
-
Hugo Beauzée-Luyssen authored
-
- 19 Dec, 2014 1 commit
-
-
Jean-Baptiste Kempf authored
Close #11990
-
- 13 Dec, 2014 1 commit
-
-
Jean-Baptiste Kempf authored
New property named currentItem, which returns the current playlist item. The core for this property already exists in the plugin, therefore it was easy to create the property for activex v2 and mozilla.i activex v1 already knows this property, but with an other name, "PlaylistIndex" Close #12797
-
- 28 Apr, 2014 2 commits
-
-
Felix Paul Kühne authored
ensure that spu and audio tracks are in a 0 based array, not a -1 based one to match the 2.0 behavior of VLC's web plugins
-
Felix Paul Kühne authored
-
- 27 Apr, 2014 1 commit
-
-
Felix Paul Kühne authored
This matches the API of competing web plugins and defined HTML5 behavior. Internal libvlc IDs are converted on-the-fly.
-
- 23 Apr, 2014 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 17 Feb, 2014 5 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 01 Jan, 2013 1 commit
-
-
Ludovic Fauvet authored
See #4805
-
- 13 Dec, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 29 Feb, 2012 1 commit
-
-
Jeroen Ost authored
Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
- 01 Feb, 2012 1 commit
-
-
JM Lambert authored
Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
- 24 Jan, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 23 Jan, 2012 1 commit
-
-
Cheng Sun authored
-
- 21 Nov, 2011 1 commit
-
-
Sergey Radionov authored
Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
- 13 Nov, 2011 1 commit
-
-
Sergey Radionov authored
Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
- 10 Jul, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 10 Oct, 2010 12 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
-
David Menestrina authored
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
-
Rémi Duraffort authored
-
Jean-Paul Saman authored
Reverts part of 7db94f4d2fc742537828fbe0c8eb5a and rewrite the code.
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-