- May 13, 2009
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
the XvMC plugin use xcommon.c where some part use HAVE_XINERAMA conditions. Missing symbols are : XineramaQueryScreens XineramaQueryExtension XineramaIsActive Signed-off-by:
Rémi Duraffort <ivoire@videolan.org>
-
- May 12, 2009
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- May 10, 2009
-
-
Here is the updated patch with the modified configure.ac. I have also added some comments and cleaned up a little bit of code. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- May 08, 2009
-
-
Jean-Baptiste Kempf authored
Codename is not changed yet (Zukovsky? Stop Goldeneye?)
-
Jean-Baptiste Kempf authored
-
- May 07, 2009
-
-
Signed-off-by:
David Flynn <davidf@rd.bbc.co.uk> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
- May 06, 2009
-
-
Rémi Denis-Courmont authored
-
- May 02, 2009
-
-
Rémi Denis-Courmont authored
-
- Apr 26, 2009
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
hartman authored
-
- Apr 25, 2009
-
-
Rémi Denis-Courmont authored
Allocation of U/V planes and unsupported chroma fallback are critically missing. XvPort grabbing is not implemented. Also, full screen, scale, zoom, A.R. and crop are missing as with the other XCB plugin.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Apr 21, 2009
-
-
Rémi Denis-Courmont authored
-
- Apr 19, 2009
-
-
ivoire authored
-
Rémi Denis-Courmont authored
AC_MSG_FAILURE is solely meant for configure check unexpected failure, not for "normal" errors whereby a check detects a missing dependency.
-
Rémi Denis-Courmont authored
-
- Apr 18, 2009
-
-
Rémi Denis-Courmont authored
It made things more complicated for MIT-SHM.
-
- Apr 17, 2009
-
-
An issue regrading %zu vasprintf NOT being recognized by mingw runtime's 3.14 is fixed with an upgrade to 3.15 So make this the least required standart. Note that this issue lead to a vlc early crash on windows and is generally toxic on cases where %s is following a misinterpreted %zu Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
- Apr 16, 2009
-
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Apr 13, 2009
-
-
Felix Paul Kühne authored
First step of fixing linking errors against libx264
-
- Apr 12, 2009
-
-
Felix Paul Kühne authored
Check for broken ld on Darwin 9 only
-
Laurent Aimar authored
-
- Apr 11, 2009
-
-
Rémi Denis-Courmont authored
-
- Apr 10, 2009
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
*printf as per MSVCRT is not c99 compliant. mingw32 provides a set of replacement functions, but these are buggy in old versions. Defining __USE_MINGW_ANSI_STDIO causes mingw's stdio to provide a set of wrappers that use the mingw32 version that gets statically linked. Attention needs to be given to contrib too, it is possible for contrib to expect a c99 *printf and later die. This patch modifies the conrtib bootstrap to define the above in CPPFLAGS, however, not all builds honour CPPFLAGS. This can be validated by looking for the import from msvcrt: $ find vlc-w32/vlc-1.0.0-pre1/ -name '*.dll' -print -exec sh -c \ 'i586-mingw32msvc-nm {} | grep __imp__.*printf' ';' If all is good, this shouldn't find anything. This patch *will* break WinCE support. However, it is semibroken anyway; better to force it to be fixed completely. Signed-off-by:
David Flynn <davidf@rd.bbc.co.uk> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-