summaryrefslogtreecommitdiff
path: root/videoout.c
AgeCommit message (Collapse)Author
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>