- 28 Sep, 2011 12 commits
-
-
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
-
Martin Storsjö authored
Also move the color format definition to the header, making it available to omxil.c. In practice on Nexus One with stock firmware, it is NV21 even though the decoder says it's planar. (On CyanogenMod with OMX decoder built from source, the decoder returns OMX_QCOM_COLOR_FormatYVU420SemiPlanar as pixel format, though.) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Desire Z and Desire HD use OMX_COLOR_FormatYUV420SemiPlanar, which when inspected turns out to be NV12, while Nexus One either reports OMX_QCOM_COLOR_FormatYVU420SemiPlanar (or falsely reports OMX_COLOR_FormatYUV420Planar) which is NV21. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 27 Sep, 2011 8 commits
-
-
Rémi Denis-Courmont authored
Unfortunately, I cannot see how not to second guess ALSA as some devices exhibit inconsistent hardware configuration spaces (namely front, surround41 and surround50). Also I do not know any API to query the order of channels. Note that 7.1 is not supported but it could be added with some extra reordering code.
-
Rémi Denis-Courmont authored
This path should only be used when a non-plug device is forced.
-
Jean-Baptiste Kempf authored
-
Dominique Leuenberger authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rob Jonson authored
This is more reliable for ensuring everythign is escaped. This allows different escaping for xml and json Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rob Jonson authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rob Jonson authored
uri should be made from path without special xml chars currently, html entities are being inserted in the uri Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
F. Yhuel authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 26 Sep, 2011 15 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Right shifting 32-bits is typically easier than 24-bits (it should be free on most 32-bits platforms). Also, this cannot overflow with the current volume scale.
-
Felix Paul Kühne authored
we'll need a similar fix for function keys and friends
-
Felix Paul Kühne authored
-
Rob Jonson authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rob Jonson authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rob Jonson authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rob Jonson authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rob Jonson authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rob Jonson authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rob Jonson authored
playlist.xml now draws it's data from the common model in httprequests.lua output data is the same for backwards compatibility Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rob Jonson authored
instead of sending the uri as name to input_item_NewExt, send NULL and the core will deal with it (fix #5378) Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
This should help on Win64
-
Jean-Baptiste Kempf authored
-
- 25 Sep, 2011 5 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #3148
-
Jean-Baptiste Kempf authored
-