index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
vivi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-27
[media] v4l2-event/ctrls/fh: allocate events per fh and per type instead of j...
Hans Verkuil
1
-1
/
+1
2011-07-27
[media] v4l2-events/fh: merge v4l2_events into v4l2_fh
Hans Verkuil
1
-1
/
+1
2011-07-27
[media] vivi: support control events
Hans Verkuil
1
-2
/
+26
2011-07-27
[media] vivi: add autogain/gain support to test the autocluster functionality
Hans Verkuil
1
-1
/
+24
2011-07-27
[media] Stop using linux/version.h on most video drivers
Mauro Carvalho Chehab
1
-10
/
+4
2011-03-22
[media] v4l2: use new flag to enable core priority handling
Hans Verkuil
1
-0
/
+1
2011-03-22
[media] vivi: convert to core priority handling
Hans Verkuil
1
-13
/
+4
2011-03-21
[media] vivi: fix compiler warning
Hans Verkuil
1
-2
/
+2
2011-03-21
[media] vivi: convert to the control framework and add test controls
Hans Verkuil
1
-89
/
+139
2011-03-21
[media] v4l: vivi: port to videobuf2
Pawel Osciak
1
-158
/
+199
2010-12-29
[media] V4L: remove V4L1 compatibility mode
Hans Verkuil
1
-12
/
+0
2010-10-21
V4L/DVB: vivi: remove BKL
Hans Verkuil
1
-10
/
+7
2010-10-21
V4L/DVB: videobuf: add ext_lock argument to the queue init functions
Hans Verkuil
1
-1
/
+1
2010-05-19
V4L/DVB: vivi and mem2mem_testdev need slab.h to build
Randy Dunlap
1
-0
/
+1
2010-05-19
V4L/DVB: vivi: clean up and a major overhaul
Hans Verkuil
1
-485
/
+324
2010-05-19
V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacks
Andreas Bombe
1
-2
/
+2
2010-02-26
V4L/DVB (13944): vivi: Fix test of unsigned in vivi_create_instance()
Roel Kluin
1
-1
/
+1
2009-12-16
V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments
Laurent Pinchart
1
-1
/
+0
2009-12-16
V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor number
Laurent Pinchart
1
-4
/
+3
2009-12-16
V4L/DVB (13551): v4l: Remove video_device::num usage from device drivers
Laurent Pinchart
1
-3
/
+0
2009-12-16
V4L/DVB (13550): v4l: Use the new video_device_node_name function
Laurent Pinchart
1
-5
/
+6
2009-07-05
V4L/DVB (12134): vivi: bug: don't assume that S_STD will be called before str...
Mauro Carvalho Chehab
1
-49
/
+50
2009-06-23
V4L/DVB (11905): vivi: Use v4l bounding/alignment function
Trent Piepho
1
-9
/
+2
2009-03-30
V4L/DVB (10912): vivi: fix compile warning.
Hans Verkuil
1
-1
/
+1
2009-03-30
V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 drivers
Mauro Carvalho Chehab
1
-4
/
+0
2009-03-30
V4L/DVB (10647): vivi: add slider flag to controls.
Hans Verkuil
1
-5
/
+5
2009-03-30
V4L/DVB (10646): vivi: controls are per-device, not global.
Hans Verkuil
1
-18
/
+22
2009-03-30
V4L/DVB (10645): vivi: introduce v4l2_device and do several cleanups
Hans Verkuil
1
-128
/
+130
2009-03-30
V4L/DVB (10642): vivi: update comment to reflect that vivi can now create mor...
Hans Verkuil
1
-4
/
+1
2009-03-30
V4L/DVB (10211): vivi: Implements 4 inputs on vivi
Mauro Carvalho Chehab
1
-44
/
+142
2009-01-02
V4L/DVB (10135): v4l2: introduce v4l2_file_operations.
Hans Verkuil
1
-7
/
+5
2008-10-21
V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d
Hans Verkuil
1
-3
/
+3
2008-10-17
V4L/DVB (9239): Add support for rgb555 pixel formats to vivi
Magnus Damm
1
-0
/
+40
2008-10-17
V4L/DVB (9238): Add support for rgb565 pixel formats to vivi
Magnus Damm
1
-0
/
+40
2008-10-17
V4L/DVB (9237): Add uyvy pixel format support to vivi
Magnus Damm
1
-0
/
+20
2008-10-17
V4L/DVB (9236): Teach vivi about multiple pixel formats
Magnus Damm
1
-30
/
+67
2008-10-17
V4L/DVB (9235): Precalculate vivi yuv values
Magnus Damm
1
-59
/
+58
2008-10-12
V4L/DVB (8613): v4l: move BKL down to the driver level.
Hans Verkuil
1
-1
/
+6
2008-09-03
V4L/DVB (8842): vivi_release(): fix use-after-free
Adrian Bunk
1
-4
/
+4
2008-09-03
V4L/DVB (8751): vivi: Fix some issues at vivi register routine
Mauro Carvalho Chehab
1
-8
/
+36
2008-07-27
V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device
Hans Verkuil
1
-1
/
+0
2008-07-26
V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st...
Hans Verkuil
1
-7
/
+11
2008-07-23
V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....
Hans Verkuil
1
-0
/
+1
2008-07-20
V4L/DVB (8024): vivi: rename MODULE_NAME macro to VIVI_MODULE_NAME to avoid n...
Mauro Carvalho Chehab
1
-4
/
+4
2008-07-20
V4L/DVB (8023): vivi: announce that it is registered as /dev/video%d
Carl Karsten
1
-4
/
+15
2008-07-20
V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacks
Hans Verkuil
1
-9
/
+9
2008-06-26
V4L/DVB (8100): V4L/vivi: fix possible memory leak in vivi_fillbuff
Marcin Slusarz
1
-3
/
+4
2008-04-26
V4L/DVB (7732): vivi: fix a warning
Mauro Carvalho Chehab
1
-1
/
+1
2008-04-24
V4L/DVB (7551): vivi: Add a missing \n
Mauro Carvalho Chehab
1
-2
/
+2
2008-04-24
V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-11
/
+11
[next]