- 10 Apr, 2009 22 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
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 16 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
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
Note that the video output core seems to call pf_end while some pictures are still in use upstream. That will crash. IMHO, this is a libvlc bug, as the vout plugin cannot know when to release the picture or reallocate those pictures.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
macosx: updated window styles for VLCControllerWindow and VLCEmbeddedWindow based upon a patch by Georg Seifert Some tweaks to the nib file (so VLCControllerWindow looks all textured again) will be submitted later on.
-
Rémi Denis-Courmont authored
-
- 08 Apr, 2009 2 commits
-
-
Laurent Aimar authored
It should fix #2622 (segfault with vout-filter).
-
Laurent Aimar authored
It should fix #2620 (and was not limited to windows only).
-