1. 21a7e05 [media] media: drivers shouldn't touch debug field in video_device by Hans Verkuil · 10 years ago
  2. 165d004 [media] cx88: add missing alloc_ctx support by Hans Verkuil · 10 years ago
  3. 7f56a4a [media] media: cx88: use vb2_start_streaming_called() helper by Prabhakar Lad · 10 years ago
  4. 078859a [media] cx88: don't allow changes while vb2_is_busy by Hans Verkuil · 10 years ago
  5. fb37ab3 [media] cx88: drop mpeg_active field by Hans Verkuil · 10 years ago
  6. ccd6f1d [media] cx88: move width, height and field to core struct by Hans Verkuil · 10 years ago
  7. b8f8841 [media] cx88: increase API command timeout by Hans Verkuil · 10 years ago
  8. 5e7045e [media] cx88: remove dependency on btcx-risc by Hans Verkuil · 10 years ago
  9. 999b3ceb [media] cx88: drop cx88_free_buffer by Hans Verkuil · 10 years ago
  10. eddd326 [media] cx88: return proper errors during fw load by Hans Verkuil · 10 years ago
  11. c79a23f [media] cx88: fix sparse warning by Hans Verkuil · 10 years ago
  12. 0b6b630 [media] cx88: convert to vb2 by Hans Verkuil · 10 years ago
  13. 314527a [media] v4l2: pass std by value to the write-only s_std ioctl by Hans Verkuil · 12 years ago
  14. 2f73c7c [media] v4l2: add const to argument of write-only s_tuner ioctl by Hans Verkuil · 12 years ago
  15. b530a44 [media] v4l2: add const to argument of write-only s_frequency ioctl by Hans Verkuil · 12 years ago
  16. db61371 [media] cx88: get rid of a warning at dprintk() macro by Mauro Carvalho Chehab · 12 years ago
  17. 6ec93f0 [media] drivers/media/pci/cx88/cx88-blackbird.c: removes unnecessary semicolon by Peter Senna Tschudin · 12 years ago
  18. 34a6b7d [media] v4l2-ctrls: add a filter function to v4l2_ctrl_add_handler by Hans Verkuil · 12 years ago
  19. b285192a [media] rename most media/video pci drivers to media/pci by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/video/cx88/cx88-blackbird.c]
  20. fcbd504 [media] cx88-blackbird: replace ioctl by unlocked_ioctl by Hans Verkuil · 13 years ago
  21. 48d6880 [media] cx88: don't use current_norm by Hans Verkuil · 13 years ago
  22. f33e986 [media] cx88: fix a number of v4l2-compliance violations by Hans Verkuil · 13 years ago
  23. 1a3c60a [media] cx88: support control events by Hans Verkuil · 13 years ago
  24. 88bb42f [media] cx88: add priority support by Hans Verkuil · 13 years ago
  25. 7bb34c8 [media] cx88: convert cx88-blackbird to the control framework by Hans Verkuil · 13 years ago
  26. bac6398 [media] cx88: first phase to convert cx88 to the control framework by Hans Verkuil · 13 years ago
  27. 902e197 [media] cx88: fix querycap by Hans Verkuil · 13 years ago
  28. 6ba4c43 [media] cx88: fix firmware load on big-endian systems by Hans Verkuil · 13 years ago
  29. 1990d50 [media] Stop using linux/version.h on most video drivers by Mauro Carvalho Chehab · 14 years ago
  30. f4bd4be [media] cx88: don't use atomic_t for core->mpeg_users by Jonathan Nieder · 14 years ago
  31. 579b2b4 [media] cx88: gracefully reject attempts to use unregistered cx88-blackbird driver by Jonathan Nieder · 14 years ago
  32. 1d6213a [media] cx88: hold device lock during sub-driver initialization by Jonathan Nieder · 14 years ago
  33. 1fe70e9 [media] cx88: fix locking of sub-driver operations by Jonathan Nieder · 14 years ago
  34. 8a317a8 [media] cx88: protect per-device driver list with device lock by Jonathan Nieder · 14 years ago
  35. b1dc614 [media] drivers/media/video: Remove unnecessary semicolons by Joe Perches · 14 years ago
  36. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  37. 0851668 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  38. 08bff03 V4L/DVB: videobuf: add ext_lock argument to the queue init functions by Hans Verkuil · 14 years ago
  39. da497e3 V4L/DVB: cx88: Remove BKL by Mauro Carvalho Chehab · 14 years ago
  40. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  41. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  42. 46b2109 V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments by Laurent Pinchart · 15 years ago
  43. 50462eb V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor number by Laurent Pinchart · 15 years ago
  44. 63b0d5a V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers by Laurent Pinchart · 15 years ago
  45. f0813b4 V4L/DVB (13553): v4l: Use the video_is_registered function in device drivers by Laurent Pinchart · 15 years ago
  46. 38c7c03 V4L/DVB (13550): v4l: Use the new video_device_node_name function by Laurent Pinchart · 15 years ago
  47. 31d0f84 trivial: media/video/cx88: add __init/__exit macros to cx88 drivers by Peter Huewe · 15 years ago
  48. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 16 years ago
  49. b8341e1 V4L/DVB (11300): cx88: convert to v4l2_subdev. by Hans Verkuil · 16 years ago
  50. 185cda9 V4L/DVB (11269): cx88-blackbird: Stop setting buffer type in XXX_fmt_vid_cap by Trent Piepho · 16 years ago
  51. bec4366 V4L/DVB (10135): v4l2: introduce v4l2_file_operations. by Hans Verkuil · 16 years ago
  52. 7939273 V4L/DVB (9918): cx88: advise/acquire clean-up for HVR-1300/3000/4000 by Darron Broad · 16 years ago
  53. f8de18d V4L/DVB (9654): new email address by Jelle Foks · 16 years ago
  54. 9c8e0a2 V4L/DVB (9496): cx88-blackbird: bugfix: cx88-blackbird-mpeg-users by Frederic CAND · 16 years ago
  55. a248237 V4L/DVB (9495): cx88-blackbird: bugfix: cx88-blackbird-poll-fix by Frederic CAND · 16 years ago
  56. c6330fb V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d by Hans Verkuil · 16 years ago
  57. da703d6 V4L/DVB (8904): cx88: add missing unlock_kernel by Hans Verkuil · 16 years ago
  58. d56dc61 V4L/DVB (8613): v4l: move BKL down to the driver level. by Hans Verkuil · 16 years ago
  59. e09e6e2 Revert "V4L/DVB (8904): cx88: add missing unlock_kernel" by Linus Torvalds · 16 years ago
  60. 135aedc V4L/DVB (8904): cx88: add missing unlock_kernel by Hans Verkuil · 16 years ago
  61. 0ea6bc8 V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device by Hans Verkuil · 16 years ago
  62. a399810 V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops struct by Hans Verkuil · 16 years ago
  63. 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
  64. e0e31cd V4L/DVB (8105): cx2341x: add TS capability by Hans Verkuil · 17 years ago
  65. 78b526a V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacks by Hans Verkuil · 17 years ago
  66. 50fa46b V4L/DVB (7733): blackbird_find_mailbox negative return ignored in blackbird_initialize_codec() by Roel Kluin · 17 years ago
  67. 32d83ef V4L/DVB (7521): media/video/cx88 replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  68. 6d04203 V4L/DVB (7451): cx88: Add user control for chroma AGC by Frej Drejhammar · 17 years ago
  69. 0705135 V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA API by Guennadi Liakhovetski · 17 years ago
  70. ff699e6 V4L/DVB (7094): static memory by Douglas Schilling Landgraf · 17 years ago
  71. ea48c13 V4L/DVB (6861): cx2341x: command argument should be u32 instead of int by Hans Verkuil · 17 years ago
  72. d8f6997 V4L/DVB (6836): Fix CodingStyle troubles caused by the previous cx88 commits by Mauro Carvalho Chehab · 17 years ago
  73. 6a0bc9a V4L/DVB (6832): cx88-blackbird: don't mute audio when stopping the codec by Michael Krufky · 17 years ago
  74. 4423a9a V4L/DVB (6830): cx88-blackbird: remove unnecessary encoder unmute by Jelle Foks · 18 years ago
  75. e21a5c6 V4L/DVB (6829): cx88-blackbird: remove unnecessary msleep()'s by Jelle Foks · 18 years ago
  76. f9e54e0 V4L/DVB (6828): cx88-blackbird: audio improvements by Jelle Foks · 18 years ago
  77. 053fcb6 V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stop by Brandon Philips · 17 years ago
  78. 3bcc957 V4L/DVB (6321): Remove obsolete VIDIOC_S/G_MPEGCOMP ioctls by Hans Verkuil · 17 years ago
  79. c1accaa V4L/DVB (6252): Adapt drivers to use the newer videobuf modules by Mauro Carvalho Chehab · 17 years ago
  80. b930e1d V4L/DVB (6125): whitespace cleanup: replace leading spaces with tabs by Michael Krufky · 17 years ago
  81. 01f1e44 V4L/DVB (6088): cx2341x: some controls can't be changed while the device is busy by Hans Verkuil · 17 years ago
  82. 9c12224 V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files by Mauro Carvalho Chehab · 17 years ago
  83. 6a59d64 V4L/DVB (6021): cx88: Copy board information into card state by Trent Piepho · 17 years ago
  84. e0099e9 V4L/DVB (5734): Cx88: kill dev->fw_size by Michael Krufky · 18 years ago
  85. 2547223 V4L/DVB (5733): Blackbird should accept only new cx2341x encoding firmwares by Hans Verkuil · 18 years ago
  86. f057131 V4L/DVB (5816): Cx88-blackbird: fix vidioc_g_tuner never ending list of tuners by Jelle Foks · 18 years ago
  87. af70dbd V4L/DVB (5260): Cx88-blackbird: allow usage of both 376836 and 262144 sized firmware images by Michael Krufky · 18 years ago
  88. a4b662f V4L/DVB (5110): Keep the previous tvnorm default for cx88 and cx88-blackbird by Mauro Carvalho Chehab · 18 years ago
  89. b3c4ee7 V4L/DVB (5109): Convert cx88-blackbird to use video_ioctl2 by Mauro Carvalho Chehab · 18 years ago
  90. 7730bef V4L/DVB (5108): Remove_cx88_ioctl by Mauro Carvalho Chehab · 18 years ago
  91. 84f1b67 V4L/DVB (5107): Use cx88_set_freq() on cx88-blackbird.c by Mauro Carvalho Chehab · 18 years ago
  92. 1571720 V4L/DVB (5106): Do some cleanups at cx88-blackbird by Mauro Carvalho Chehab · 18 years ago
  93. 23154f2 V4L/DVB (5105): Reorder some ioctl handlers by Mauro Carvalho Chehab · 18 years ago
  94. ed10b06 V4L/DVB (5104): Moved several stuff that were at cx88-video to cx88-blackbird.c by Mauro Carvalho Chehab · 18 years ago
  95. fa027c2 [PATCH] mark struct file_operations const 4 by Arjan van de Ven · 18 years ago
  96. 49c6b46 V4L/DVB (4838): Fix cx88-blackbird null pointer by Jelle Foks · 18 years ago
  97. 6c5be74 V4L/DVB (4676): Dynamic cx88 mpeg port management for HVR1300 MPEG2/DVB-T support. by Steven Toth · 18 years ago
  98. ab9caf9 V4L/DVB (4674): Use NULL instead of 0 for ptrs by Randy Dunlap · 18 years ago
  99. 48d5e80 V4L/DVB (4668): Cx88: rename mpeg capability flags from CX88_BOARD_FOO to CX88_MPEG_FOO by Michael Krufky · 18 years ago
  100. 3a5ba52 V4L/DVB (4667): Changed cx88_board .dvb and .register to an enum. by Steven Toth · 18 years ago