- 12 May, 2009 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 05 May, 2009 3 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 16 Mar, 2009 1 commit
-
-
Jean-Paul Saman authored
-
- 08 Mar, 2009 1 commit
-
-
Jean-Paul Saman authored
-
- 07 Mar, 2009 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Original rewrite done by JP Dinger <jpd@m2x.nl> and cleaned up by jpsaman.
-
- 26 Feb, 2009 1 commit
-
-
Change wording to be more accurate. And maybe make JB happy. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 17 Feb, 2009 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman 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 3 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>
-
- 31 May, 2008 2 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 31 Mar, 2008 1 commit
-
-
tanguy_k authored
libvlc: rename all libvlc_MediaInstance in libvlc_MediaPlayer and libvlc_MediaDescriptor to libvlc_Media Signed-off-by:
Pierre d'Herbemont <pdherbemont@videolan.org>
-
- 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.
-
- 26 Mar, 2008 1 commit
-
-
Rafaël Carré authored
-
- 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>
-
- 04 Mar, 2008 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
[PATCH] by Anthony Loiseau <anthony.loiseau at gmail dot com>: Avoid browser crashing on mozilla-plugin when jumping into the media using the time-slider and no movie is loaded. Signed-off-by:
Jean-Paul Saman <jpsaman@videolan.org>
-
- 25 Feb, 2008 3 commits
-
-
Jean-Paul Saman authored
- nice images - fix playlist status bug - timeslider not updated bug - button/slider position and detection of button click is hardcoded
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 04 Feb, 2008 1 commit
-
-
Pierre d'Herbemont authored
projects/ - contains projects that link to libvlc other than vlc and the bindings. extras/package - contains the packaging specific files. extras/deprecated - deprecated files. extras/buildsystem - contains non-default buildsystem stuff. extras/analyser - contains code analyser (such as editor specific files) specific files.
-
- 20 Jan, 2008 1 commit
-
-
Christophe Mutricy authored
-
- 19 Jan, 2008 4 commits
-
-
Konstantin Pavlov authored
-
Felix Paul Kühne authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
New; - Mozilla/firefox toolbar for Linux - Play, Pause, Stop, Fullscreen and Mute buttons - Timeline, you can click on any place in the timeline and the movie will jump to it Fixed: - Coding style, readibility - Maximum 80 characters per line - Major memory leak, due to not releasing image data Known bugs: - updating timeline not working well because callback function not working "libvlc_event_attach......" - white line below the toolbar - play/pause toggle not working well because ticket #1065
-
- 10 Sep, 2007 1 commit
-
-
Rafaël Carré authored
-
- 23 Jun, 2007 1 commit
-
-
Pierre d'Herbemont authored
-
- 19 Jun, 2007 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 12 Jun, 2007 1 commit
-
-
damienf authored
-