- Dec 13, 2016
-
-
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.
-
- Dec 12, 2016
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
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>
-
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
-
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
-
it is not set in other places and some compilers don't like a stray coma. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Dec 11, 2016
-
-
Jean-Baptiste Kempf authored
This reverts commit 1dc4df30. Pierre, Rémi and Marvin disagree with this patch
-
- Dec 10, 2016
-
-
François Cartegnie authored
-
- Dec 09, 2016
-
-
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.
-
- Dec 08, 2016
-
-
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>
-
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
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Tristan Matthews authored
-
- Dec 07, 2016
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-