[vlc-commits] omxil: Add an omxil based video output module

Martin Storsjö git at videolan.org
Mon Mar 18 17:41:14 CET 2013


vlc | branch: master | Martin Storsjö <martin at martin.st> | Mon Mar 11 16:52:20 2013 +0200| [a1368308353a6e527fdf842d97bee3a56805b642] | committer: Martin Storsjö

omxil: Add an omxil based video output module

This is kept under modules/codes/omxil due to sharing much code
with the omxil codec.

This is only tested with the OMX.broadcom.video_render component
on the Raspberry Pi so far, which in itself doesn't advertise any
roles at all, so this could possibly use the "iv_renderer.yuv.overlay"
role instead of plan "iv_renderer".

But it should be possible to generalize this further and adapt it to
any OMX IL video renderer component.

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a1368308353a6e527fdf842d97bee3a56805b642
---

 configure.ac               |   10 ++
 modules/LIST               |    1 +
 modules/codec/Modules.am   |    8 +-
 modules/codec/omxil/vout.c |  423 ++++++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.in             |    1 +
 5 files changed, 441 insertions(+), 2 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=a1368308353a6e527fdf842d97bee3a56805b642


More information about the vlc-commits mailing list