- 02 Oct, 2011 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This should fix the warning about 8 not being a valid control type.
-
Pierre Ynard authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 01 Oct, 2011 21 commits
-
-
Pierre Ynard authored
-
Martin Storsjö authored
This changes the path added in 17c3d301 to the right one. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Doing the white balance is an action, showing as a "void" variable in VLC and button control in V4L2. So it made no sense to have an integer configuration item for it.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
They were deprecated in Linux version 2.6.26.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Ideally, we should subclass QAbstractSpinBox to support 64-bits values. But in the mean time, lets at least support the int32_t range.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Otherwise, the caller cannot determine that the value is not defined, such that the vlc_value_t is not set and cannot be used.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
As per the specification, only those three types have default values.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The V4L2 plug-in is a bit peculiar with dynamically generated object variables. We need to keep track of which controls/variables we have, so that we can remove the variables callbacks later. The only other way to solve this bug, that I could think of, consisted of extending the VLC variables subsystem (which would be worse in code freeze). This rewrite also fixes a few other bugs: * Support menu with non-zero based minumum choice * Support menu with discontinuous choices range * Redumdant use the extended controls API as fallback (This only makes sense to set more than one control at a time, or to set 64-bits and string controls. VLC does none of that.) * Unused "controls-update" and "allcontrols" variables. * Skipping disabled, read-only and volatile controls. Support for the legacy control enumeration API (pre-2.6.18 kernel) is removed; and the code is now independent of the VLC object type (it could easily be reused for say, a V4L2 video output).
-
Rémi Denis-Courmont authored
This should force a build failure when the checksum file is not in sync with the list of required sources.
-
Rémi Denis-Courmont authored
This is superseded by the MCE plug-in. libosso is not available on Maemo 6 while MCE is available on all versions.
-
Rémi Denis-Courmont authored
-
- 30 Sep, 2011 4 commits
-
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Regression introduced in 9367ce0bSigned-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
glwin32 should be back
-
Jean-Baptiste Kempf authored
This has never been working. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 29 Sep, 2011 12 commits
-
-
Martin Storsjö authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Tobias Güntner authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
var_Change(VLC_VAR_GETTEXT) fails if there is no text. In that case, the value is undefined.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Konstantin Pavlov authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
If you don't actually use the return of a function, don't store it.
-
Jean-Baptiste Kempf authored
-