Commit Graph

75 Commits (569ba7d2083681abbfc2f6d6550e74e64833dada)

Author SHA1 Message Date
Hans Verkuil 5d7758eed2 [media] v4l2 framework: add support for the new dv_timings ioctls 13 years ago
Hans Verkuil 4b902fec7c [media] v4l2-ioctl: handle priority handling based on a table lookup 13 years ago
Hans Verkuil 48ea0be060 [media] v4l2-dev/ioctl: determine the valid ioctls upfront 13 years ago
Hans Verkuil 8ab75e3ecd [media] v4l2-dev: make it possible to skip locking for selected ioctls 13 years ago
Hans Verkuil 02bbb814d8 [media] -EINVAL -> -ENOTTY 13 years ago
Hans Verkuil e2ecb257ee [media] v4l2: standardize log start/end message 13 years ago
Hans Verkuil a45c0ad51d [media] v4l2: add VIDIOC_(TRY_)DECODER_CMD 13 years ago
Hans Verkuil 583aa3a9b5 [media] V4L2: Add per-device-node capabilities 13 years ago
Hans Verkuil aa07eec532 [media] v4l2-ioctl: make tuner 'type' check more strict for S_FREQUENCY 13 years ago
Tomasz Stanislawski 992efeff79 [media] v4l: emulate old crop API using extended crop/compose API 13 years ago
Tomasz Stanislawski 0e8caaceff [media] v4l: add support for selection api 13 years ago
Dan Carpenter 6c06108be5 [media] V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy() 13 years ago
Guennadi Liakhovetski 2150158b31 [media] V4L: add two new ioctl()s for multi-size videobuffer management 13 years ago
Mauro Carvalho Chehab 8715e6cbae [media] v4l2-ioctl: Fill the default value for VIDIOC_QUERYSTD 14 years ago
Tomasz Stanislawski 1d0c86cad3 [media] media: v4l: remove single to multiplane conversion 14 years ago
Hans Verkuil 93d5a30bca [media] v4l2-ioctl: more -ENOTTY fixes 14 years ago
Mauro Carvalho Chehab a5f2db539b v4l2-ioctl: properly return -EINVAL when parameters are wrong 14 years ago
Mauro Carvalho Chehab 9190d191b1 [media] v4l2 core: return -ENOTTY if an ioctl doesn't exist 14 years ago
Hans Verkuil ab892bac84 [media] v4l2-ctrls: add v4l2_fh pointer to the set control functions 14 years ago
Hans Verkuil 2d28b686ad [media] v4l2-ioctl: add ctrl_handler to v4l2_fh 14 years ago
Mauro Carvalho Chehab ae6db51546 [media] v4l2-ioctl: Add a default value for kernel version 14 years ago
Hans Petter Selasky 2ef4037088 [media] Fix compile warning: Dereferencing type-punned pointer will break strict-aliasing rules 14 years ago
Hans Verkuil a6cf90a915 [media] v4l2-ioctl.c: check for valid tuner type in S_HW_FREQ_SEEK 14 years ago
Hans Verkuil 227690df75 [media] v4l2-ioctl.c: prefill tuner type for g_frequency and g/s_tuner 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Hans Verkuil b1a873a37b [media] v4l2: use new flag to enable core priority handling 14 years ago
Hans Verkuil 99cd47bc73 [media] v4l2-ioctl: add priority handling support 14 years ago
Laurent Pinchart fc0a807985 [media] v4l: Share code between video_usercopy and video_ioctl2 14 years ago
Hans Verkuil 7ee40aadab [media] v4l: removal of old, obsolete ioctls 14 years ago
Pawel Osciak d14e6d76eb [media] v4l: Add multi-planar ioctl handling code 14 years ago
Pawel Osciak f8f3914cf9 [media] v4l: Add multi-planar API definitions to the V4L2 API 14 years ago
Hans Verkuil a1198ccf9c [media] v4l2-ioctl: fix incorrect error code if VIDIOC_DBG_G/S_REGISTER are unsupported 14 years ago
Hans Verkuil 08af245de0 [media] V4L: remove V4L1 compatibility mode 14 years ago
Hans Verkuil 11bbc1cadb V4L/DVB: v4l2: hook up the new control framework into the core framework 15 years ago
Sakari Ailus d3d7c96356 V4L/DVB: V4L: Events: Support event handling in do_ioctl 15 years ago
Sakari Ailus fda1021477 V4L/DVB: V4L: Events: Add new ioctls for events 15 years ago
Hans Verkuil 6a717883e7 V4L/DVB: video_ioctl2: handle the v4l1 compat bit first and move VIDIOCGMBUF into the switch 15 years ago
Hans Verkuil 3f5e18249c V4L/DVB: video_ioctl2: don't return, use break 15 years ago
Hans Verkuil 1d94aa369d V4L/DVB: video_ioctl2: do not replace arg with NULL for _IO() ioctls 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Muralidharan Karicheri b6456c0cfe V4L/DVB (13571): v4l: Adding Digital Video Timings APIs 15 years ago
Hans Verkuil 6b5a9492ca V4L/DVB (12543): v4l: introduce string control support. 16 years ago
Mauro Carvalho Chehab d33fbcbb21 V4L/DVB (12168): v4l2-ioctl: avoid flooding log with unasked debug messages 16 years ago
Mauro Carvalho Chehab d1afe4250a V4L/DVB (12124): v4l2-ioctl: better output debug messages for VIDIOC_ENUM_FRAMESIZES 16 years ago
Hans Verkuil 9bedc7f7fe V4L/DVB (12429): v4l2-ioctl: fix G_STD and G_PARM default handlers 16 years ago
Trent Piepho 7ecc0cf937 V4L/DVB (11662): v4l2-ioctl: Clear buffer type specific trailing fields/padding 16 years ago
Trent Piepho 1175d6131f V4L/DVB (11661): v4l2-ioctl: Check buffer types using g_fmt instead of try_fmt 16 years ago
Hans Verkuil 78a3b4db2e V4L/DVB (11367): v4l2-common: remove legacy code 16 years ago
Trent Piepho 34796bc009 V4L/DVB (11260): v4l2-ioctl: Check format for S_PARM and G_PARM 16 years ago
Hans Verkuil 9f1a693f76 V4L/DVB (10920): v4l2-ioctl: fix partial-copy code. 16 years ago