8 Commits

Author SHA1 Message Date
Robert Stanley Judka
c806b15b61
add interface to send keyevents (#5)
* explicitly send keyevent to input device; style cleanup

* more style updates

* more style conformity
2020-06-22 15:59:33 -05:00
Robert Stanley Judka
5f8d5f4f6a
add interfaces to dynamically adjust video size (#1)
* adding interfaces for toggling fullscreen

* passing in destrect to omx

* adding flag for deffering video update

* remove skipUpdate option for video output

* fixing omx player stop deadlock; setting omx alpha in constructor

* jk not setting opacity in constructor for omx

* removing unsed function
2020-03-22 16:08:44 -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