- 31 May, 2016 19 commits
-
-
Thomas Guillem authored
test_media_has_slaves_from_player is deactivated for now since there is now way to test inputs in a reliable way. Indeed, demux modules may depend on configuration and systems libs. TODO: test libvlc_media_player_add_slave
-
Thomas Guillem authored
Since pp_slaves is not initialised when libvlc_media_slaves_get() returns 0.
-
Thomas Guillem authored
-
Thomas Guillem authored
In order to add a slave when the media player is playing.
-
Thomas Guillem authored
-
Thomas Guillem authored
It can now handle a slave type (via input_item_slave_t) and update the input_item_t slave list. This control is unused for now.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
input_item_t slaves will be always loaded from LoadSlaves(): slaves added via libvlc won't depend on "sub-autodetect-file" option. If this option is activated, demuxers won't add any slaves.
-
Thomas Guillem authored
-
Filip Roséen authored
Given that NORMAL=0, REPEAT_ALL=1, REPEAT_ONE=2, the previous code would not yield a value that actually corresponds to the correct icon when we receive notification of "loop mode change". Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
This is limited to the first and only renderer discovery service we have for now Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
so it can be set for all input created for this playlist instance Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
Given that NORMAL=0, REPEAT_ALL=1, REPEAT_ONE=3 the previous code would not always yield the correct state for the loop button during setup. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Andrey Gursky authored
As a rule the content of a tarball doesn't have newer timestamps than the tarball file itself. Thus after unpacking the directory microdns has an older timestamp than the tarball file. Every time make runs, it thinks the tarball has been updated and microdns must be rebuilt. To avoid this, additionally touch the directory microdns after unpacking, which is already included in a predefined command MOVE. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 30 May, 2016 4 commits
-
-
Thomas Guillem authored
-
Jean-Baptiste Kempf authored
-
Sean McGovern authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
ssbssa authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 29 May, 2016 7 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Close #16893
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #16968
-
Andrey Gursky authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 28 May, 2016 8 commits
-
-
Adrien Maglo authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
flx42 authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Adrien Maglo authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
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
-
- 27 May, 2016 2 commits
-
-
Rémi Denis-Courmont authored
We do not call clock_gettime() in this file anymore.
-
Rémi Denis-Courmont authored
This can be used to handle cancellation during msleep() and mwait() if it would not otherwise work out of the box.
-