- 13 Dec, 2016 12 commits
-
-
Thomas Guillem authored
Replace USE_OPENGL_ES=2 define with USE_OPENGL_ES2
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Marvin Scholz authored
This constrains timeout to non-zeor. Initializing the timer with 0 seconds will make it fire every 0.1 milliseconds instead, which is too freqeuntly. It caused the fscontroller to flicker between animation states and never be fully visible, which is addressed by forcing a value of at least 1 second.
-
Marvin Scholz authored
Fixup for 5e331152
-
Marvin Scholz authored
Increase fscontroller animation speed to 0.4s instead of 0.7, which is quite slow.
-
Marvin Scholz authored
Replaces NSPointInRect with NSMouseInRect to detect if the mouse is currently inside the fscontroller window frame.
-
Marvin Scholz authored
This re-adds the accessibility strings that were present in the old fullscreen controller.
-
Jean-Baptiste Kempf authored
-
Marvin Scholz authored
Skins2 is not built on macOS since very long time, given that Qt is not used there. The code is very old with a lot of TODOs and additionally it requires the quite old Carbon framework which implies 32bit only as Carbon was never ported to 64bit. (Cocoa should be used instead) Therefore this commit removes all macOS related skins2 code.
-
- 12 Dec, 2016 20 commits
-
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Andrii Zui authored
Currently AUHAL drops rear surround channels if device layout is set to `L R C LFE Rls Rrs Ls Rs` because it expects Left Center and Right Center channels instead (as in MPEG_7_1_A). Setting input_layout to MPEG_7_1_C fixes this issue. Note that setting device layout to e.g. `L R C LFE Ls Rs Lc Rc` doesn't help, because VLC doesn't recognize Lc/Rc channels - they're not present in i_auhal_channel_mapping. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Now we use the same the projection matrices and math than OpenGL and DirectXMath. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This will be used for video filters. This is not used for sub filters and sub sources, as chain of those types do not use conversions.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(no functional changes)
-
Rémi Denis-Courmont authored
It was rather confusing for a conversion plugin to parse the chain. (Then again, variable inheritance is also ugly in its own ways. Recursion should be prevented in a more controlled manner.)
-
Rémi Denis-Courmont authored
-
François Cartegnie authored
Breaks PMT shared pid This reverts commit c78a7a1c.
-
François Cartegnie authored
-
François Cartegnie authored
refs #17773
-
François Cartegnie authored
-
Adrien Maglo authored
This fix a crash occurring when PROJECTION_MODE_CUBEMAP_LAYOUT_STANDARD is used. PROJECTION_MODE_CUBEMAP_LAYOUT_STANDARD value is 256 and not 2 so projection names cannot be stored in an array. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Since we need to have INITGUID defined, including it before common.h and therefore before all module specific headers would cause too much GUIDs to be defined, causing potential multiple definitions
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Steve Lhomme authored
it is not set in other places and some compilers don't like a stray coma. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 11 Dec, 2016 1 commit
-
-
Jean-Baptiste Kempf authored
This reverts commit 1dc4df30. Pierre, Rémi and Marvin disagree with this patch
-
- 10 Dec, 2016 1 commit
-
-
François Cartegnie authored
-
- 09 Dec, 2016 2 commits
-
-
Erwan Tulou authored
-
Erwan Tulou authored
This caused the skin engine to fail to refresh on the spot when new items were added to the playlist.
-
- 08 Dec, 2016 4 commits
-
-
Filip Roséen authored
Previously the implementation would unconditionally download art, these changes make sure that we respect the scope of the fetcher being used. fixes #17760 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
The previous implementation would consider FILE:///art.jpg to be a remote resources, meaning that it would try to "download" the file and put it in the cache. Given that the scheme part of an URI is case-insensitive (as stated in RFC3986 3.1.), these changes make sure that we treat the affected schemes in the way which was intended. fixes #17759 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
following freetype changes
-
François Cartegnie authored
-