- Jan 07, 2019
-
-
Tristan Matthews authored
-
Steve Lhomme authored
-
- Jan 05, 2019
-
-
Rémi Denis-Courmont authored
-
- Jan 04, 2019
-
-
Thomas Guillem authored
On Debian Buster, the idl include path is located on /usr/include/wine/wine/ This fixes the "Unable to open include file unknwn.idl" error.
-
Thomas Guillem authored
-
Thomas Guillem authored
On Debian Buster, the idl include path is located on /usr/include/wine/wine/ This fixes the "Unable to open include file oaidl.idl" error.
-
Thomas Guillem authored
-
Jean-Baptiste Kempf authored
-
- Jan 03, 2019
-
-
Rémi Denis-Courmont authored
The RENDER output supports RGB chroma better in all respects. Besides, I have not seen an X server supporting RGB XVideo formats in a decade.
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
fixed patch with the duplicate "#if defined ..." removed Janne ---8<--- Some toolchains predefine _FORTIFY_SOURCE resulting in countless _FORTIFY_SOURCE is redefined warnings. Using _FORTIFY_SOURCE without compiler optimizations also generates warnings. _FORTIFY_SOURCE is a reserved identifier in C99 ("All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use.") so the toolchain is perfectly free to predefine it. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Clang doesn't support the .arch_extension directive for aarch64 at the moment, but the same effect can be achieved by using .arch instead. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Jan 02, 2019
-
-
François Cartegnie authored
breaks compressed audio / adpcm This reverts commit 6c3bef5f.
-
Rémi Denis-Courmont authored
Any object is fine.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Always provide a display "owner" structure in caller when creating a vout display. Also use the owner data as a pointer to the owning video output thread.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Handling is the same for all (two) cases and does not depend on the owner.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
----- In file included from gui/skins2/os2/os2_factory.cpp:39:0: gui/skins2/os2/os2_window.hpp: In member function 'virtual void OS2Window::setOSHandle(vout_window_t*) const': gui/skins2/os2/os2_window.hpp:65:13: error: invalid use of incomplete type 'struct vout_window_t' pWnd->type = VOUT_WINDOW_TYPE_HWND; ^~ ----- Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
----- In file included from gui/qt/menus.cpp:40:0: gui/qt/main_interface.hpp: At global scope: gui/qt/main_interface.hpp:75:10: error: 'atomic_flag' in namespace 'std' does not name a type std::atomic_flag videoActive; ^~~~~~~~~~~ ----- Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
- Dec 31, 2018
-
-
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 should fix compilation on some 32-bits platforms.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Just send the legacy fullscreen event right after probing if necessary.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Do not postpone until the first manage poll event.
-