- 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>
-
- Oct 11, 2014
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Pointed-out-by: Paweł Stankowski
-
- Oct 09, 2014
-
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Oct 06, 2014
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Oct 02, 2014
-
-
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
-
- Oct 01, 2014
-
-
Adrien Maglo authored
chromecast: add an experimental sout module that connects to a ChromeCast device and streams using the HTTP access output Example: vlc input.mp4 --sout="#chromecast{ip=192.168.1.11}"
-
- Sep 30, 2014
-
-
Rémi Denis-Courmont authored
-
- Sep 27, 2014
-
-
Rémi Denis-Courmont authored
-
- Sep 21, 2014
-
-
Tristan Matthews authored
-
- Sep 17, 2014
-
-
Rémi Denis-Courmont authored
-
- Sep 10, 2014
-
-
David authored
-
- Sep 04, 2014
-
-
Rémi Denis-Courmont authored
-
- Sep 01, 2014
-
-
The mmal codec plugin is built as a part of the mmal module now. This drops the ability to en-/disable codec support independently from the vout, but in fact currently there is no mmal implementation which wouldn't support both modules, so it seems sane to build them together as this unclutters the configure scripts a little. Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
As the mmal modules will require some shared code in the future move them out of the split directory structure into a hw/mmal subdirectory, like it is handled with vdpau plugins already. Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Aug 31, 2014
-
-
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- Aug 30, 2014
-
-
Rémi Denis-Courmont authored
Remove unused checks for locale.h, machine/parm.h, scsi/scsi.h, sys/time.h, and sys/ioctl.h. Simplify checks for net/if.h (this has no dependency) and sys/mounth.h (sys/param.h).
-
Rémi Denis-Courmont authored
-
- Aug 28, 2014
-
-
Rémi Denis-Courmont authored
-
Tristan Matthews authored
-
- Aug 23, 2014
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Aug 22, 2014
-
-
Rémi Denis-Courmont authored
-