summaryrefslogtreecommitdiff
path: root/modules/omx/omx.c
Commit message (Collapse)AuthorAge
* omx: add omx prefix to debug messagesAlfred E. Heggestad2018-02-14
|
* omx: include bcm_host.h (ref #344)Alfred E. Heggestad2018-01-07
|
* omx: minor fixesAlfred E. Heggestad2018-01-07
|
* omx: include re.h without re/ pathAlfred E. Heggestad2017-11-19
|
* use warning() instead of error()Alfred E. Heggestad2017-09-10
|
* Fixed some problems on OMX/RaspberryPi (#236)Jonathan Sieber2017-04-27
| | | | | | * remove OMX_ERROR_NONE * fixed the green screen bug
* omx: formatting, 2 empty lines between functionsAlfred E. Heggestad2017-04-06
|
* Video Display Support for Raspberry Pi (#228)Jonathan Sieber2017-04-06
* Adding a new video display module for the Raspberry Pi... * Made it work with libomxil-bellagio - Fixed framing woes with vidconv() :) * Some Attention to the build system, Automatically use libomx-bellagio or RPi OMX API Introduces USE_OMX_RPI and USE_OMX_BELLAGIO in mk/modules.mk use sys_usleep() Removed pthread mutexes, they are not needed anymore