- 21 Dec, 2015 1 commit
-
-
Felix Paul Kühne authored
-
- 02 Dec, 2015 1 commit
-
-
Petri Hintukainen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Nov, 2015 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 24 Oct, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 23 Oct, 2015 1 commit
-
-
Thomas Guillem authored
Used to pass an Evas_Object * for the future Evas video_output.
-
- 22 Oct, 2015 1 commit
-
-
Thomas Guillem authored
And assert (debug only).
-
- 15 Oct, 2015 1 commit
-
-
Thomas Guillem authored
-
- 10 Sep, 2015 1 commit
-
-
Felix Paul Kühne authored
-
- 05 Aug, 2015 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 28 Jul, 2015 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Cc: Harald Sitter <sitter@kde.org>
-
Rémi Denis-Courmont authored
Cc: Harald Sitter <sitter@kde.org>
-
- 27 Jul, 2015 1 commit
-
-
Rémi Denis-Courmont authored
This exposes (audio) policy cork events to LibVLC applications. The intended usage is for applications to pause/resume playback. We decided against pausing and resuming automatically as it would most likely confuse the playback state machine of existing applications. By default, the OS decides might either mute or duck the audio stream. Cc: Harald Sitter <sitter@kde.org>
-
- 25 Jul, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 24 Jul, 2015 1 commit
-
-
Felix Paul Kühne authored
The QuickDraw vout is gone since a long time so this remnant is a NO-OP
-
- 26 Jun, 2015 1 commit
-
-
Thomas Guillem authored
This leads to very inconsistent behaviour on WASAPI and PulseAudio. This reverts commit 1d7c5598.
-
- 25 Jun, 2015 2 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.
-
- 17 Jun, 2015 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 16 Jun, 2015 1 commit
-
-
Felix Paul Kühne authored
Thanks to Rémi for the suggestions
-
- 09 Jun, 2015 2 commits
-
-
Felix Paul Kühne authored
libvlc: expand media player API to retrieve full information about available chapter of a given title
-
Felix Paul Kühne authored
libvlc: expand media player API to retrieve information about all available titles of the currently playing media item
-
- 05 Jun, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 26 May, 2015 1 commit
-
-
Thomas Guillem authored
This fixes a regression brought by 9f85beee
-
- 23 May, 2015 1 commit
-
-
Rémi Denis-Courmont authored
Do not assume the title number is small; allocate large enough buffer.
-
- 22 May, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 May, 2015 1 commit
-
-
Rémi Denis-Courmont authored
input_Create() should be matched with input_Close(). vlc_object_release() should be used only to discard extra references to the input thread object.
-
- 15 Apr, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Feb, 2015 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is what the tests expect, and was the final status before the merge of ABORT and DEAD input events. In fact, libvlc_Stopped does not really correspond to anything: it has no STOPPED_S equivalent in the input thread state. The only way to reach it is to call libvlc_media_player_stop() explicitly. Regardless, lets keep it for backward compatibility.
-
- 05 Feb, 2015 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 15 Jan, 2015 1 commit
-
-
Rémi Denis-Courmont authored
A variable cannot be inherited if it is not a configuration item. Note this only avoids generating an error; VBI cannot work without the plugin anyway.
-
- 09 Dec, 2014 1 commit
-
-
Felix Paul Kühne authored
-