- 11 Feb, 2010 24 commits
-
-
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 16 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
-
Christophe Mutricy authored
Needed for XGetWindowAttributes() and XSelectInput()
-
Christophe Mutricy authored
-
Christophe Mutricy authored
Half-tested
-
Jakob Leben authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We must delete from the head to the tail, the opposite of the creation order. This stems from the fact that an stream output object "sees" the next element, and may try to use it while being deleted. The crash was easily reproducible with: vlc --sout-keep --sout '#duplicate{dst=gather:std{mux=ts,dst=/dev/null}}' \ -I oldrc -vv raw_es.mp2
-
Antoine Cellerier authored
Fix ncurses compilation. (testing compilation before commiting changes would be nice, especially when it's buildable on your platform)
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
If we just set "fullscreen" on the emitting video output, the fullscreen mode will not survive a change of video output. With this hack, the hotkeys interface can handle the request correctly. On the other hand, the hotkeys can also handle it incorrectly (e.g. if inside LibVLC). It all comes down to the fact that key actions are per instance, when most of them should be per-input.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This fixes use of multiple inputs with LibVLC. This also fixes a theoretical crash if you toggle fullscreen 2^32 times.
-
Rémi Denis-Courmont authored
This allows the value to be inherited most cleanly across inputs (if the video output cannot be recycled anyway). This also enables changing the fullscreen status in absence of video, just like LibVLC does.
-