- 25 Nov, 2014 13 commits
-
-
Ludovic Fauvet authored
-
Martell Malone authored
-
Martell Malone authored
The QT spec says we should use QT_STATICPLUGIN defined if building a static plugin. As we are using out own makefile and not a qt .pro project we have to define it ourselves. This is then used to decide if we should import the modules QWindowsIntegrationPlugin and AccessibleFactory as these are not needed on a shared build. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Do a memset only on previous area. Subtitle Display is now 15% - 25% faster (depends on window resolution). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
This commit scale the subtitles to the android window size. The vout is now fullscreen and update the display size with the value returned by jni_GetWindowSize. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tobias Güntner authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tobias Güntner authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tobias Güntner authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
dependency on ogg is already specified
-
- 24 Nov, 2014 9 commits
-
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Rémi Denis-Courmont authored
The same test is done in the underlying vlc_cond_broadcast().
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
One corner case still remains when leaving the fullscreen since we cannot resize the UI in this mode.
-
Rémi Denis-Courmont authored
Assume that freeaddrinfo() is missing if and only if targetting OS/2. That is not particularly clean but <vlc_network.h> already makes that same assumption anyhow.
-
Hugo Beauzée-Luyssen authored
This reverts commit f5470b58.
-
- 23 Nov, 2014 1 commit
-
-
Felix Paul Kühne authored
-
- 22 Nov, 2014 4 commits
-
-
Uwe L. Korn authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Uwe L. Korn authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
KO Myung-Hun authored
Move freeaddrinfo() to compat/. ----- CCLD libstream_out_standard_plugin.la weakld: error: Unresolved symbol (UNDEF) '_freeaddrinfo'. weakld: info: The symbol is referenced by: P:\tmp\ldconv_libstream_out_standard_plugin_48c454704dac1660d0.obj Ignoring unresolved externals reported from weak prelinker. Error! E2028: _freeaddrinfo is an undefined reference file P:/tmp\ldconv_libstream_out_standard_plugin_48c454704dac1660d0.obj(ldconv_libstream_out_standard_plugin_48c454704dac1660d0.obj): undefined symbol _freeaddrinfo ----- Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 21 Nov, 2014 13 commits
-
-
Tristan Matthews authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
poll isn't defined before vista, and we're building for windows XP
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Jean-Baptiste Kempf authored
-
Tristan Matthews authored
-
Hugo Beauzée-Luyssen authored
STDIN_FILENO isn't defined by MSVC
-
Hugo Beauzée-Luyssen authored
-