1. a6cf90a [media] v4l2-ioctl.c: check for valid tuner type in S_HW_FREQ_SEEK by Hans Verkuil · 13 years ago
  2. 227690d [media] v4l2-ioctl.c: prefill tuner type for g_frequency and g/s_tuner by Hans Verkuil · 13 years ago
  3. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  4. b1a873a [media] v4l2: use new flag to enable core priority handling by Hans Verkuil · 13 years ago
  5. 99cd47bc [media] v4l2-ioctl: add priority handling support by Hans Verkuil · 13 years ago
  6. fc0a807 [media] v4l: Share code between video_usercopy and video_ioctl2 by Laurent Pinchart · 14 years ago
  7. 7ee40aa [media] v4l: removal of old, obsolete ioctls by Hans Verkuil · 14 years ago
  8. d14e6d7 [media] v4l: Add multi-planar ioctl handling code by Pawel Osciak · 14 years ago
  9. f8f3914 [media] v4l: Add multi-planar API definitions to the V4L2 API by Pawel Osciak · 14 years ago
  10. a1198cc [media] v4l2-ioctl: fix incorrect error code if VIDIOC_DBG_G/S_REGISTER are unsupported by Hans Verkuil · 14 years ago
  11. 08af245 [media] V4L: remove V4L1 compatibility mode by Hans Verkuil · 14 years ago
  12. 11bbc1c V4L/DVB: v4l2: hook up the new control framework into the core framework by Hans Verkuil · 14 years ago
  13. d3d7c96 V4L/DVB: V4L: Events: Support event handling in do_ioctl by Sakari Ailus · 14 years ago
  14. fda1021 V4L/DVB: V4L: Events: Add new ioctls for events by Sakari Ailus · 14 years ago
  15. 6a71788 V4L/DVB: video_ioctl2: handle the v4l1 compat bit first and move VIDIOCGMBUF into the switch by Hans Verkuil · 14 years ago
  16. 3f5e182 V4L/DVB: video_ioctl2: don't return, use break by Hans Verkuil · 14 years ago
  17. 1d94aa3 V4L/DVB: video_ioctl2: do not replace arg with NULL for _IO() ioctls by Hans Verkuil · 14 years ago
  18. 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
  19. b6456c0 V4L/DVB (13571): v4l: Adding Digital Video Timings APIs by Muralidharan Karicheri · 15 years ago
  20. 6b5a949 V4L/DVB (12543): v4l: introduce string control support. by Hans Verkuil · 15 years ago
  21. d33fbcb V4L/DVB (12168): v4l2-ioctl: avoid flooding log with unasked debug messages by Mauro Carvalho Chehab · 15 years ago
  22. d1afe42 V4L/DVB (12124): v4l2-ioctl: better output debug messages for VIDIOC_ENUM_FRAMESIZES by Mauro Carvalho Chehab · 15 years ago
  23. 9bedc7f V4L/DVB (12429): v4l2-ioctl: fix G_STD and G_PARM default handlers by Hans Verkuil · 15 years ago
  24. 7ecc0cf V4L/DVB (11662): v4l2-ioctl: Clear buffer type specific trailing fields/padding by Trent Piepho · 15 years ago
  25. 1175d61 V4L/DVB (11661): v4l2-ioctl: Check buffer types using g_fmt instead of try_fmt by Trent Piepho · 15 years ago
  26. 78a3b4d V4L/DVB (11367): v4l2-common: remove legacy code by Hans Verkuil · 15 years ago
  27. 34796bc V4L/DVB (11260): v4l2-ioctl: Check format for S_PARM and G_PARM by Trent Piepho · 15 years ago
  28. 9f1a693 V4L/DVB (10920): v4l2-ioctl: fix partial-copy code. by Hans Verkuil · 15 years ago
  29. fbc9fa4 V4L/DVB (10910): videodev2.h: remove deprecated VIDIOC_G_CHIP_IDENT_OLD by Hans Verkuil · 15 years ago
  30. 7e0a16f V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 drivers by Mauro Carvalho Chehab · 15 years ago
  31. bd894b5 V4L/DVB (10870): v4l2-ioctl: get rid of video_decoder.h by Mauro Carvalho Chehab · 15 years ago
  32. 51f0b8d5 V4L/DVB (10813): v4l2: New function v4l2_video_std_frame_period by Trent Piepho · 15 years ago
  33. 337f9d2 V4L/DVB (10812): v4l2: Zero out read-only ioctls in one place by Trent Piepho · 15 years ago
  34. 19c96e4 V4L/DVB (10811): videodev: only copy needed part of RW ioctl's parameter by Trent Piepho · 15 years ago
  35. 9cfb6a3 V4L/DVB (10794): v4l2: Move code to zero querybuf output struct to v4l2_ioctl by Trent Piepho · 15 years ago
  36. 80b36e0 V4L/DVB (10490): v4l2: prefill ident and revision from v4l2_dbg_chip_ident. by Hans Verkuil · 16 years ago
  37. aecde8b5 V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID. by Hans Verkuil · 16 years ago
  38. 069b747 V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl. by Hans Verkuil · 16 years ago
  39. bec4366 V4L/DVB (10135): v4l2: introduce v4l2_file_operations. by Hans Verkuil · 16 years ago
  40. 92ab788 V4L/DVB (10110): v4l2-ioctl: Fix warnings when using .unlocked_ioctl = __video_ioctl2 by Mauro Carvalho Chehab · 16 years ago
  41. 1958578 V4L/DVB (9591): v4l core: fix debug printk for enumberating framerates by Mauro Carvalho Chehab · 16 years ago
  42. a56a18c V4L/DVB (9579): v4l core: a few get ioctls were lacking memory clean by Mauro Carvalho Chehab · 16 years ago
  43. 74d83fa V4L/DVB (9578): v4l core: add support for enumerating frame sizes and intervals by Mauro Carvalho Chehab · 16 years ago
  44. f473bf7 V4L/DVB (9503): v4l: remove inode argument from video_usercopy by Hans Verkuil · 16 years ago
  45. d9b0144 V4L/DVB (9491): rationalise addresses to one common one by Alan Cox · 16 years ago
  46. 8a522c9 V4L/DVB (9331): Remove unused inode parameter from video_ioctl2 by Mauro Carvalho Chehab · 16 years ago
  47. b1f8840 V4L/DVB (9330): Get rid of inode parameter at v4l_compat_translate_ioctl() by Mauro Carvalho Chehab · 16 years ago
  48. d5fbf32 V4L/DVB (9324): v4l2: add video_ioctl2_unlocked for unlocked_ioctl support. by Hans Verkuil · 16 years ago
  49. 3c7b933 V4L/DVB (9160): v4l: remove vidioc_enum_fmt_vbi_cap by Hans Verkuil · 16 years ago
  50. b045979 V4L/DVB (8681): v4l2-ioctl.c: fix warning by Alexander Beregalov · 16 years ago
  51. 888fe74 V4L/DVB (8629): v4l2-ioctl: do not try to handle private V4L1 ioctls by Hans Verkuil · 16 years ago
  52. a399810 V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops struct by Hans Verkuil · 16 years ago
  53. 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