1. 314527a [media] v4l2: pass std by value to the write-only s_std ioctl by Hans Verkuil · 12 years ago
  2. 2f73c7c [media] v4l2: add const to argument of write-only s_tuner ioctl by Hans Verkuil · 12 years ago
  3. b530a44 [media] v4l2: add const to argument of write-only s_frequency ioctl by Hans Verkuil · 12 years ago
  4. d6eb0b9 [media] ivtv-ioctl.c: remove an useless check by Mauro Carvalho Chehab · 12 years ago
  5. 2aebbf6 [media] ivtv: get rid of warning: no previous prototype by Mauro Carvalho Chehab · 12 years ago
  6. bfd063c [media] ivtv: fix format enumeration: don't show invalid formats by Hans Verkuil · 12 years ago
  7. c5c46f2 [media] ivtv: fix incorrect service_set for the decoder VBI capture by Hans Verkuil · 12 years ago
  8. dff274f [media] ivtv: don't allow g/s_frequency for output device nodes by Hans Verkuil · 12 years ago
  9. f659f0e7 [media] ivtv: fix v4l2-compliance error: inconsistent std reporting by Hans Verkuil · 12 years ago
  10. 1a80640 [media] ivtv: DECODER_CMD v4l2-compliance fixes by Hans Verkuil · 12 years ago
  11. 30634e8 [media] sliced vbi: subdevs shouldn't clear the full v4l2_sliced_vbi_format struct by Hans Verkuil · 12 years ago
  12. 4f99659 [media] v4l2: make vidioc_s_crop const by Hans Verkuil · 12 years ago
  13. ba9425b [media] v4l2: make vidioc_s_audout const by Hans Verkuil · 12 years ago
  14. 0e8025b9 [media] v4l2: make vidioc_s_audio const by Hans Verkuil · 12 years ago
  15. 85f5fe3 [media] v4l2: make vidioc_(un)subscribe_event const by Hans Verkuil · 12 years ago
  16. e6eb28c [media] v4l2: make vidioc_s_fbuf const by Hans Verkuil · 12 years ago
  17. b285192 [media] rename most media/video pci drivers to media/pci by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/video/ivtv/ivtv-ioctl.c]
  18. 074689d [media] ivtv: don't mess with vfd->debug by Hans Verkuil · 12 years ago
  19. 932205a [media] ivtv/cx18: fix compiler warnings by Hans Verkuil · 13 years ago
  20. 3e366149 [media] v4l2-ctrls: Use v4l2_subscribed_event_ops by Hans de Goede · 13 years ago
  21. c53c254 [media] v4l2-event: Add v4l2_subscribed_event_ops by Hans de Goede · 13 years ago
  22. d1c754a [media] V4L2: drivers implementing vidioc_default should also return -ENOTTY by Hans Verkuil · 13 years ago
  23. bc169e3 [media] ivtv: Fix AUDIO_(BILINGUAL_)CHANNEL_SELECT regression by Hans Verkuil · 13 years ago
  24. eb2ba85 [media] ivtv: simplify how the decoder controls are set up by Hans Verkuil · 13 years ago
  25. e2ecb25 [media] v4l2: standardize log start/end message by Hans Verkuil · 13 years ago
  26. 6e82a6a2 [media] ivtv: add IVTV_IOC_PASSTHROUGH_MODE by Hans Verkuil · 13 years ago
  27. debf800 [media] ivtv: implement new decoder controls by Hans Verkuil · 13 years ago
  28. da8ec56 [media] ivtv: implement new decoder command ioctls by Hans Verkuil · 13 years ago
  29. d0c8b2d [media] ivtv: setup per-device caps by Hans Verkuil · 13 years ago
  30. cdc0378 [media] ivtv: switch to the v4l core lock by Hans Verkuil · 13 years ago
  31. 2b5d948 [media] ivtv: fill in service_set by Hans Verkuil · 13 years ago
  32. f1e393d [media] v4l2-event/ctrls/fh: allocate events per fh and per type instead of just per-fh by Hans Verkuil · 13 years ago
  33. 5138870 [media] ivtv: add control event support by Hans Verkuil · 13 years ago
  34. 3c2d464 [media] ivtv,cx18: Use default version control for VIDIOC_QUERYCAP by Mauro Carvalho Chehab · 13 years ago
  35. d118e29 [media] cx18/ivtv: fix g_tuner support by Hans Verkuil · 13 years ago
  36. c5874c9 [media] ivtv: Internally separate encoder & decoder standard setting by Ian Armstrong · 13 years ago
  37. 2f82441 [media] ivtv: replace ugly casts with a proper container_of by Hans Verkuil · 14 years ago
  38. cc0a2d4 [media] ivtv: convert to core priority handling by Hans Verkuil · 14 years ago
  39. 99cd47bc [media] v4l2-ioctl: add priority handling support by Hans Verkuil · 14 years ago
  40. 1edc246 V4L/DVB: v4l: remove unused i2c-id.h headers by Hans Verkuil · 14 years ago
  41. f7b80e6 V4L/DVB: ivtv: convert to the new control framework by Hans Verkuil · 14 years ago
  42. 475977a V4L/DVB: ivtv: convert to use s_mbus_fmt by Hans Verkuil · 15 years ago
  43. 3e56b0f V4L/DVB: ivtv: fix VIDIOC_S_PRIORITY handling by Hans Verkuil · 15 years ago
  44. ffb4877 V4L/DVB: v4l2-common: simplify prio utility functions by Hans Verkuil · 15 years ago
  45. 4ff0790 V4L/DVB: ivtv: switch to new vbi subdev ops by Hans Verkuil · 15 years ago
  46. 0925019 V4L/DVB: ivtv: support the new events API by Hans Verkuil · 15 years ago
  47. ce68025 V4L/DVB: ivtv: move the _IO() decoder ioctls into vidioc_default by Hans Verkuil · 15 years ago
  48. 4e1af31 V4L/DVB: ivtv, ivtvfb: Use a define for the output line and field register address by Andy Walls · 15 years ago
  49. 2443bae V4L/DVB: ivtv: Avoid hard system lock on decoder output mode change by Ian Armstrong · 15 years ago
  50. 223ffe5 V4L/DVB: cleanup redundant tests on unsigned by Roel Kluin · 16 years ago
  51. ec105a4 V4L/DVB (11674): ivtv: fix incorrect bit tests by Hans Verkuil · 16 years ago
  52. 6c31e59 V4L/DVB (11381): ivtv/cx18: remove VIDIOC_INT_S_AUDIO_ROUTING debug support. by Hans Verkuil · 16 years ago
  53. 5325b42 V4L/DVB (11380): v4l2-subdev: change s_routing prototype by Hans Verkuil · 16 years ago
  54. f41737e V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core. by Hans Verkuil · 16 years ago
  55. 8ac05ae V4L/DVB (10488): ivtv: cleanup naming conventions by Hans Verkuil · 16 years ago
  56. a4a7871 V4L/DVB (10486): ivtv/cx18: fix g_fmt and try_fmt for raw video by Hans Verkuil · 16 years ago
  57. 7bf432d V4L/DVB (10626): ivtv: fix regression in get sliced vbi format by Hans Verkuil · 16 years ago
  58. ac9575f V4L/DVB (10625): ivtv: fix decoder crash regression by Hans Verkuil · 16 years ago
  59. aecde8b5 V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID. by Hans Verkuil · 16 years ago
  60. 069b747 V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl. by Hans Verkuil · 16 years ago
  61. bec4366 V4L/DVB (10135): v4l2: introduce v4l2_file_operations. by Hans Verkuil · 16 years ago
  62. 67ec09f V4L/DVB (9835): ivtv/ivtvfb: convert to v4l2_device/v4l2_subdev. by Hans Verkuil · 16 years ago
  63. 8a522c9 V4L/DVB (9331): Remove unused inode parameter from video_ioctl2 by Mauro Carvalho Chehab · 16 years ago
  64. 09882f0 V4L/DVB (9325): ivtv: switch to unlocked_ioctl. by Hans Verkuil · 16 years ago
  65. 962d699 V4L/DVB (9191): ivtv: partially revert an earlier patch that checks the max image height by Hans Verkuil · 16 years ago
  66. 2bd7ac5 V4L/DVB (9166): ivtv - Fix potential race condition in yuv handler by Ian Armstrong · 16 years ago
  67. ec9faa1 V4L/DVB (9165): ivtv: V4L2_FBUF_FLAG_OVERLAY status fix by Ian Armstrong · 16 years ago
  68. a8b8643 V4L/DVB (9162): ivtv: fix raw/sliced VBI mixup by Hans Verkuil · 16 years ago
  69. 741e1f3 V4L/DVB (9157): cx18/ivtv: add 'PCI:' prefix to bus_info. by Hans Verkuil · 16 years ago
  70. 854ad9a V4L/DVB (8921): ivtv: fix incorrect capability and assorted sliced vbi and video out fmt fixes by Hans Verkuil · 16 years ago
  71. effc346 V4L/DVB (8920): cx18/ivtv: fix check of window boundaries for VIDIOC_S_FMT by Hans Verkuil · 16 years ago
  72. a399810 V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops struct by Hans Verkuil · 16 years ago
  73. adb65bc V4L/DVB (8113): ivtv/cx18: remove s/g_ctrl, now all controls are handled through s/g_ext_ctrl by Hans Verkuil · 16 years ago
  74. 36ecd49 V4L/DVB (8111): ivtv/cx18: fix compile error when CONFIG_VIDEO_ADV_DEBUG is not defined. by Hans Verkuil · 16 years ago
  75. 37f89f9 V4L/DVB (8104): cx18/ivtv: ioctl debugging improvements by Hans Verkuil · 16 years ago
  76. 42b03fe V4L/DVB (8090): ivtv: yuv decoder lock fix (2) by Ian Armstrong · 16 years ago
  77. e27bf20 V4L/DVB (8086): ivtv/cx18: fix video_temporal_filter handling by Hans Verkuil · 16 years ago
  78. 5cf2cc4 V4L/DVB (8085): ivtv: fill in all v4l2_framebuffer fields in VIDIOC_G/S_FBUF by Hans Verkuil · 16 years ago
  79. 79afcb1 V4L/DVB (8084): ivtv/cx18: remove unnecessary memsets & KERNEL_VERSION tests by Hans Verkuil · 16 years ago
  80. 1a05221 V4L/DVB (8081): ivtv: remove obsolete arrays. by Hans Verkuil · 16 years ago
  81. e88360c V4L/DVB (8080): ivtv: make sure all v4l2_format fields are filled in by Hans Verkuil · 16 years ago
  82. 3f038d8 V4L/DVB (8079): ivtv: Convert to video_ioctl2. by Hans Verkuil · 16 years ago
  83. feb5bce V4L/DVB (7852): ivtv: prefix ivtv external functions with ivtv_ by Hans Verkuil · 17 years ago
  84. 94dee76 V4L/DVB (7758): ivtv: fix oops when itv->speed == 0 and VIDEO_CMD_PLAY is called by Hans Verkuil · 17 years ago
  85. cebfadf V4L/DVB (7756): ivtv: use strlcpy instead of strcpy by Hans Verkuil · 17 years ago
  86. d2b213f V4L/DVB (7729): Fix VIDIOCGAP corruption in ivtv by Alan Cox · 17 years ago
  87. 5e28e00 V4L/DVB (7558): videobuf: Improve command output for debug purposes by Mauro Carvalho Chehab · 17 years ago
  88. c9aec06 V4L/DVB (7244): ivtv: CROP is not supported for video capture by Hans Verkuil · 17 years ago
  89. 88ab075 V4L/DVB (7243): ivtv: yuv framebuffer tracking by Ian Armstrong · 17 years ago
  90. 14d5deb V4L/DVB (6776): ivtv: Some general fixes by Richard Knutsson · 17 years ago
  91. e1ba33d V4L/DVB (6731): ivtv: Remove a invalid shadow-variable by Richard Knutsson · 17 years ago
  92. 368f080 V4L/DVB (6718): ivtv: ivtv yuv format description correction by Ian Armstrong · 17 years ago
  93. 77aded6 V4L/DVB (6717): ivtv: Initial merge of video48 yuv handling into the IVTV_IOC_DMA_FRAME framework by Ian Armstrong · 17 years ago
  94. 34ca7d3 V4L/DVB (6341): ivtv: fix resizing MPEG1 streams by Hans Verkuil · 17 years ago
  95. 3eaeef5 V4L/DVB (6109): ivtv: use new videodev2.h pixel formats by Hans Verkuil · 17 years ago
  96. 2d4d5f1 V4L/DVB (6097): ivtv: set correct pixel format and alpha properties by Hans Verkuil · 17 years ago
  97. fd8b281 V4L/DVB (6093): ivtv: reorganized and cleanup ivtv struct by Hans Verkuil · 17 years ago
  98. 33c0fca V4L/DVB (6092): ivtv: more cleanups, merged ivtv-audio.c and ivtv-video.c into ivtv-routing.c by Hans Verkuil · 17 years ago
  99. d2a35fb V4L/DVB (6089): ivtv: log in status if framebuffer uses YUV instead of RGB by Hans Verkuil · 17 years ago
  100. ea115d5 V4L/DVB (6087): ivtv: prevent changing VBI format while capture is in progress by Hans Verkuil · 17 years ago