- 29 Sep, 2011 20 commits
-
-
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
-
Rafaël Carré authored
-
Ming Hu authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
For omxil, the nal size has already been parsed out elsewhere, so we don't need it returned here. This fixes this warning: omxil.c:926: warning: pointer targets in passing argument 7 of 'convert_sps_pps' differ in signedness h264_nal.h:22: note: expected 'uint32_t *' but argument is of type 'int *' Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
-
Rafaël Carré authored
-
- 28 Sep, 2011 20 commits
-
-
Rafaël Carré authored
-
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>
-