- 28 Sep, 2011 20 commits
-
-
Ludovic Fauvet authored
Close #4779
-
Martin Storsjö authored
The Qualcomm and Samsung OMX decoders (on Nexus One and Nexus S at least) on android don't handle NAL format (and stagefright always feeds H264 in annex b format to the decoder, so the same might apply for many other android devices, too). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
mingw64 defines it in direct.h mingw32 fetches the definition from unistd.h
-
Rafaël Carré authored
-
Rafaël Carré authored
the buildbot has been updated with a qt4 library, soon in a contrib near you both do not build atm but fix will be easy once we can ensure win32 still builds
-
Rafaël Carré authored
we make binaries for other arch having the field set to x86 doesn't prevent binary to run it doesn't prevent loading 64bits DLLs either, except when it does (qt4 plugin for example)
-
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
-
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 12 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>
-