1. 557f48d [media] cx23885: implement tuner_bus parameter for cx23885_board structure by Igor M. Liplianin · 13 years ago
  2. 657f227 [media] v4l: fix handling of v4l2_input.capabilities by Hans Verkuil · 14 years ago
  3. 08af245 [media] V4L: remove V4L1 compatibility mode by Hans Verkuil · 14 years ago
  4. 9a1f8b3 [media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functions by Laurent Pinchart · 14 years ago
  5. 0edf2e5 [media] v4l: kill the BKL by Arnd Bergmann · 14 years ago
  6. 1532a07 [media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev* by Laurent Pinchart · 14 years ago
  7. 08bff03 V4L/DVB: videobuf: add ext_lock argument to the queue init functions by Hans Verkuil · 14 years ago
  8. 473d802 V4L/DVB: drivers/media/video: Adjust confusing if indentation by Julia Lawall · 14 years ago
  9. dbe83a3 V4L/DVB: cx23885: Protect PCI interrupt mask manipulations with a spinlock by Andy Walls · 14 years ago
  10. e9e5cf4 V4L/DVB: cx23885: Add a VIDIOC_LOG_STATUS ioctl function for analog video devices by Andy Walls · 14 years ago
  11. cc99113 V4L/DVB: cx23885: convert to s_mbus_fmt by Hans Verkuil · 14 years ago
  12. dab7e31 V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacks by Andreas Bombe · 14 years ago
  13. 0b32d65 V4L/DVB: cx23885: Add support for LEADTEK WinFast PxTV1200 by Kusanagi Kouichi · 14 years ago
  14. 46b2109 V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments by Laurent Pinchart · 15 years ago
  15. 50462eb V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor number by Laurent Pinchart · 15 years ago
  16. 63b0d5a V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers by Laurent Pinchart · 15 years ago
  17. f0813b4 V4L/DVB (13553): v4l: Use the video_is_registered function in device drivers by Laurent Pinchart · 15 years ago
  18. 38c7c03 V4L/DVB (13550): v4l: Use the new video_device_node_name function by Laurent Pinchart · 15 years ago
  19. 6f0d8c0 V4L/DVB (13211): cx23885: card Mygica X8506 analog TV support by David T.L. Wong · 15 years ago
  20. fd705e7 V4L/DVB (13208): cx23885: fix uninitialized member bug by David T.L. Wong · 15 years ago
  21. dac65fa V4L/DVB (13207): cx23885: add component input type by David T.L. Wong · 15 years ago
  22. 7461824 V4L/DVB (13085): cx23885: Fix support for v4l2-dbg access to CX2388[578] and CX23417 regs by Andy Walls · 15 years ago
  23. 53dacb1 V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friends by Hans Verkuil · 15 years ago
  24. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  25. 2449afc V4L/DVB (11909): cx23885: Use v4l bounding/alignment function by Trent Piepho · 15 years ago
  26. 9fd6418 V4L/DVB (12004): poll method lose race condition by Figo.zhang · 15 years ago
  27. 5325b42 V4L/DVB (11380): v4l2-subdev: change s_routing prototype by Hans Verkuil · 15 years ago
  28. e6574f2 V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg to new_(probed)_subdev by Hans Verkuil · 15 years ago
  29. f41737e V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core. by Hans Verkuil · 15 years ago
  30. 0d5a19f V4L/DVB (11297): cx23885: convert to v4l2_subdev. by Hans Verkuil · 15 years ago
  31. c0714f6 V4L/DVB (11295): cx23885: convert to v4l2_device. by Hans Verkuil · 15 years ago
  32. 7e0a16f V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 drivers by Mauro Carvalho Chehab · 15 years ago
  33. 2ba5889 V4L/DVB (10544): v4l2-common: add comments warning that about the sort order by Hans Verkuil · 15 years ago
  34. cd8f894 V4L/DVB (10218): cx23885: Fix Oops for mixed install of analog and digital only cards by Andy Walls · 16 years ago
  35. aecde8b5 V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID. by Hans Verkuil · 16 years ago
  36. bec4366 V4L/DVB (10135): v4l2: introduce v4l2_file_operations. by Hans Verkuil · 16 years ago
  37. c6330fb V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d by Hans Verkuil · 16 years ago
  38. 9c8ced5 V4L/DVB (9251): cx23885: Checkpatch compliance by Steven Toth · 16 years ago
  39. d45b9b8 V4L/DVB (8906): v4l-dvb: fix assorted sparse warnings by Hans Verkuil · 16 years ago
  40. d56dc61 V4L/DVB (8613): v4l: move BKL down to the driver level. by Hans Verkuil · 16 years ago
  41. 6d89761 V4L/DVB (8805): Steven Toth email address change by Steven Toth · 16 years ago
  42. 0ea6bc8 V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device by Hans Verkuil · 16 years ago
  43. a399810 V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops struct by Hans Verkuil · 16 years ago
  44. 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
  45. 5e85e73 V4L/DVB (8428): videodev: rename 'dev' to 'parent' by Hans Verkuil · 16 years ago
  46. 78b526a V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacks by Hans Verkuil · 16 years ago
  47. 22b4e64 V4L/DVB (7520): media/video/cx23885 replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  48. 0705135 V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA API by Guennadi Liakhovetski · 16 years ago
  49. 4513fc69 V4L/DVB (7014): cx23885: dprintk macro cleanup by Steven Toth · 17 years ago
  50. a19602f2 V4L/DVB (7011): cx23885: Cleanup of compiler defines and warnings by Steven Toth · 17 years ago
  51. 21a7809 V4L/DVB (7010): cx23885: Small cleanup by Steven Toth · 17 years ago
  52. e47f30b V4L/DVB (7009): cx23885: Video and VBI related files by Steven Toth · 17 years ago