- 23 Nov, 2018 6 commits
-
-
Like unique_ptr, make the operator bool() explicit, so that it is only called implicitly when the value may be "contextually converted to bool" (if, while, etc.). Suggested-by:
Filip Roséen <filip@atch.se> Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
Don't modify the host, used by sub items, even if it needs to be resolved.
-
Thomas Guillem authored
vlc_smb2_resolve() now returns the resolved host instead of modifying the host argument.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
The tools are already built, so no need to fiddle with Qt's internals to rebuild it. Doing so tend to cause problems when building upon subsequent builds. We need to install mkspecs so that qmake knows where to find the modules we build in other Qt related contribs
-
Thomas Guillem authored
-
- 21 Nov, 2018 8 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Which deprecates previous patch
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 20 Nov, 2018 26 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This removes nonsensical arithmetic with pointer representation.
-
Rémi Denis-Courmont authored
They are only printed in debug at start-up.
-
Rémi Denis-Courmont authored
- Do not assume 16-bits unaligned reads work. - Do not assume little endianess. - Do not assume ASCII strings.
-
Rémi Denis-Courmont authored
(only affects test cases)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This value is not used.
-
Rémi Denis-Courmont authored
-
Acked-by:
Shaleen Jain <shaleen@jain.sh> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
This should sort properly on Windows and any other platform without qsort_r(). It does _not_ fix any potential issues on any platforms with an incompatible qsort_r() prototype (such as FreeBSD < 13).
-
Rémi Denis-Courmont authored
Win32 qsort_s() is _not_ equivalent to POSIX.next/GNU qsort_r(). The order of arguments to the comparison callbacks differ. This would cause a compile-time warning and a crash at run-time. This change will break the build instead; this will be fixed later.
-
If vlc_vector_push() returns false, then we keep ownership of the item, so we must release it. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Disable vlc_player_vout_OSDMessage() calls for tests the same way as the other player calls, and silent unused variable warnings. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Steve Lhomme authored
This may help with performance and avoid an issue when the render target is also an input texture for another pipeline.
-
Steve Lhomme authored
In case the OMSetRenderTargets() is done elsewhere in the code.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-