index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
video
/
v4l2-ioctl.c
Age
Commit message (
Expand
)
Author
2009-03-10
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb
Mauro Carvalho Chehab
2009-03-10
avoid loading the entire videodev.h header for drivers that are already V4L2 ...
Mauro Carvalho Chehab
2009-03-09
v4l2-ioctl: get rid of video_decoder.h
Mauro Carvalho Chehab
2009-03-08
v4l2-ioctl: fix partial-copy code.
Hans Verkuil
2009-03-06
videodev2.h: remove deprecated VIDIOC_G_CHIP_IDENT_OLD
Hans Verkuil
2009-03-03
v4l2: New function v4l2_video_std_frame_period
Trent Piepho
2009-03-03
v4l2: Zero out read-only ioctls in one place
Trent Piepho
2009-03-03
videodev: only copy needed part of RW ioctl's parameter
Trent Piepho
2009-03-03
v4l2: Move code to zero querybuf output struct to v4l2_ioctl
Trent Piepho
2009-02-07
v4l2: prefill ident and revision from v4l2_dbg_chip_ident.
Mauro Carvalho Chehab
2008-12-30
v4l2: debugging API changed to match against driver name instead of ID.
Hans Verkuil
2008-12-30
v4l2-ioctl: change to long return type to match unlocked_ioctl.
Hans Verkuil
2008-12-30
v4l2: introduce v4l2_file_operations.
Hans Verkuil
2008-12-29
v4l2-ioctl: Fix warnings when using .unlocked_ioctl = __video_ioctl2
Mauro Carvalho Chehab
2008-11-12
v4l core: fix debug printk for enumberating framerates
Mauro Carvalho Chehab
2008-11-11
v4l core: a few get ioctls were lacking memory clean
Mauro Carvalho Chehab
2008-11-11
v4l core: add support for enumerating frame sizes and intervals
Mauro Carvalho Chehab
2008-11-01
v4l: remove inode argument from video_usercopy
Hans Verkuil
2008-10-27
rationalise addresses to one common one
Mauro Carvalho Chehab
2008-10-21
Remove unused inode parameter from video_ioctl2
Mauro Carvalho Chehab
2008-10-21
Get rid of inode parameter at v4l_compat_translate_ioctl()
Mauro Carvalho Chehab
2008-10-18
v4l2: add video_ioctl2_unlocked for unlocked_ioctl support.
Hans Verkuil
2008-10-03
v4l: remove vidioc_enum_fmt_vbi_cap
Hans Verkuil
2008-08-21
v4l2-ioctl.c: fix warning
Mauro Carvalho Chehab
2008-07-27
v4l2-ioctl: do not try to handle private V4L1 ioctls
Hans Verkuil
2008-07-21
videodev: move all ioctl callbacks to a new v4l2_ioctl_ops struct
Hans Verkuil
2008-07-20
videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.h
Hans Verkuil