]> git.sesse.net Git - vlc/commit
omxil: Add an omxil based video output module
authorMartin Storsjö <martin@martin.st>
Mon, 11 Mar 2013 14:52:20 +0000 (16:52 +0200)
committerMartin Storsjö <martin@martin.st>
Mon, 18 Mar 2013 16:23:06 +0000 (18:23 +0200)
commita1368308353a6e527fdf842d97bee3a56805b642
treeb30494c756ec13c9159760d41d466ce1e42ea2b2
parent0859ce7fdeca66688f611cd38a95f8d9014fc279
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@martin.st>
configure.ac
modules/LIST
modules/codec/Modules.am
modules/codec/omxil/vout.c [new file with mode: 0644]
po/POTFILES.in