1. 1a4ede6 [media] pwc: Fix non CodingStyle compliant 3 space indent in pwc.h by Hans de Goede · 13 years ago
  2. 885fe18 [media] pwc: Replace private buffer management code with videobuf2 by Hans de Goede · 13 years ago
  3. 5f40d91 [media] pwc: remove __cplusplus guards from private header by Hans de Goede · 13 years ago
  4. c246412 [media] pwc: Remove a bunch of bogus sanity checks / don't return EFAULT wrongly by Hans de Goede · 13 years ago
  5. e7d712c [media] gspca: s/strncpy/strlcpy/ by Hans de Goede · 13 years ago
  6. 2f2ea0f [media] gspca_sunplus: Fix streaming on logitech quicksmart 420 by Hans de Goede · 13 years ago
  7. c27cea0 [media] gspca: Add new se401 camera driver by Hans de Goede · 13 years ago
  8. fa4376d [media] gspca: reset image_len to 0 on LAST_PACKET when discarding frame by Hans de Goede · 13 years ago
  9. 0fdee88 [media] gspca - ov519: Fix a LED inversion by Jean-François Moine · 13 years ago
  10. b877a9a [media] gspca - ov519: Fix sensor detection problems by Jean-François Moine · 13 years ago
  11. 686a948 [media] firedtv: change some -EFAULT returns to more fitting error codes by Stefan Richter · 13 years ago
  12. 7a286cc [media] return -ENOTTY for unsupported ioctl's at legacy drivers by Mauro Carvalho Chehab · 13 years ago
  13. 9190d19 [media] v4l2 core: return -ENOTTY if an ioctl doesn't exist by Mauro Carvalho Chehab · 13 years ago
  14. 16d6c0b [media] dvb-bt8xx: Don't return -EFAULT when a device is not found by Mauro Carvalho Chehab · 13 years ago
  15. 7464aa5 [media] nxt6000: i2c bus error should return -EIO by Mauro Carvalho Chehab · 13 years ago
  16. d316b5f [media] siano: bad parameter is -EINVAL and not -EFAULT by Mauro Carvalho Chehab · 13 years ago
  17. 2872094 [media] marvell-cam: use S/G DMA by default by Jonathan Corbet · 13 years ago
  18. cbc4f3a [media] marvell-cam: Working s/g DMA by Jonathan Corbet · 13 years ago
  19. 60c07322 [media] v4l2-ctrls.c: add support for V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK by Hans Verkuil · 13 years ago
  20. 3f66f0e [media] v4l2-ctrls/v4l2-events: small coding style cleanups by Hans Verkuil · 13 years ago
  21. 71c6c4c [media] v4l2-ctrls: v4l2_ctrl_handler_setup code simplification by Hans Verkuil · 13 years ago
  22. e640258 [media] v4l2-ctrls: split try_or_set_ext_ctrls() by Hans Verkuil · 13 years ago
  23. eb5b16e [media] v4l2-ctrls: improve discovery of controls of the same cluster by Hans Verkuil · 13 years ago
  24. c12fcfd [media] v4l2-ctrls: don't initially set CH_VALUE for write-only controls by Hans Verkuil · 13 years ago
  25. 2151bdc [media] v4l2-event: add optional merge and replace callbacks by Hans Verkuil · 13 years ago
  26. f1e393d [media] v4l2-event/ctrls/fh: allocate events per fh and per type instead of just per-fh by Hans Verkuil · 13 years ago
  27. 77068d3 [media] v4l2-ctrls/event: remove struct v4l2_ctrl_fh, instead use v4l2_subscribed_event by Hans Verkuil · 13 years ago
  28. 523f46d [media] v4l2-events/fh: merge v4l2_events into v4l2_fh by Hans Verkuil · 13 years ago
  29. 95904d4 [media] V4L: ov9740: Add suspend/resume by Andrew Chew · 13 years ago
  30. e29c9bf [media] V4L: ov9740: Reorder video and core ops by Andrew Chew · 13 years ago
  31. 970aa9e [media] V4L: ov9740: Remove hardcoded resolution regs by Andrew Chew · 13 years ago
  32. c4fdce5 [media] V4L: ov9740: Fixed some settings by Andrew Chew · 13 years ago
  33. 5fec8b9 [media] V4L: ov9740: Correct print in ov9740_reg_rmw() by Andrew Chew · 13 years ago
  34. c6aac9f [media] V4L: ov9740: Cleanup hex casing inconsistencies by Andrew Chew · 13 years ago
  35. 195ebc4 [media] V4L: at91: add Atmel Image Sensor Interface (ISI) support by Josh Wu · 13 years ago
  36. 8318a64 [media] V4L: soc-camera: remove several now unused soc-camera client operations by Guennadi Liakhovetski · 13 years ago
  37. 14c5ea9 [media] V4L: mt9m111: switch to v4l2-subdev .s_power() method by Guennadi Liakhovetski · 13 years ago
  38. 2768cbb [media] V4L: mt9m111: propagate higher level abstraction down in functions by Guennadi Liakhovetski · 13 years ago
  39. 4df4ada [media] V4L: tw9910: remove bogus ENUMINPUT implementation by Guennadi Liakhovetski · 13 years ago
  40. ff391d7 [media] V4L: sh_mobile_ceu_camera: remove redundant calculations by Guennadi Liakhovetski · 13 years ago
  41. 28281a7 [media] V4L: mx2_camera: .try_fmt shouldn't fail by Guennadi Liakhovetski · 13 years ago
  42. 497833c [media] V4L: pxa-camera: switch to using subdev .s_power() core operation by Guennadi Liakhovetski · 13 years ago
  43. 9140121 [media] V4L: pxa-camera: try to force progressive video format by Guennadi Liakhovetski · 13 years ago
  44. a5c1cee [media] V4L: pxa_camera: remove redundant calculations by Guennadi Liakhovetski · 13 years ago
  45. 6523208 [media] V4L: mx3_camera: remove redundant calculations by Guennadi Liakhovetski · 13 years ago
  46. 82a7c04 [media] v4l2-ctrls: make manual_mode_value 8 bits and check against control range by Hans Verkuil · 13 years ago
  47. 2330fb8 [media] v4l2-compat-ioctl32: add VIDIOC_DQEVENT support by Hans Verkuil · 13 years ago
  48. 5138870 [media] ivtv: add control event support by Hans Verkuil · 13 years ago
  49. c7a52f8 [media] vivi: support control events by Hans Verkuil · 13 years ago
  50. ce72757 [media] v4l2-ctrls: simplify event subscription by Hans Verkuil · 13 years ago
  51. 6e23939 [media] v4l2-ctrls: add control events by Hans Verkuil · 13 years ago
  52. ab892ba [media] v4l2-ctrls: add v4l2_fh pointer to the set control functions by Hans Verkuil · 13 years ago
  53. a1c894f [media] vivi: add autogain/gain support to test the autocluster functionality by Hans Verkuil · 13 years ago
  54. 72d877c [media] v4l2-ctrls: add v4l2_ctrl_auto_cluster to simplify autogain/gain scenarios by Hans Verkuil · 13 years ago
  55. ddac5c1 [media] v4l2-ctrls: fix and improve volatile control handling by Hans Verkuil · 13 years ago
  56. 18d171b [media] v4l2-subdev: implement per-filehandle control handlers by Hans Verkuil · 13 years ago
  57. 2d28b68 [media] v4l2-ioctl: add ctrl_handler to v4l2_fh by Hans Verkuil · 14 years ago
  58. 7ebbc39 [media] v4l2-ctrls: drivers should be able to ignore the READ_ONLY flag by Hans Verkuil · 13 years ago
  59. 37cd3b7 [media] v4l2-ctrls: simplify error_idx handling by Hans Verkuil · 13 years ago
  60. 54c911e [media] v4l2-ctrls: introduce call_op define by Hans Verkuil · 13 years ago
  61. 29834c1 [media] radio: Use the subsystem version control for VIDIOC_QUERYCAP by Mauro Carvalho Chehab · 13 years ago
  62. 64dc3c1 [media] Stop using linux/version.h on the remaining video drivers by Mauro Carvalho Chehab · 13 years ago
  63. b0eaab76 [media] gspca: don't include linux/version.h by Mauro Carvalho Chehab · 13 years ago
  64. fd3e582 [media] uvcvideo: Use LINUX_VERSION_CODE for VIDIOC_QUERYCAP by Mauro Carvalho Chehab · 13 years ago
  65. 6c13b45 [media] sn9c102: Use LINUX_VERSION_CODE for VIDIOC_QUERYCAP by Mauro Carvalho Chehab · 13 years ago
  66. 083774d [media] pvrusb2: Use LINUX_VERSION_CODE for VIDIOC_QUERYCAP by Mauro Carvalho Chehab · 13 years ago
  67. 5204ceb [media] et61x251: Use LINUX_VERSION_CODE for VIDIOC_QUERYCAP by Mauro Carvalho Chehab · 13 years ago
  68. 3c2d464 [media] ivtv,cx18: Use default version control for VIDIOC_QUERYCAP by Mauro Carvalho Chehab · 13 years ago
  69. 880c35c [media] pwc: Use the default version for VIDIOC_QUERYCAP by Mauro Carvalho Chehab · 13 years ago
  70. 1990d50 [media] Stop using linux/version.h on most video drivers by Mauro Carvalho Chehab · 13 years ago
  71. d35ebf9 [media] drxd, siano: Remove unused include linux/version.h by Mauro Carvalho Chehab · 13 years ago
  72. ae6db51 [media] v4l2-ioctl: Add a default value for kernel version by Mauro Carvalho Chehab · 13 years ago
  73. a9b36e8 [media] marvell-cam: implement contiguous DMA operation by Jonathan Corbet · 13 years ago
  74. 6c895d5 [media] marvell-cam: Don't spam the logs on frame loss by Jonathan Corbet · 13 years ago
  75. 9d48a51 [media] marvell-cam: no need to initialize the DMA buffers by Jonathan Corbet · 13 years ago
  76. 362d45b [media] marvell-cam: include file cleanup by Jonathan Corbet · 13 years ago
  77. b5210fd [media] marvell-cam: convert to videobuf2 by Jonathan Corbet · 13 years ago
  78. 6783edb [media] davinci vpbe: Build infrastructure for VPBE driver by Manjunath Hadli · 13 years ago
  79. 606b69e [media] davinci vpbe: VENC( Video Encoder) implementation by Manjunath Hadli · 13 years ago
  80. ff0f23d [media] davinci vpbe: OSD(On Screen Display) block by Manjunath Hadli · 13 years ago
  81. 66715cd [media] davinci vpbe: VPBE display driver by Manjunath Hadli · 13 years ago
  82. a2c25b4 [media] davinci vpbe: V4L2 display driver for DM644X SoC by Manjunath Hadli · 13 years ago
  83. 9a78efc [media] DVB: dvb-net, make the kconfig text helpful by Jiri Slaby · 13 years ago
  84. 3735edf [media] dvb: remove unnecessary code by Greg Dietsche · 13 years ago
  85. fe45e25 [media] dvb-usb/technisat-usb2: don't use flush_scheduled_work() by Tejun Heo · 13 years ago
  86. 8c528d5 [media] media: DVB_NET must depend on DVB_CORE by Guennadi Liakhovetski · 13 years ago
  87. 9b3d8ec [media] cx23885: Add IR Rx support for HVR-1270 boards by Andy Walls · 13 years ago
  88. de8ae0d [media] cx231xx: Add support for Hauppauge WinTV USB2-FM by Peter Moon · 13 years ago
  89. c3f305a [media] frontends/s5h1420: Change: clock_settting to clock_setting by Justin P. Mattock · 13 years ago
  90. 79a5b9a [media] cx88: replaced duplicated code with function call by istvan_v@mailbox.hu · 13 years ago
  91. 8eb79c0 [media] cx88: added support for Leadtek WinFast DTV1800 H with XC4000 tuner by istvan_v@mailbox.hu · 13 years ago
  92. f271a3a [media] cx88: added support for Leadtek WinFast DTV2000 H Plus by istvan_v@mailbox.hu · 13 years ago
  93. c21973e [media] cx88: added XC4000 tuner callback and DVB attach functions by istvan_v@mailbox.hu · 13 years ago
  94. 0db15d5 [media] em28xx: Mark Kworld 305 as validated by Mauro Carvalho Chehab · 13 years ago
  95. 4f83e7b [media] em28xx: Add support for devices with a separate audio interface by Mauro Carvalho Chehab · 13 years ago
  96. dff0f8c [media] em28xx-audio: Some Alsa API fixes by Mauro Carvalho Chehab · 13 years ago
  97. debb724 [media] em28xx-audio: Properly report failures to start stream by Mauro Carvalho Chehab · 13 years ago
  98. 66cb695 [media] em28xx-audio: add debug info for the volume control by Mauro Carvalho Chehab · 13 years ago
  99. 71d7d83 [media] em28xx-audio: volumes are inverted by Mauro Carvalho Chehab · 13 years ago
  100. 43131a2 [media] em28xx-audio: add support for mute controls by Mauro Carvalho Chehab · 13 years ago