Hi Bård, Thank you for the patches. On Tuesday 16 July 2013 13:24:08 Bård Eirik Winther wrote: > The qv4l2 test utility now supports OpenGL-accelerated display of video. > This allows for using the graphics card to render the video content to > screen and to performing color space conversion. > > Signed-off-by: Bård Eirik Winther <bwinther@xxxxxxxxx> > --- > configure.ac | 8 +- > utils/qv4l2/Makefile.am | 9 +- > utils/qv4l2/capture-win.cpp | 559 +++++++++++++++++++++++++++++++++++++++-- > utils/qv4l2/capture-win.h | 81 ++++++- > utils/qv4l2/qv4l2.cpp | 173 +++++++++++--- > utils/qv4l2/qv4l2.h | 8 + > 6 files changed, 782 insertions(+), 56 deletions(-) Is there a chance you could split the OpenGL code to separate classes, in a separate source file ? This would allow implementing other renderers, such as KMS planes on embedded devices. -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html