index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
v4l2-ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-11
[media] v4l2-ioctl: set readbuffers to 2 in g_parm
Hans Verkuil
1
-0
/
+1
2012-05-20
[media] v4l2 framework: add support for the new dv_timings ioctls
Hans Verkuil
1
-37
/
+89
2012-05-14
[media] v4l2-ioctl: handle priority handling based on a table lookup
Hans Verkuil
1
-141
/
+41
2012-05-14
[media] v4l2-dev/ioctl: determine the valid ioctls upfront
Hans Verkuil
1
-276
/
+113
2012-05-14
[media] v4l2-dev: make it possible to skip locking for selected ioctls
Hans Verkuil
1
-87
/
+102
2012-03-19
[media] -EINVAL -> -ENOTTY
Hans Verkuil
1
-1
/
+1
2012-02-14
[media] v4l2: standardize log start/end message
Hans Verkuil
1
-0
/
+6
2012-02-14
[media] v4l2: add VIDIOC_(TRY_)DECODER_CMD
Hans Verkuil
1
-0
/
+28
2012-01-23
[media] V4L2: Add per-device-node capabilities
Hans Verkuil
1
-2
/
+4
2012-01-16
[media] v4l2-ioctl: make tuner 'type' check more strict for S_FREQUENCY
Hans Verkuil
1
-1
/
+7
2012-01-10
[media] v4l: emulate old crop API using extended crop/compose API
Tomasz Stanislawski
1
-6
/
+76
2012-01-10
[media] v4l: add support for selection api
Tomasz Stanislawski
1
-0
/
+34
2012-01-07
[media] V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy()
Dan Carpenter
1
-0
/
+4
2011-11-03
[media] V4L: add two new ioctl()s for multi-size videobuffer management
Guennadi Liakhovetski
1
-0
/
+36
2011-10-08
[media] v4l2-ioctl: Fill the default value for VIDIOC_QUERYSTD
Mauro Carvalho Chehab
1
-0
/
+8
2011-09-06
[media] media: v4l: remove single to multiplane conversion
Tomasz Stanislawski
1
-238
/
+12
2011-09-06
[media] v4l2-ioctl: more -ENOTTY fixes
Hans Verkuil
1
-61
/
+145
2011-07-31
v4l2-ioctl: properly return -EINVAL when parameters are wrong
Mauro Carvalho Chehab
1
-37
/
+52
2011-07-27
[media] v4l2 core: return -ENOTTY if an ioctl doesn't exist
Mauro Carvalho Chehab
1
-2
/
+2
2011-07-27
[media] v4l2-ctrls: add v4l2_fh pointer to the set control functions
Hans Verkuil
1
-4
/
+4
2011-07-27
[media] v4l2-ioctl: add ctrl_handler to v4l2_fh
Hans Verkuil
1
-9
/
+27
2011-07-27
[media] v4l2-ioctl: Add a default value for kernel version
Mauro Carvalho Chehab
1
-0
/
+2
2011-07-27
[media] Fix compile warning: Dereferencing type-punned pointer will break str...
Hans Petter Selasky
1
-2
/
+2
2011-07-07
[media] v4l2-ioctl.c: check for valid tuner type in S_HW_FREQ_SEEK
Hans Verkuil
1
-3
/
+9
2011-07-07
[media] v4l2-ioctl.c: prefill tuner type for g_frequency and g/s_tuner
Hans Verkuil
1
-0
/
+6
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-22
[media] v4l2: use new flag to enable core priority handling
Hans Verkuil
1
-5
/
+8
2011-03-22
[media] v4l2-ioctl: add priority handling support
Hans Verkuil
1
-7
/
+57
2011-03-21
[media] v4l: Share code between video_usercopy and video_ioctl2
Laurent Pinchart
1
-98
/
+11
2011-03-21
[media] v4l: removal of old, obsolete ioctls
Hans Verkuil
1
-38
/
+0
2011-03-21
[media] v4l: Add multi-planar ioctl handling code
Pawel Osciak
1
-44
/
+409
2011-03-21
[media] v4l: Add multi-planar API definitions to the V4L2 API
Pawel Osciak
1
-0
/
+2
2011-01-19
[media] v4l2-ioctl: fix incorrect error code if VIDIOC_DBG_G/S_REGISTER are u...
Hans Verkuil
1
-8
/
+12
2010-12-29
[media] V4L: remove V4L1 compatibility mode
Hans Verkuil
1
-86
/
+0
2010-08-08
V4L/DVB: v4l2: hook up the new control framework into the core framework
Hans Verkuil
1
-13
/
+33
2010-05-19
V4L/DVB: V4L: Events: Support event handling in do_ioctl
Sakari Ailus
1
-0
/
+50
2010-05-19
V4L/DVB: V4L: Events: Add new ioctls for events
Sakari Ailus
1
-0
/
+3
2010-05-19
V4L/DVB: video_ioctl2: handle the v4l1 compat bit first and move VIDIOCGMBUF ...
Hans Verkuil
1
-19
/
+25
2010-05-19
V4L/DVB: video_ioctl2: don't return, use break
Hans Verkuil
1
-2
/
+2
2010-05-19
V4L/DVB: video_ioctl2: do not replace arg with NULL for _IO() ioctls
Hans Verkuil
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-16
V4L/DVB (13571): v4l: Adding Digital Video Timings APIs
Muralidharan Karicheri
1
-0
/
+147
2009-09-12
V4L/DVB (12543): v4l: introduce string control support.
Hans Verkuil
1
-5
/
+5
2009-09-12
V4L/DVB (12168): v4l2-ioctl: avoid flooding log with unasked debug messages
Mauro Carvalho Chehab
1
-4
/
+10
2009-09-12
V4L/DVB (12124): v4l2-ioctl: better output debug messages for VIDIOC_ENUM_FRA...
Mauro Carvalho Chehab
1
-6
/
+11
2009-08-13
V4L/DVB (12429): v4l2-ioctl: fix G_STD and G_PARM default handlers
Hans Verkuil
1
-3
/
+12
2009-05-09
V4L/DVB (11662): v4l2-ioctl: Clear buffer type specific trailing fields/padding
Trent Piepho
1
-0
/
+27
2009-05-09
V4L/DVB (11661): v4l2-ioctl: Check buffer types using g_fmt instead of try_fmt
Trent Piepho
1
-9
/
+9
2009-04-06
V4L/DVB (11367): v4l2-common: remove legacy code
Hans Verkuil
1
-32
/
+2
2009-03-30
V4L/DVB (11260): v4l2-ioctl: Check format for S_PARM and G_PARM
Trent Piepho
1
-0
/
+7
[next]