- Aug 09, 2017
-
-
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Since we'll need vlc_actions_t Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- Aug 08, 2017
-
-
Marvin Scholz authored
-
Marvin Scholz authored
-
Marvin Scholz authored
-
David authored
The parameter passed by with -j will be forwarded to the -j parameter of make calls. If the option is not set, a default value is used. By passing 1, the caller can force one core only.
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
mpg123 uses long as rate... Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
Fix #18650
-
Jean-Baptiste Kempf authored
-
This makes it easier to understand the meaning and read the code. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rename a bunch of variables to clarify their meaning. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Aug 07, 2017
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The sub-file wants a file path, not an URI. Set it accordingly. NOTE: Either way, this won´t work if the path contains a whitespace because of longstanding bug #1952.
-
It is necessary for snapshots which create a picture from scratch and then copy "pixels" using the planes or the context callback. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
It is necessary for snapshots which create a picture from scratch and then copy "pixels" using the planes or the context callback. Fixes #18533 Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
The GL textures are Y inverted, so we must reverse the vertical alignment. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
The GL textures are Y inverted, so we must reverse the vertical alignment. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
In 40c96414f343d2fd939cf3053d9dc80930891c7e Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
It's not available on all GCCs Fix regression from 057e5729, 40c96414f343d2fd939cf3053d9dc80930891c7e, c900e39c Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
refs #18650
-
Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
Marvin Scholz authored
Since d9e1ff01 this is no longer passed, vd->source is used instead.
-
Marvin Scholz authored
Since d9e1ff01 this is no longer passed, vd->source is used instead.
-
Marvin Scholz authored
-
It's always vd->source. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Aug 06, 2017
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
The name was meant to indicate that the plugin hid the pointer autonomously. But it was ostensibly confused as implying that the plugin had a mouse hiding control (basically the exact opposite). In fact, it really meant that the mouse hiding control would NOT be used. This tries to provide a slightly less confusing name, and accordingly inverts the meaning. This is also realigns with the convention that false should be the default setting (which was broken in the grand grand parent of this changeset).
-