- 24 Jun, 2015 11 commits
-
-
David Fuhrmann authored
Removes useless killerthread and signal handling. Removes start in fullscreen, as this is not correctly working.
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
- 23 Jun, 2015 12 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Daniel Amm authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
Previously, if the user set a custom size in the options, it wasn't respected but the snapshot was stored at the native video size
-
Felix Paul Kühne authored
This fixes a regression introduced in e3b809c1
-
Steve Lhomme authored
the SwapChain dimensions are read from shared private data in the DXGI swap chain Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tristan Matthews authored
Fixes #14909
-
Felix Paul Kühne authored
_Ios_Openmode is an implementation detail of the GNU c++ stdlib whereas ios_base::openmode is the portable way to go
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 22 Jun, 2015 16 commits
-
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Thomas Guillem authored
-
Thomas Guillem authored
This option was previously set by androidsurface.
-
Hugo Beauzée-Luyssen authored
This reverts commit 59678ec0.
-
Hugo Beauzée-Luyssen authored
Since vlc_atomic_float is only used for C files, another option would be to disable this block when building in C++ mode. Related to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64658
-
Thomas Guillem authored
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> cf. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60940
-
Hugo Beauzée-Luyssen authored
This prevents us from providing our atomic types definitions, as they would conflict with the ones in std::
-
Thomas Guillem authored
This commits remove the android_surface module. The old android surface API is now used by the android_window module via native_window_api_t.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Julian Scheel authored
So far no keep-alive messages are sent when GET_PARAMETERS is not supported by the server. Change this to fall back to sending OPTIONS as keep-alive message, which is the default keep-alive message in the SAT>IP specification. As RFC2326 does not enforce a specific command as keep-alive message this shall be valid for any compliant RTSP server. Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Julian Scheel authored
Register a satip-access, which uses a hardcoded default SDP dataset instead of querying it via DESCRIBE. While some SAT>IP servers implement a common DESCRIBE the spec is allowing servers to only support DESCRIBE of already configured sessions, which requires SETUP to be executed before DESCRIBE can be used at all. Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 Jun, 2015 1 commit
-
-
Rémi Denis-Courmont authored
This fixes mismatched binary interface when either: - the versions of C and C++ were different within the LibVLC build, or - an out-of-tree plugin used a different language versin than LibVLC. The LibVLC implementation for ISO C atomics with Intel intrinsics was not generally binary compatible with the native implementation of the compiler. In other words, only one atomics implementation can be used in one LibVLC installation. The One Definition Rule from C++ imposes that native implementation is used, so the LibVLC implementation is hereby removed. Regression from edf1c760.
-