7 Commits

Author SHA1 Message Date
Jason C. Wenger
df63241827 Mute const char* warnings related to ilclient
This does not actually fix the problem.  The right answer is for ilclient API to declare const char*, but they're system headers right now, so we work around.
2020-05-25 16:19:36 -05:00
Robert Judka
ae5a21a75e updates to make things work (stolen from other people); modifying interfaces for qt support 2020-03-06 13:43:39 -06:00
michal.szwaj
5984108d20 Implement configuration for OMX Layer index 2018-03-03 01:37:07 +01:00
Huan Truong
be16ac8fdb [omxplayer] Fix overdraw bug for QT EGL Backend
On Qt5 OGL backend, the default draw layer for the UI is 1.
OMXplayer draws on layer 0, thus the interface never shows up.
This forces OMXplayer to draw on layer 2.
2018-02-24 17:07:54 +00:00
michal.szwaj
242a10d8fd Remove unused method 2018-02-17 22:00:37 +01:00
michal.szwaj
ad87a5389e Ignore aspect ratio of for higher video resolutions 2018-02-13 17:54:09 +01:00
michal.szwaj
02db0e0eda Initial commit 2018-02-11 20:39:49 +01:00