- 26 Jun, 2015 4 commits
-
-
Sean McGovern authored
Prevent contribs from picking up the dependency here. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
This leads to very inconsistent behaviour on WASAPI and PulseAudio. This reverts commit 1d7c5598.
-
- 25 Jun, 2015 16 commits
-
-
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
-
Rémi Denis-Courmont authored
The sequencing (or lack thereof) is such that the underlying output must be able to cope anyway. Also, this fixes a massive memory leak.
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
android_getEnv: get a JNIEnv* from the Java VM passed via the "android-jvm" option. AWindowHandler: utility class that provide a way to get the Video / Subtitles Java Surface or ANativeWindow.
-
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 9 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
-