summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-24Xilinx video library - Initial importHEADmasterLaurent Pinchart
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2016-05-23media-enum: Use config.hLaurent Pinchart
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2016-05-23Import media-enum as 3rd party codeLaurent Pinchart
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2016-05-23libv4l2subdev: Fix missing initializer warningLaurent Pinchart
Set the whole v4l2_mbus_framefmt structure to 0 by initializing the first field only, achieving the same result while getting rid of the warning. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2016-05-23libmediactl: Declare media_print_streampos() in media-ctl.hLaurent Pinchart
The function is used by libv4l2subdev.c, declare it in the private header. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2016-05-23libmediactl: Fix signed and unsigned integer comparisonLaurent Pinchart
The pos variable is always positive when compared, cast it to an unsigned integer to fix the compiler warning. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2016-05-23Import media-ctl as 3rd party codeLaurent Pinchart
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>