- Jan 02, 2019
-
-
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.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
...in the video output code.
-
Rémi Denis-Courmont authored
Handle non-standard video orientation when translating the cursor coordinates.
-
- Dec 30, 2018
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Allocate the picture in the DR and HW callbacks that actually "consume" it. This makes no functional differences to this point.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If the video format is opaque, the useful data is accessed through picture_t.p_sys. As such, copying a picture into the display pool will not work. So do not copy pictures in that case, and instead assume that the upstream converter or decoder agree with the display on the semantics of picture_t.p_sys.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Dec 29, 2018