- 11 Apr, 2009 4 commits
-
-
Jean-Philippe Andre authored
-
Jean-Philippe Andre authored
-
Jean-Philippe Andre authored
-
Jean-Philippe Andre authored
-
- 10 Apr, 2009 27 commits
-
-
Rémi Denis-Courmont authored
It did not count non-ASCII characters at all (wrapping asian text must have been fun...). Then again, to wrap even fixed-width font text, you need to use wcwidth()/wcswidth().
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
macosx: NSApplication was subclassed in [408f769e], so let's set the file's owner to use the correct class This also fixes some minor type errors in the main nib
-
Rémi Denis-Courmont authored
By the way, alloca() _cannot_ return NULL. It simply crashes if there is not enough memory.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
David Flynn authored
mingw provides this all for free and is better. Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Flynn 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>
-
David Flynn authored
This reverts commit db01e438. Original commit was correct. -- davidf Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Flynn authored
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
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
I'll add an option to disable this feature later on
-
Felix Paul Kühne authored
Fixes playback of AVI files... ;)
-
- 09 Apr, 2009 9 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This reverts commit 151982aa.
-
Jean-Baptiste Kempf authored
This reverts commit 3779d5bd.
-
Jean-Baptiste Kempf authored
This reverts commit 30f33e7a.
-
Jean-Baptiste Kempf authored
This reverts commit 3bceb9cf.
-
Jean-Baptiste Kempf authored
This reverts commit f5d10727.
-
Laurent Aimar authored
When a channel mask is incomplete, use 'random' position to fill it up. (It means that the channel position is 'unspecified' and so we have to choose it ourselve). It should fix #2618.
-
Rémi Denis-Courmont authored
-