- 20 Sep, 2017 4 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
Here, in rdh_sort() (called from readdir_helper_finish()), input items are only read and can't be used by any other threads since there are not propagated yet (via input_item_node_PostAndDelete()).
-
Thomas Guillem authored
This helper can now be used by other modules like "stream directory".
-
Thomas Guillem authored
-
- 28 Jun, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 03 Jun, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 18 May, 2017 7 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is rarely used (only once in the whole code base).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Filip Roséen authored
Implementations querying p_input->ppsz_options rely on each entry not being NULL, meaning that we shall not add such values to the array. These changes make sure that we check whether the strdup was successful, and return an error if it was not. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
- 15 May, 2017 1 commit
-
-
Rémi Denis-Courmont authored
This had become a no-op.
-
- 09 Apr, 2017 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 06 Apr, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
CID #1398385
-
- 19 Jan, 2017 1 commit
-
-
Thomas Guillem authored
-
- 11 Jan, 2017 2 commits
-
-
Thomas Guillem authored
-
Filip Roséen authored
Given that C99 supports compound-literals, there is no need to declare a temporary local variable that is only used for a single function call. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 10 Jan, 2017 1 commit
-
-
Filip Roséen authored
There's no need for a temporary local variable and the do-while wrapping to limit its scope, instead these changes uses a compound-literal. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 28 Dec, 2016 2 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
- 20 Dec, 2016 5 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
As tables are split per program and id, we no longer need to merge into a single one. Fixes bug where an removed event could not be removed in the merged table when not overlapped by another event.
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- 21 Nov, 2016 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 15 Nov, 2016 1 commit
-
-
Rémi Denis-Courmont 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.
-
- 20 Jul, 2016 1 commit
-
-
François Cartegnie authored
-
- 08 Jul, 2016 1 commit
-
-
Julian Scheel authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 05 Jun, 2016 1 commit
-
-
Thomas Guillem authored
This restore an historical behavior that was removed with input slaves patches.
-
- 19 May, 2016 2 commits
-
-
Thomas Guillem authored
-
Benjamin Adolphi authored
An input_item_t can now have a list of slaves. These slaves will be loaded when the input_item_t is loaded by an input_thread_t. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 17 May, 2016 1 commit
-
-
Thomas Guillem authored
Indeed, "qtsound" needs a size of 8. Use a pointer instead of a fixed size array.
-
- 03 May, 2016 1 commit
-
-
Thomas Guillem authored
-
- 26 Apr, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-