summaryrefslogtreecommitdiff
path: root/drivers/media/video/v4l2-ioctl.c
AgeCommit message (Expand)Author
2012-08-11[media] Add missing logging for rangelow/high of hwseekHans Verkuil
2012-08-11[media] VIDIOC_ENUM_FREQ_BANDS fixHans Verkuil
2012-07-30[media] Use a named union in struct v4l2_ioctl_infoHans Verkuil
2012-07-30[media] v4l2: add core support for the new VIDIOC_ENUM_FREQ_BANDS ioctlHans Verkuil
2012-07-30[media] v4l2-ioctl.c: zero the v4l2_dv_timings_cap structHans Verkuil
2012-07-30[media] v4l2-ioctl: Don't assume file->private_data always points to a v4l2_fhHans Verkuil
2012-07-30[media] Fix VIDIOC_TRY_EXT_CTRLS regressionHans Verkuil
2012-07-06[media] v4l2-dev/ioctl.c: add vb2_queue support to video_deviceHans Verkuil
2012-07-06[media] v4l2-ioctl: remove v4l_(i2c_)print_ioctlHans Verkuil
2012-07-06[media] v4l2-dev.c: add debug sysfs entryHans Verkuil
2012-07-06[media] v4l2-ioctl.c: finalize table conversionHans Verkuil
2012-07-06[media] v4l2-ioctl.c: use the new table for the remaining ioctlsHans Verkuil
2012-07-06[media] v4l2-ioctl.c: use the new table for preset/timings ioctlsHans Verkuil
2012-07-06[media] v4l2-ioctl.c: use the new table for debug ioctlsHans Verkuil
2012-07-06[media] v4l2-ioctl.c: use the new table for compression ioctlsHans Verkuil
2012-07-06[media] v4l2-ioctl.c: use the new table for selection ioctlsHans Verkuil
2012-07-06[media] v4l2-ioctl.c: use the new table for control ioctlsHans Verkuil
2012-07-06[media] v4l2-ioctl.c: use the new table for queuing/parm ioctlsHans Verkuil
2012-07-06[media] v4l2-ioctl.c: use the new table for std/tuner/modulator ioctlsHans Verkuil
2012-07-06[media] v4l2-ioctl.c: use the new table for overlay/streamon/off ioctlsHans Verkuil
2012-07-06[media] v4l2-ioctl.c: use the new table for format/framebuffer ioctlsHans Verkuil
2012-07-06[media] v4l2-ioctl.c: use the new table for priority ioctlsHans Verkuil
2012-07-06[media] v4l2-ioctl.c: use the new table for querycap and i/o ioctlsHans Verkuil
2012-07-06[media] v4l2-ioctl.c: remove an unnecessary #ifdefHans Verkuil
2012-07-06[media] v4l2-ioctl.c: v4l2-ioctl: add debug and callback/offset functionalityHans Verkuil
2012-07-06[media] v4l2-ioctl.c: introduce INFO_FL_CLEAR to replace switchHans Verkuil
2012-07-06[media] v4l2-ioctl.c: move a block of code down, no other changesHans Verkuil
2012-06-11[media] v4l2-ioctl: set readbuffers to 2 in g_parmHans Verkuil
2012-05-20[media] v4l2 framework: add support for the new dv_timings ioctlsHans Verkuil
2012-05-14[media] v4l2-ioctl: handle priority handling based on a table lookupHans Verkuil
2012-05-14[media] v4l2-dev/ioctl: determine the valid ioctls upfrontHans Verkuil
2012-05-14[media] v4l2-dev: make it possible to skip locking for selected ioctlsHans Verkuil
2012-03-19[media] -EINVAL -> -ENOTTYHans Verkuil
2012-02-14[media] v4l2: standardize log start/end messageHans Verkuil
2012-02-14[media] v4l2: add VIDIOC_(TRY_)DECODER_CMDHans Verkuil
2012-01-23[media] V4L2: Add per-device-node capabilitiesHans Verkuil
2012-01-16[media] v4l2-ioctl: make tuner 'type' check more strict for S_FREQUENCYHans Verkuil
2012-01-10[media] v4l: emulate old crop API using extended crop/compose APITomasz Stanislawski
2012-01-10[media] v4l: add support for selection apiTomasz Stanislawski
2012-01-07[media] V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy()Dan Carpenter
2011-11-03[media] V4L: add two new ioctl()s for multi-size videobuffer managementGuennadi Liakhovetski
2011-10-08[media] v4l2-ioctl: Fill the default value for VIDIOC_QUERYSTDMauro Carvalho Chehab
2011-09-06[media] media: v4l: remove single to multiplane conversionTomasz Stanislawski
2011-09-06[media] v4l2-ioctl: more -ENOTTY fixesHans Verkuil
2011-07-31v4l2-ioctl: properly return -EINVAL when parameters are wrongMauro Carvalho Chehab
2011-07-27[media] v4l2 core: return -ENOTTY if an ioctl doesn't existMauro Carvalho Chehab
2011-07-27[media] v4l2-ctrls: add v4l2_fh pointer to the set control functionsHans Verkuil
2011-07-27[media] v4l2-ioctl: add ctrl_handler to v4l2_fhHans Verkuil
2011-07-27[media] v4l2-ioctl: Add a default value for kernel versionMauro Carvalho Chehab
2011-07-27[media] Fix compile warning: Dereferencing type-punned pointer will break str...Hans Petter Selasky