1. 4b902fe [media] v4l2-ioctl: handle priority handling based on a table lookup by Hans Verkuil · 12 years ago
  2. 48ea0be [media] v4l2-dev/ioctl: determine the valid ioctls upfront by Hans Verkuil · 12 years ago
  3. 8ab75e3 [media] v4l2-dev: make it possible to skip locking for selected ioctls by Hans Verkuil · 12 years ago
  4. 02bbb81 [media] -EINVAL -> -ENOTTY by Hans Verkuil · 12 years ago
  5. e2ecb25 [media] v4l2: standardize log start/end message by Hans Verkuil · 12 years ago
  6. a45c0ad [media] v4l2: add VIDIOC_(TRY_)DECODER_CMD by Hans Verkuil · 13 years ago
  7. 583aa3a [media] V4L2: Add per-device-node capabilities by Hans Verkuil · 12 years ago
  8. aa07eec [media] v4l2-ioctl: make tuner 'type' check more strict for S_FREQUENCY by Hans Verkuil · 13 years ago
  9. 992efeff [media] v4l: emulate old crop API using extended crop/compose API by Tomasz Stanislawski · 13 years ago
  10. 0e8caac [media] v4l: add support for selection api by Tomasz Stanislawski · 13 years ago
  11. 6c06108 [media] V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy() by Dan Carpenter · 12 years ago
  12. 2150158 [media] V4L: add two new ioctl()s for multi-size videobuffer management by Guennadi Liakhovetski · 13 years ago
  13. 8715e6c [media] v4l2-ioctl: Fill the default value for VIDIOC_QUERYSTD by Mauro Carvalho Chehab · 13 years ago
  14. 1d0c86c [media] media: v4l: remove single to multiplane conversion by Tomasz Stanislawski · 13 years ago
  15. 93d5a30 [media] v4l2-ioctl: more -ENOTTY fixes by Hans Verkuil · 13 years ago
  16. a5f2db5 v4l2-ioctl: properly return -EINVAL when parameters are wrong by Mauro Carvalho Chehab · 13 years ago
  17. 9190d19 [media] v4l2 core: return -ENOTTY if an ioctl doesn't exist by Mauro Carvalho Chehab · 13 years ago
  18. ab892ba [media] v4l2-ctrls: add v4l2_fh pointer to the set control functions by Hans Verkuil · 13 years ago
  19. 2d28b68 [media] v4l2-ioctl: add ctrl_handler to v4l2_fh by Hans Verkuil · 13 years ago
  20. ae6db51 [media] v4l2-ioctl: Add a default value for kernel version by Mauro Carvalho Chehab · 13 years ago
  21. 2ef4037 [media] Fix compile warning: Dereferencing type-punned pointer will break strict-aliasing rules by Hans Petter Selasky · 13 years ago
  22. a6cf90a [media] v4l2-ioctl.c: check for valid tuner type in S_HW_FREQ_SEEK by Hans Verkuil · 13 years ago
  23. 227690d [media] v4l2-ioctl.c: prefill tuner type for g_frequency and g/s_tuner by Hans Verkuil · 13 years ago
  24. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  25. b1a873a [media] v4l2: use new flag to enable core priority handling by Hans Verkuil · 13 years ago
  26. 99cd47bc [media] v4l2-ioctl: add priority handling support by Hans Verkuil · 13 years ago
  27. fc0a807 [media] v4l: Share code between video_usercopy and video_ioctl2 by Laurent Pinchart · 14 years ago
  28. 7ee40aa [media] v4l: removal of old, obsolete ioctls by Hans Verkuil · 13 years ago
  29. d14e6d7 [media] v4l: Add multi-planar ioctl handling code by Pawel Osciak · 14 years ago
  30. f8f3914 [media] v4l: Add multi-planar API definitions to the V4L2 API by Pawel Osciak · 14 years ago
  31. a1198cc [media] v4l2-ioctl: fix incorrect error code if VIDIOC_DBG_G/S_REGISTER are unsupported by Hans Verkuil · 13 years ago
  32. 08af245 [media] V4L: remove V4L1 compatibility mode by Hans Verkuil · 14 years ago
  33. 11bbc1c V4L/DVB: v4l2: hook up the new control framework into the core framework by Hans Verkuil · 14 years ago
  34. d3d7c96 V4L/DVB: V4L: Events: Support event handling in do_ioctl by Sakari Ailus · 14 years ago
  35. fda1021 V4L/DVB: V4L: Events: Add new ioctls for events by Sakari Ailus · 14 years ago
  36. 6a71788 V4L/DVB: video_ioctl2: handle the v4l1 compat bit first and move VIDIOCGMBUF into the switch by Hans Verkuil · 14 years ago
  37. 3f5e182 V4L/DVB: video_ioctl2: don't return, use break by Hans Verkuil · 14 years ago
  38. 1d94aa3 V4L/DVB: video_ioctl2: do not replace arg with NULL for _IO() ioctls by Hans Verkuil · 14 years ago
  39. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  40. b6456c0 V4L/DVB (13571): v4l: Adding Digital Video Timings APIs by Muralidharan Karicheri · 15 years ago
  41. 6b5a949 V4L/DVB (12543): v4l: introduce string control support. by Hans Verkuil · 15 years ago
  42. d33fbcb V4L/DVB (12168): v4l2-ioctl: avoid flooding log with unasked debug messages by Mauro Carvalho Chehab · 15 years ago
  43. d1afe42 V4L/DVB (12124): v4l2-ioctl: better output debug messages for VIDIOC_ENUM_FRAMESIZES by Mauro Carvalho Chehab · 15 years ago
  44. 9bedc7f V4L/DVB (12429): v4l2-ioctl: fix G_STD and G_PARM default handlers by Hans Verkuil · 15 years ago
  45. 7ecc0cf V4L/DVB (11662): v4l2-ioctl: Clear buffer type specific trailing fields/padding by Trent Piepho · 15 years ago
  46. 1175d61 V4L/DVB (11661): v4l2-ioctl: Check buffer types using g_fmt instead of try_fmt by Trent Piepho · 15 years ago
  47. 78a3b4d V4L/DVB (11367): v4l2-common: remove legacy code by Hans Verkuil · 15 years ago
  48. 34796bc V4L/DVB (11260): v4l2-ioctl: Check format for S_PARM and G_PARM by Trent Piepho · 15 years ago
  49. 9f1a693 V4L/DVB (10920): v4l2-ioctl: fix partial-copy code. by Hans Verkuil · 15 years ago
  50. fbc9fa4 V4L/DVB (10910): videodev2.h: remove deprecated VIDIOC_G_CHIP_IDENT_OLD by Hans Verkuil · 15 years ago
  51. 7e0a16f V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 drivers by Mauro Carvalho Chehab · 15 years ago
  52. bd894b5 V4L/DVB (10870): v4l2-ioctl: get rid of video_decoder.h by Mauro Carvalho Chehab · 15 years ago
  53. 51f0b8d5 V4L/DVB (10813): v4l2: New function v4l2_video_std_frame_period by Trent Piepho · 15 years ago
  54. 337f9d2 V4L/DVB (10812): v4l2: Zero out read-only ioctls in one place by Trent Piepho · 15 years ago
  55. 19c96e4 V4L/DVB (10811): videodev: only copy needed part of RW ioctl's parameter by Trent Piepho · 15 years ago
  56. 9cfb6a3 V4L/DVB (10794): v4l2: Move code to zero querybuf output struct to v4l2_ioctl by Trent Piepho · 15 years ago
  57. 80b36e0 V4L/DVB (10490): v4l2: prefill ident and revision from v4l2_dbg_chip_ident. by Hans Verkuil · 15 years ago
  58. aecde8b5 V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID. by Hans Verkuil · 16 years ago
  59. 069b747 V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl. by Hans Verkuil · 16 years ago
  60. bec4366 V4L/DVB (10135): v4l2: introduce v4l2_file_operations. by Hans Verkuil · 16 years ago
  61. 92ab788 V4L/DVB (10110): v4l2-ioctl: Fix warnings when using .unlocked_ioctl = __video_ioctl2 by Mauro Carvalho Chehab · 16 years ago
  62. 1958578 V4L/DVB (9591): v4l core: fix debug printk for enumberating framerates by Mauro Carvalho Chehab · 16 years ago
  63. a56a18c V4L/DVB (9579): v4l core: a few get ioctls were lacking memory clean by Mauro Carvalho Chehab · 16 years ago
  64. 74d83fa V4L/DVB (9578): v4l core: add support for enumerating frame sizes and intervals by Mauro Carvalho Chehab · 16 years ago
  65. f473bf7 V4L/DVB (9503): v4l: remove inode argument from video_usercopy by Hans Verkuil · 16 years ago
  66. d9b0144 V4L/DVB (9491): rationalise addresses to one common one by Alan Cox · 16 years ago
  67. 8a522c9 V4L/DVB (9331): Remove unused inode parameter from video_ioctl2 by Mauro Carvalho Chehab · 16 years ago
  68. b1f8840 V4L/DVB (9330): Get rid of inode parameter at v4l_compat_translate_ioctl() by Mauro Carvalho Chehab · 16 years ago
  69. d5fbf32 V4L/DVB (9324): v4l2: add video_ioctl2_unlocked for unlocked_ioctl support. by Hans Verkuil · 16 years ago
  70. 3c7b933 V4L/DVB (9160): v4l: remove vidioc_enum_fmt_vbi_cap by Hans Verkuil · 16 years ago
  71. b045979 V4L/DVB (8681): v4l2-ioctl.c: fix warning by Alexander Beregalov · 16 years ago
  72. 888fe74 V4L/DVB (8629): v4l2-ioctl: do not try to handle private V4L1 ioctls by Hans Verkuil · 16 years ago
  73. a399810 V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops struct by Hans Verkuil · 16 years ago
  74. 35ea11f V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.h by Hans Verkuil · 16 years ago