- 20 Sep, 2016 1 commit
-
-
Thomas Guillem authored
-
- 15 Sep, 2016 1 commit
-
-
François Cartegnie authored
EIT structs and Events and should be referenced by their unique ID. First step towards in depth changes to epg_t et epg_event_t.
-
- 08 Sep, 2016 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 09 Aug, 2016 1 commit
-
-
Hugo Beauzée-Luyssen authored
This should help the test to pass on our buildbots
-
- 24 Jul, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 Jul, 2016 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 20 Jul, 2016 3 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
For the sake of coherence.
-
- 30 Jun, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 Jun, 2016 1 commit
-
-
Duncan McNAMARA authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 24 Jun, 2016 1 commit
-
-
Thomas Guillem authored
-
- 14 Jun, 2016 2 commits
-
-
Thomas Guillem authored
This test doesn't depend on data of the running user anymore. This reverts commit 06add6ac.
-
Thomas Guillem authored
Since service discoveries depends on data of the user.
-
- 13 Jun, 2016 3 commits
-
-
Rémi Denis-Courmont authored
This test never worked.
-
Thomas Guillem authored
-
Thomas Guillem authored
This doesn't test network services anymore.
-
- 10 Jun, 2016 2 commits
-
-
Rémi Denis-Courmont authored
This test never worked.
-
Thomas Guillem authored
-
- 09 Jun, 2016 1 commit
-
-
Thomas Guillem authored
-
- 08 Jun, 2016 1 commit
-
-
Thomas Guillem authored
Add missing samples/slaves to EXTRA_DIST
-
- 05 Jun, 2016 5 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
Because it's UB and depends of accesses.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Rémi Denis-Courmont authored
-
- 31 May, 2016 1 commit
-
-
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
-
- 30 May, 2016 1 commit
-
-
Thomas Guillem authored
-
- 24 May, 2016 1 commit
-
-
Thomas Guillem authored
Because having two differents events for the same objective is way too confusing (libvlc_MediaParsedStatus was recently added by me). libvlc_MediaParsedCharged is now always sent after a call to libvlc_media_parse_*() (this was not the case if the pre-parsing was skipped). The core vlc_InputItemPreparsedChanged event is now only attached from the media player. This allows the libvlc_MediaParsedCharged event to be sent when a media is parsed from a media player. /!\ Behavior change in libvlc API /!\ The libvlc_event_t.u.media_parsed_changed.new_status value changed, this is now a libvlc_media_parsed_status_t. Before this patch, this value was always set to true, even in case of parse failure/skipped. Now this value can be skipped (1), failed (2) or done (3). There should be no changes for users that were checking if new_status was true, since this events was called for these 3 cases (that are all > 0).
-
- 21 Apr, 2016 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 17 Apr, 2016 5 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
In order to match libvlc ones.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 14 Apr, 2016 1 commit
-
-
François Cartegnie authored
Should fail by default and is validated on success. The whole test is incorrect, reporting false positives and no possible true negatives.
-
- 05 Apr, 2016 1 commit
-
-
Thomas Guillem authored
Fixes #16696
-
- 02 Apr, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-