- 24 Jan, 2009 33 commits
-
-
Laurent Aimar authored
It still does not work because of [2413].
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Philippe Andre authored
+ Remove this-> + Remove toNativeSeparators
-
Laurent Aimar authored
No functionnality changes yet as the demuxers need to honor it. I have add an extra bool to DEMUX_SET_POSITION/TIME to ask for precise seeking to the demuxer. (You cannot have precision and speed when seeking with non intra only codec).
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Joseph Tulou authored
this patch features : - persistent resizable main windows - video confined to preexisting window size Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
The object was typically already killed, so the thread was leaked. Also, remove vlc_object_kill, since the thread never checks for the detach of its own object.
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
This can really only output iamges at this point. Critical yet-to-be-implemented features: - MIT-SHM shared memory support - XVideo hardware scaling & chroma conversion - keyboard event handling - mouse event handling - window (manager) event handling - cursor blanking - window provider submodule (so it can work without the Qt interface) - screen capture access module - GLX, perhaps? - etc 15, 16 and 24-bits color depth work. 32-bits depth was not tested due to lack of suitable video adapter. 8-bits depth does not work due to a bug in VLC chroma handling. B&W, grey and 16 color are not supported, but are probably not worth it - the Xlib output does not support them either. Fullscreen should work, but was not tested.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It can only be used on detached ressource to ensure the value validity.
-
Laurent Aimar authored
It also probably fixes deadlock between ressources freeing (vout) and input through gui.
-
Laurent Aimar authored
-
Laurent Aimar authored
It is very limited: - Uncrypted only - No ISO or direct disc device - No menu - No still frame - No angle - No out of mux stream (some subtitles use it) It does: - title (MPLS) - chapter (mark) - correct seek - hide invalid ES for a given MPLS
-
Christophe Mutricy authored
So that we don't break the command line of 0.001% of our users
-
- 23 Jan, 2009 7 commits
-
-
Ilkka Ollakka authored
when checking if fullscreencontrollers position needs to be recalculated. Should fix #2283 (what I understand that ticket) Please review and test.
-
Dominique Leuenberger authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Dominique Leuenberger authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Kaarlo Raiha authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-