- 19 Mar, 2012 3 commits
-
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
This still doesn't work with ordered chapters though. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 18 Mar, 2012 12 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids the infamous VLC playlist bug whereby the playlist stops if the current item is deleted. It turns out PulseAudio tends to "update" a source right after VLC opens it, and then VLC stopped playing almost as soon as it started.
-
Mirsal Ennaime authored
-
Rémi Denis-Courmont authored
-
Mirsal Ennaime authored
Make org.mpris.MediaPlayer2.CanSetFullscreen true only when a vout thread is running.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
-
Pierre Ynard authored
This fixes an endless loop when piping commands to stdin with echo for example
-
- 17 Mar, 2012 16 commits
-
-
Pierre Ynard authored
In particular this happens when piping commands into stdin
-
Rémi Denis-Courmont authored
This fixes the smurf effect on YUY2. Unsupported quarter rotations are black-listed.
-
Rémi Denis-Courmont authored
This includes RV15, RV16, RV23 and high depth YUV chromas.
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
The if condition was only true in a very very rare case, and even then the code is incorrect (e.g. when the detached window is in fullscreen and the user closes the main window).
-
David Fuhrmann authored
This simplifies the code in several lines.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This should enable a few more chromas, at least GREY.
-
Rémi Denis-Courmont authored
This enables GCC to inline the coordinate functions. Without this, there was one function call per pixel component.
-
Rémi Denis-Courmont authored
-
Jonatan \"jaw\" Wallmander authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
glXSwapIntervalEXT() does not return a value, contrary to the SGI equivalent. In case of error, the X11 error handler is used. This patch fixes compilation with conforming headers. It should still be compatible with buggy Mesa headers where 'int' is returned. For reference, see the specification here: http://www.opengl.org/registry/specs/EXT/swap_control.txt http://www.opengl.org/registry/api/glxext.h
-
Jean-Baptiste Kempf authored
-
- 16 Mar, 2012 9 commits
-
-
Rémi Denis-Courmont authored
There is really no point in enumerating all inputs here. Eventually the service discovery plugin should take of that properly.
-
Rémi Denis-Courmont authored
Do not bother if the input does not support/need it.
-
Rémi Denis-Courmont authored
This should be set for all NTSC standard variants, not only for the whole set of NTSC standards. More importantly, this should used the detected standard (VIDIOC_QUERYSTD) rather than the configured one (VIDIOC_S_STD) if at all possible.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Frédéric Yhuel authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sukrit Sangwan authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-