- 09 Jul, 2016 19 commits
-
-
François Cartegnie authored
Required to correctly switch to another period, as we disable es on period end.
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
also fixes a mishandled exception. let late fail on regular access creation.
-
François Cartegnie authored
-
François Cartegnie authored
will happen with larger buffering
-
François Cartegnie authored
-
François Cartegnie authored
instead of using it for offsetting relative sequence number in url. (needed for picking startnumber by time offset)
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
Ensures not incrementing pcr above max dts among all streams.
-
François Cartegnie authored
devices dpi workaround
-
- 08 Jul, 2016 7 commits
-
-
Thomas Guillem authored
login is valid only if vlc_credential_get returned true
-
Thomas Guillem authored
Forgot to add this mutex back during a refactoring.
-
Jean-Baptiste Kempf authored
-
Filip Roséen authored
Close #17023 The problem behind the issue is that the QModelIndex sent through "emit currentIndexChanged( ... )" previously referred to an AbstractPLItem that is destroyed during the playlist sorting. This fixes the issue by grabbing the associated input_item_t* prior to sorting/destroying the item list, and then conditionally using the retrieved handle to construct a new QModelIndex (referring to the correct entity), referring to the correct entity within the recontrustructed list. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
-
Julian Scheel authored
The satip shortcut is provided by the dedicated satip access module now. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Julian Scheel authored
This module implements a minimal RTSP subset, which is required to support satip servers. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 07 Jul, 2016 4 commits
-
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
-
Jean-Baptiste Kempf authored
FluidLite supports SF3, which is nice
-
Marvin Scholz authored
With this commit, HTML descriptions in the addons manager are parsed correctly and formatting is applied using a NSAttributedString and a little bit of CSS to make it use the system font.
-
- 06 Jul, 2016 8 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
François Cartegnie authored
misinterpreted spec when trying to fix against the prev broken styles
-
François Cartegnie authored
refs #17148
-
- 04 Jul, 2016 2 commits
-
-
Benoit authored
If an attempt is made to resize the video widget to a size larger than the screen, it will be resized to a sensible size, filling the screen instead. Close #12852 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Benoit authored
A boolean is used to memorize whether the window was maximized before entering fullscreen. The state is correctly restored when leaving fullscreen. Close #3851 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-