summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/vivi.c
AgeCommit message (Expand)AuthorLines
2012-08-15[media] rename drivers/media/video as .../platformMauro Carvalho Chehab-1409/+0
2012-08-11[media] vivi: zero fmt.pix.priv as per specHans Verkuil-0/+1
2012-08-11[media] vivi: add frame size reportingHans Verkuil-0/+22
2012-08-11[media] vivi: fix colorspace setupHans Verkuil-12/+13
2012-07-30[media] vivi: fix a few format-related compliance issuesHans Verkuil-17/+6
2012-07-30[media] vivi: remove pointless video_nr++Hans Verkuil-3/+0
2012-07-06[media] vivi: add create_bufs/preparebuf supportHans Verkuil-1/+9
2012-07-06[media] vivi: use vb2 helper functionsHans Verkuil-138/+12
2012-07-06[media] vivi: embed struct video_device instead of allocating itHans Verkuil-17/+7
2012-07-06[media] vivi: remove pointless g/s_std supportHans Verkuil-10/+0
2012-06-11[media] Fix vivi regressionHans Verkuil-1/+5
2012-05-14[media] vivi: add the alpha component controlHans Verkuil-8/+21
2012-05-14[media] vivi: add more pixelformatsHans Verkuil-30/+135
2012-05-14[media] v4l: Allow changing control handler lockSakari Ailus-2/+2
2012-04-19[media] vivi: fix duplicate lineHans Verkuil-1/+1
2012-04-10[media] vivi: Add an integer menu test controlSakari Ailus-0/+22
2012-03-27[media] vivi: let vb2_poll handle eventsHans Verkuil-8/+1
2012-02-14[media] vivi: use v4l2_ctrl_subscribe_eventHans Verkuil-12/+1
2012-02-14[media] v4l2: standardize log start/end messageHans Verkuil-9/+1
2012-01-26[media] vivi: don't set V4L2_CAP_DEVICE_CAPS for the device_caps fieldHans Verkuil-3/+3
2012-01-23[media] vivi: set device_capsHans Verkuil-2/+3
2011-11-03[media] V4L: vb2: prepare to support multi-size buffersGuennadi Liakhovetski-3/+3
2011-09-21[media] vivi: add support for VIDIOC_LOG_STATUSHans Verkuil-0/+9
2011-09-06[media] media: vb2: change queue initialization orderMarek Szyprowski-1/+1
2011-09-06[media] media: vb2: change plane sizes array to unsigned int[]Marek Szyprowski-1/+1
2011-09-06[media] vivi: fill in colorspaceHans Verkuil-0/+10
2011-07-27[media] vivi: add bitmask test controlHans Verkuil-2/+16
2011-07-27[media] vivi: Fix sleep-in-atomic-contextHans Verkuil-3/+3
2011-07-27[media] v4l2-event/ctrls/fh: allocate events per fh and per type instead of j...Hans Verkuil-1/+1
2011-07-27[media] v4l2-events/fh: merge v4l2_events into v4l2_fhHans Verkuil-1/+1
2011-07-27[media] vivi: support control eventsHans Verkuil-2/+26
2011-07-27[media] vivi: add autogain/gain support to test the autocluster functionalityHans Verkuil-1/+24
2011-07-27[media] Stop using linux/version.h on most video driversMauro Carvalho Chehab-10/+4
2011-03-22[media] v4l2: use new flag to enable core priority handlingHans Verkuil-0/+1
2011-03-22[media] vivi: convert to core priority handlingHans Verkuil-13/+4
2011-03-21[media] vivi: fix compiler warningHans Verkuil-2/+2
2011-03-21[media] vivi: convert to the control framework and add test controlsHans Verkuil-89/+139
2011-03-21[media] v4l: vivi: port to videobuf2Pawel Osciak-158/+199
2010-12-29[media] V4L: remove V4L1 compatibility modeHans Verkuil-12/+0
2010-10-21V4L/DVB: vivi: remove BKLHans Verkuil-10/+7
2010-10-21V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil-1/+1
2010-05-19V4L/DVB: vivi and mem2mem_testdev need slab.h to buildRandy Dunlap-0/+1
2010-05-19V4L/DVB: vivi: clean up and a major overhaulHans Verkuil-485/+324
2010-05-19V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacksAndreas Bombe-2/+2
2010-02-26V4L/DVB (13944): vivi: Fix test of unsigned in vivi_create_instance()Roel Kluin-1/+1
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart-1/+0
2009-12-16V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart-4/+3
2009-12-16V4L/DVB (13551): v4l: Remove video_device::num usage from device driversLaurent Pinchart-3/+0
2009-12-16V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart-5/+6
2009-07-05V4L/DVB (12134): vivi: bug: don't assume that S_STD will be called before str...Mauro Carvalho Chehab-49/+50