- 11 Feb, 2010 38 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Antoine Cellerier authored
-
Pierre d'Herbemont authored
We may be joining the input_thread inside the vlm lock, and try to vlm lock inside the stop event handler.
-
Pierre d'Herbemont authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Jakob Leben authored
-
Erwan Tulou authored
prefer more uri-friendly file://dir_path to dir://dir_path
-
Erwan Tulou authored
this also solves uri alteration on Windows (recent regression)
-
Erwan Tulou authored
- infinite loop and typo fixed - remove leading slash forgotten
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Sébastien Escudier authored
live555 : send the scale again after a pause. It avoids to fallback to 1.0 speed when we unpause a RTSP stream. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
Some basic information about git submodule: * by default the submodules are not clone * by default the url for the submodules are git:// and not ssh://, the developpers must change this (just uncomment the right line in .gitmodules) to be able to commit to the bindings. Git commandes: * git submodule init => intialize the submodules * git submodule status => status of the submodules * git submodule update => update all submodules
-
Rémi Duraffort authored
The autogenerated python bindings is now hosted in a specific git directory at: git.videolan.org/vlc/bindings/python.git.
-
Antoine Cellerier authored
-
Pierre d'Herbemont authored
Cool speedup when launching the client the first time!
-
Pierre d'Herbemont authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
The libvlc_exceptions have been removed from libvlc. The libvlc audio functions prototypes have changed.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
The following events have been added: - MouseButton : mouse button pressed events - MouseClick : mouse button click event - MouseMoved : mouse movement event (x,y) absolute against vlc video output window - MouseObject : object of interest under mouse button for use by video filters (like: logo)
-
Jean-Paul Saman authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
For the sake of the libvlc users please try to take care of the doxygen documention.
-
- 10 Feb, 2010 2 commits
-
-
Christophe Mutricy authored
and fix a null-dereference Test url: rtmp://cp31335.live.edgefcs.net/live/ (no longer crash but doesn't work)
-
Christophe Mutricy authored
For odd Xlib installations
-