- 17 Mar, 2012 10 commits
-
-
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 14 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>
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
The tuner index is determined by the input. The separate tuner index setting was thus wrong and is removed. The audio mode now defaults to primary language rather than being unspecified. If this is not supported, it falls back to stereo, then mono.
-
Felix Paul Kühne authored
-
Michael Feurstein authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
macosx: make sure that the options in a module list are displayed in the desired locale when displaying the simple prefs (close #6385)
-
Rémi Denis-Courmont authored
The audio capture capability flag is irrelevant. Instead the selected video input specifies its allowed set of audio inputs.
-
Rémi Denis-Courmont authored
This is not to say that devices of some other types should not be supported. But none of them currently are really supported. (Also I think a different MRL scheme would be preferable for some.)
-