- Sep 07, 2010
-
-
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
-
- Sep 06, 2010
-
-
Rémi Denis-Courmont authored
-
- Sep 05, 2010
-
-
Eduard Babayan authored
Cheery-pick of [4099d3dda0c311a] Signed-off-by:
Christophe Mutricy <xtophe@videolan.org>
-
62487ef4 removed asademux code but not all references to it vanished Signed-off-by:
Daniel Mierswa <impulze@impulze.org> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- Sep 04, 2010
-
-
Mirsal Ennaime authored
-
Mirsal Ennaime authored
-
Jean-Baptiste Kempf authored
Closes #4142
-
VLC_help authored
Signed-off-by:
Rafaël Carré <rafael.carre@gmail.com>
-
Jean-Baptiste Kempf authored
-
It lacks an icon for now and doesn't have the "unmute" ability. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Use strftime() and localtime_r() instead.
-
- Sep 03, 2010
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Consistency between Spatializer and Compressor
-
Jean-Baptiste Kempf authored
And translate strings
-
Modified by jb@videolan.org
-
Jean-Baptiste Kempf authored
-
- Sep 02, 2010
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Sep 01, 2010
-
-
ivoire authored
This SD is really simple for the moment, It can be improve to ease the navigation through the different books.
-
ivoire authored
-
Rémi Denis-Courmont authored
-
- Aug 31, 2010
-
-
ivoire authored
-
ivoire authored
-
ivoire authored
-
ivoire authored
-
Laurent Aimar authored
-
logiconcepts819 authored
Signed-off-by:
Laurent Aimar <fenrir@videolan.org> Modified by Laurent Aimar (removed the equalizer part of the initial patch).
-
- Aug 29, 2010
-
-
Rémi Denis-Courmont authored
By the way, it seems like we should always use NULL rather than "" for longtext. Not only this avoids the recurrent gettext("") translation problem, but an empty tool tip makes no sense. There should be no tool tip at all if there is no text.
-
Rémi Denis-Courmont authored
-
- Aug 28, 2010
-
-
Erwan Tulou authored
-
- Aug 26, 2010
-
-
Rafaël Carré authored
stamp-cache is a PHONY target
-
- Aug 25, 2010
-
-
Christophe Mutricy authored
Both in installed and non-installed mode
-
- Aug 24, 2010
-
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
This reverts commit b1aa3f58.
-