- 18 Mar, 2012 1 commit
-
-
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 16 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
-
Frédéric Yhuel authored
This is a DASH specific box. See [1] for its definition. It will probably be useful in a near future, and I will use it at a workaround to get fragment duration when tfhd and trun boxes don't give (default) sample duration(s). [1] http://www.3gpp.org/ftp/Inbox/LSs_from_external_bodies/ISO_IEC_JTC1_SG29_WG11/29n12310.zipSigned-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 15 Mar, 2012 7 commits
-
-
Edward Wang authored
LUA SD: Add vlc.sd.remove_all_items_nodes() to make it easier for LUA script writers. Close #3397 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sukrit Sangwan authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Close #5914 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Close #3335 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-