aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/vivi.c
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (12134): vivi: bug: don't assume that S_STD will be called before str...Mauro Carvalho Chehab2009-07-051-49/+50
* V4L/DVB (11905): vivi: Use v4l bounding/alignment functionTrent Piepho2009-06-231-9/+2
* V4L/DVB (10912): vivi: fix compile warning.Hans Verkuil2009-03-301-1/+1
* V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 driversMauro Carvalho Chehab2009-03-301-4/+0
* V4L/DVB (10647): vivi: add slider flag to controls.Hans Verkuil2009-03-301-5/+5
* V4L/DVB (10646): vivi: controls are per-device, not global.Hans Verkuil2009-03-301-18/+22
* V4L/DVB (10645): vivi: introduce v4l2_device and do several cleanupsHans Verkuil2009-03-301-128/+130
* V4L/DVB (10642): vivi: update comment to reflect that vivi can now create mor...Hans Verkuil2009-03-301-4/+1
* V4L/DVB (10211): vivi: Implements 4 inputs on viviMauro Carvalho Chehab2009-03-301-44/+142
* V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-021-7/+5
* V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil2008-10-211-3/+3
* V4L/DVB (9239): Add support for rgb555 pixel formats to viviMagnus Damm2008-10-171-0/+40
* V4L/DVB (9238): Add support for rgb565 pixel formats to viviMagnus Damm2008-10-171-0/+40
* V4L/DVB (9237): Add uyvy pixel format support to viviMagnus Damm2008-10-171-0/+20
* V4L/DVB (9236): Teach vivi about multiple pixel formatsMagnus Damm2008-10-171-30/+67
* V4L/DVB (9235): Precalculate vivi yuv valuesMagnus Damm2008-10-171-59/+58
* V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil2008-10-121-1/+6
* V4L/DVB (8842): vivi_release(): fix use-after-freeAdrian Bunk2008-09-031-4/+4
* V4L/DVB (8751): vivi: Fix some issues at vivi register routineMauro Carvalho Chehab2008-09-031-8/+36
* V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil2008-07-271-1/+0
* V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st...Hans Verkuil2008-07-261-7/+11
* V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....Hans Verkuil2008-07-231-0/+1
* V4L/DVB (8024): vivi: rename MODULE_NAME macro to VIVI_MODULE_NAME to avoid n...Mauro Carvalho Chehab2008-07-201-4/+4
* V4L/DVB (8023): vivi: announce that it is registered as /dev/video%dCarl Karsten2008-07-201-4/+15
* V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacksHans Verkuil2008-07-201-9/+9
* V4L/DVB (8100): V4L/vivi: fix possible memory leak in vivi_fillbuffMarcin Slusarz2008-06-261-3/+4
* V4L/DVB (7732): vivi: fix a warningMauro Carvalho Chehab2008-04-261-1/+1
* V4L/DVB (7551): vivi: Add a missing \nMauro Carvalho Chehab2008-04-241-2/+2
* V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-11/+11
* V4L/DVB (7492): vivi: Simplify the vivi driver and avoid deadlocksBrandon Philips2008-04-241-232/+81
* V4L/DVB (7491): vivi: make vivi openable only onceBrandon Philips2008-04-241-2/+18
* V4L/DVB (7456): vivi: Add 32bit compatibility to the moduleMauro Carvalho Chehab2008-04-241-0/+1
* V4L/DVB (7022): Fix timestamp presentation on vivi driverMauro Carvalho Chehab2008-01-251-7/+8
* V4L/DVB (6817): Cleanup kernel thread and provide overrun detectionMauro Carvalho Chehab2008-01-251-32/+41
* V4L/DVB (6816): Add proper locking for buffer fillingMauro Carvalho Chehab2008-01-251-2/+10
* V4L/DVB (6815): Fix vivi internal debug messagesMauro Carvalho Chehab2008-01-251-42/+67
* V4L/DVB (6807): fix debug enableMauro Carvalho Chehab2008-01-251-1/+1
* V4L/DVB (6806): Allow emulating changes of video std by viviMauro Carvalho Chehab2008-01-251-2/+2
* V4L/DVB (6758): Miscelaneous cleanupsMauro Carvalho Chehab2008-01-251-241/+246
* V4L/DVB (6755): Avoid troubles when using multiple devicesMauro Carvalho Chehab2008-01-251-4/+4
* V4L/DVB (6754): Allow vivi to open multiple video devicesMauro Carvalho Chehab2008-01-251-44/+62
* V4L/DVB (6753): Fix vivi to support non-zero minor nodeMauro Carvalho Chehab2008-01-251-8/+32
* V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to V...Brandon Philips2008-01-251-12/+12
* V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stopBrandon Philips2007-12-111-0/+1
* V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab2007-10-221-1/+0
* V4L/DVB (6316): Change list_for_each+list_entry to list_for_each_entryTrent Piepho2007-10-101-18/+9
* V4L/DVB (6277): vivi cleanup: remove the unused varsMauro Carvalho Chehab2007-10-101-5/+0
* V4L/DVB (6275): V4L: vivi.c remove the "resource" lockingBrandon Philips2007-10-101-44/+4
* V4L/DVB (6274): V4L: vivi.c replace logic in vivi_poll with videobuf_poll_streamBrandon Philips2007-10-101-17/+2
* V4L/DVB (6273): V4L: vivi.c vidioc_try_fmt_cap() negotiate a valid fieldBrandon Philips2007-10-101-2/+1