summaryrefslogtreecommitdiff
path: root/videoout.c
AgeCommit message (Collapse)Author
2015-11-12videoout: Add rotation supportLaurent Pinchart
2013-02-10videoout: Return a negative error code in vo_queue_buffer()Laurent Pinchart
Most functions return 0 on success and a negative error code otherwise, make vo_queue_buffer() conform with that. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2013-02-10videoout: Use the output overlay buffer typeLaurent Pinchart
The omap_vout driver implements the output overlay API, use the corresponding buffer type. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2012-06-21videout: Add support for disabling chroma keyingLaurent Pinchart
And make vo_enable_colorkey() return 0 on success and a negative error code otherwise. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2012-06-21videoout: Fix coding styleLaurent Pinchart
Function calls should have no space before the opening bracket. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2012-01-06videoout: Take pixel format as a parameter to vo_init()Laurent Pinchart
Pass a struct v4l2_pix_format * instead of width and height. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2012-01-06videoout: Remove unneeded crop settingsLaurent Pinchart
Setting the crop rectangle on the video output device isn't needed (especially as the code forgot to set crop->type to V4L2_BUF_TYPE_VIDEO_OUTPUT anyway). Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2011-10-05live: Make the number of video buffers configurableLaurent Pinchart
The -b argument can be used to set the number of video display buffers. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2011-10-05videoout: Add vo_cleanup() function to close the video output deviceLaurent Pinchart
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2011-07-30omap3-isp-live: Initial commitLaurent Pinchart
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>