- Feb 07, 2015
-
-
Rémi Denis-Courmont authored
-
- Jan 30, 2015
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jan 25, 2015
-
-
Jean-Baptiste Kempf authored
-
- Jan 24, 2015
-
-
Jean-Baptiste Kempf authored
Still alive!
-
- Jan 20, 2015
-
-
The mmal/bcm host libraries haven been restructured lately, which requires some tweaking in the detection. Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Jan 14, 2015
-
-
struct pollfd is available from Vista+, applicable winRT builds. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Regression from 67531a98. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Jan 08, 2015
-
-
Tristan Matthews authored
-
- Jan 01, 2015
-
-
archive_seek_data() was not introduced until this version. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Dec 31, 2014
-
-
We will probably need a Direct3d11 one Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Dec 17, 2014
-
-
Rafaël Carré authored
Closes #11877
-
- Dec 10, 2014
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Dec 06, 2014
-
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Dec 02, 2014
-
-
Ludovic Fauvet authored
-
- Nov 29, 2014
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Everybody should install the underlying libraries somewhere and, if necessary, pass --with-* to specify the installation path (this is automatic for VLC contribs).
-
- Nov 24, 2014
-
-
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.
-
- Nov 22, 2014
-
-
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>
-
- Nov 21, 2014
-
-
Hugo Beauzée-Luyssen authored
poll isn't defined before vista, and we're building for windows XP
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- Nov 20, 2014
-
-
It is not a documented optimization level for gcc or clang. This makes building with clang significantly less spammy. Signed-off-by:
Tristan Matthews <tmatth@videolan.org>
-
- Nov 15, 2014
-
-
- used for direct and non direct rendering (replace opaque.c) - use nativewindowpriv: more control than the public api, since you can set orientation, crop, cancel a buffer without displaying it and allocate more than one buffers. - fallback to nativewindow if nativewindowpriv fails (with only one buffer in the pool then). - Only one way to display subtitles: use a seperate android surface. - Fix subtiles display in case or source aspect != 1. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Nov 14, 2014
-
-
Rémi Denis-Courmont authored
-
- Nov 10, 2014
-
-
Jean-Baptiste Kempf authored
-
- Nov 04, 2014
-
-
Fixes searching for native qt5 progs on cygwin and msys2 The reason for the issue is that on windows if there is a space in the path or if the program is prepends with .exe and we specify the search PATH in AC_PATH_PROGS we must enclose them in quotes or the program will not be found. For future reference, if anyone uses AC_PATH_PROGS please enclose defined search paths (if you have any) in quotes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Oct 29, 2014
-
-
Yuudai Yamashigi authored
-
- Oct 28, 2014
-
-
Rafaël Carré authored
-
- Oct 27, 2014
-
-
Jean-Baptiste Kempf authored
-
- Oct 24, 2014
-
-
Hugo Beauzée-Luyssen authored
Even though that pragma is standard C99, MSVC doesn't understand it. An issue has been opened, and this commit should be reverted when/if they fix it: https://connect.microsoft.com/VisualStudio/feedback/details/1009089/unhandled-standard-macros
-
Hugo Beauzée-Luyssen authored
-
- Oct 17, 2014
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- Oct 16, 2014
-
-
Rémi Denis-Courmont authored
This enables OpenGL/OpenGL ES through Wayland.
-
- Oct 13, 2014
-
-
android-L drops support for pthread_cond_timedwait_monotonic_np and adds support for pthread_condattr_setclock. So, use the good function depending on configure detection. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-