- 20 Sep, 2017 8 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
-
Filip Roséen authored
In order to extract an entity from a stream, some heavy lifting is normally required, as such it makes sense to cache data coming out from a stream_extractor in order to save CPU (and more importantly battery life on mobile devices). This will especially make a big impact when block-based stream_extractors are used, since they will not be asked to potentially regenerate the same block data over and over.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
CID #1456968
-
Hugo Beauzée-Luyssen authored
CID #1456967
-
- 19 Sep, 2017 30 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Zhao Zhili authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
David Fuhrmann authored
Also add an explicit height for NSMatrix elements to show them on 10.7.
-
David Fuhrmann authored
-
David Fuhrmann authored
FirstBaseline was only introduces in 10.11 and crashes when running on 10.7. Instead, use baseline constraints, which are fine for single line controls. BE CAREFUL: Xcode and ibtool compiler do NOT warn when you use firstBaseline. Do not use the feature to auto add (missing) constraints. This will add such firstBaseline contraints.
-
Rémi Denis-Courmont authored
Accessing demux_t.p_next from outside the demux module violates typing (pointer might be to stream_t), access (object is owned by the demux filter) and threading rules (if demux filter were threaded, though that´s currently theoretical).
-
Rémi Denis-Courmont authored
-
Salah-Eddin Shaban authored
NOUGAT is for Android NOUGAT and newer devices LEGACY is now for older devices. Modified-by:
Geoffrey Métais <geoffrey.metais@gmail.com> Signed-off-by:
Geoffrey Métais <geoffrey.metais@gmail.com> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
Converts stream output panel to autolayout and makes it fit for RTL and long text lengths. refs #17730
-
Thomas Guillem authored
A general error dialog is already displayed by the core in input.c (see "Your input can't be opened") in case of error.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
fix #18605
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #18605
-
Hugo Beauzée-Luyssen authored
refs #18605
-
Hugo Beauzée-Luyssen authored
refs #18605
-
Hugo Beauzée-Luyssen authored
refs #18605
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #18605
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This reverts commit 8c37ebde.
-
Hugo Beauzée-Luyssen authored
This reverts commit 166defa9.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 18 Sep, 2017 2 commits
-
-
Adrien Maglo authored
This fixes audio glitches on some configuration. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
David Fuhrmann authored
In addition to the existing password field, add a checkbox to enable the http module. Refactor code to enable / disable modules. closes #17914
-