aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/vivi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-03[media] V4L: vb2: prepare to support multi-size buffersGuennadi Liakhovetski1-3/+3
2011-09-21[media] vivi: add support for VIDIOC_LOG_STATUSHans Verkuil1-0/+9
2011-09-06[media] media: vb2: change queue initialization orderMarek Szyprowski1-1/+1
2011-09-06[media] media: vb2: change plane sizes array to unsigned int[]Marek Szyprowski1-1/+1
2011-09-06[media] vivi: fill in colorspaceHans Verkuil1-0/+10
2011-07-27[media] vivi: add bitmask test controlHans Verkuil1-2/+16
2011-07-27[media] vivi: Fix sleep-in-atomic-contextHans Verkuil1-3/+3
2011-07-27[media] v4l2-event/ctrls/fh: allocate events per fh and per type instead of just per-fhHans Verkuil1-1/+1
2011-07-27[media] v4l2-events/fh: merge v4l2_events into v4l2_fhHans Verkuil1-1/+1
2011-07-27[media] vivi: support control eventsHans Verkuil1-2/+26
2011-07-27[media] vivi: add autogain/gain support to test the autocluster functionalityHans Verkuil1-1/+24
2011-07-27[media] Stop using linux/version.h on most video driversMauro Carvalho Chehab1-10/+4
2011-03-22[media] v4l2: use new flag to enable core priority handlingHans Verkuil1-0/+1
2011-03-22[media] vivi: convert to core priority handlingHans Verkuil1-13/+4
2011-03-21[media] vivi: fix compiler warningHans Verkuil1-2/+2
2011-03-21[media] vivi: convert to the control framework and add test controlsHans Verkuil1-89/+139
2011-03-21[media] v4l: vivi: port to videobuf2Pawel Osciak1-158/+199
2010-12-29[media] V4L: remove V4L1 compatibility modeHans Verkuil1-12/+0
2010-10-21V4L/DVB: vivi: remove BKLHans Verkuil1-10/+7
2010-10-21V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil1-1/+1
2010-05-19V4L/DVB: vivi and mem2mem_testdev need slab.h to buildRandy Dunlap1-0/+1
2010-05-19V4L/DVB: vivi: clean up and a major overhaulHans Verkuil1-485/+324
2010-05-19V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacksAndreas Bombe1-2/+2
2010-02-26V4L/DVB (13944): vivi: Fix test of unsigned in vivi_create_instance()Roel Kluin1-1/+1
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart1-1/+0
2009-12-16V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart1-4/+3
2009-12-16V4L/DVB (13551): v4l: Remove video_device::num usage from device driversLaurent Pinchart1-3/+0
2009-12-16V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart1-5/+6
2009-07-05V4L/DVB (12134): vivi: bug: don't assume that S_STD will be called before streamingMauro Carvalho Chehab1-49/+50
2009-06-23V4L/DVB (11905): vivi: Use v4l bounding/alignment functionTrent Piepho1-9/+2
2009-03-30V4L/DVB (10912): vivi: fix compile warning.Hans Verkuil1-1/+1
2009-03-30V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 driversMauro Carvalho Chehab1-4/+0
2009-03-30V4L/DVB (10647): vivi: add slider flag to controls.Hans Verkuil1-5/+5
2009-03-30V4L/DVB (10646): vivi: controls are per-device, not global.Hans Verkuil1-18/+22
2009-03-30V4L/DVB (10645): vivi: introduce v4l2_device and do several cleanupsHans Verkuil1-128/+130
2009-03-30V4L/DVB (10642): vivi: update comment to reflect that vivi can now create more than 32 devs.Hans Verkuil1-4/+1
2009-03-30V4L/DVB (10211): vivi: Implements 4 inputs on viviMauro Carvalho Chehab1-44/+142
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-7/+5
2008-10-21V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil1-3/+3
2008-10-17V4L/DVB (9239): Add support for rgb555 pixel formats to viviMagnus Damm1-0/+40
2008-10-17V4L/DVB (9238): Add support for rgb565 pixel formats to viviMagnus Damm1-0/+40
2008-10-17V4L/DVB (9237): Add uyvy pixel format support to viviMagnus Damm1-0/+20
2008-10-17V4L/DVB (9236): Teach vivi about multiple pixel formatsMagnus Damm1-30/+67
2008-10-17V4L/DVB (9235): Precalculate vivi yuv valuesMagnus Damm1-59/+58
2008-10-12V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil1-1/+6
2008-09-03V4L/DVB (8842): vivi_release(): fix use-after-freeAdrian Bunk1-4/+4
2008-09-03V4L/DVB (8751): vivi: Fix some issues at vivi register routineMauro Carvalho Chehab1-8/+36
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil1-1/+0
2008-07-26V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops structHans Verkuil1-7/+11
2008-07-23V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil1-0/+1