- 25 Jun, 2015 8 commits
-
-
Thomas Guillem authored
Used to pass the Java VM and a org.videolan.libvlc.IAWindowNativeHandler jobject.
-
Thomas Guillem authored
If not setting any audio options, the aout will be created by the decoder thread. This avoids to create an audio output that will be destroyed if you change it with libvlc_audio_output_set.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jan Ekström authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 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 9 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
-