- 08 May, 2009 2 commits
-
-
Jean-Baptiste Kempf authored
Codename is not changed yet (Zukovsky? Stop Goldeneye?)
-
Jean-Baptiste Kempf authored
-
- 07 May, 2009 2 commits
-
-
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
-
- 06 May, 2009 1 commit
-
-
- 02 May, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 26 Apr, 2009 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
hartman authored
-
- 25 Apr, 2009 4 commits
-
-
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
-
- 21 Apr, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Apr, 2009 3 commits
-
-
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
-
- 18 Apr, 2009 1 commit
-
-
Rémi Denis-Courmont authored
It made things more complicated for MIT-SHM.
-
- 17 Apr, 2009 4 commits
-
-
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
-
- 16 Apr, 2009 1 commit
-
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 13 Apr, 2009 1 commit
-
-
Felix Paul Kühne authored
First step of fixing linking errors against libx264
-
- 12 Apr, 2009 2 commits
-
-
Felix Paul Kühne authored
Check for broken ld on Darwin 9 only
-
Laurent Aimar authored
-
- 11 Apr, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 10 Apr, 2009 13 commits
-
-
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
-
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
-