1. 3b2630d media: usb: s2255: s2255drv: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  2. 36c0f8b [media] vb2: replace void *alloc_ctxs by struct device *alloc_devs by Hans Verkuil · 8 years ago
  3. d6dd645 [media] media: videobuf2: Move timestamp to vb2_buffer by Junghak Sung · 9 years ago
  4. df9ecb0 [media] vb2: drop v4l2_format argument from queue_setup by Hans Verkuil · 9 years ago
  5. 33119e8 [media] media: videobuf2: Change queue_setup argument by Junghak Sung · 9 years ago
  6. 2d70071 [media] media: videobuf2: Restructure vb2_buffer by Junghak Sung · 9 years ago
  7. 8bf554c [media] s2255drv: Use setup_timer by Julia Lawall · 10 years ago
  8. 2183a58 Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 10 years ago
  9. 83f56f7 [media] USB: Deletion of unnecessary checks before three function calls by Markus Elfring · 10 years ago
  10. 1f39121 [media] s2255drv: fix payload size for JPG, MJPEG by sensoray-dev · 10 years ago
  11. 9694fbe [media] s2255drv: fix spinlock issue by sensoray-dev · 10 years ago
  12. ff3ec57 [media] s2255drv: fix sparse warning by Hans Verkuil · 10 years ago
  13. 95cd5d5 [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIO by Ramakrishnan Muthukrishnan · 10 years ago
  14. e21c94e [media] s2255drv: fix memory leak s2255_probe() by Daeseok Youn · 10 years ago
  15. 9f6be2b [media] s2255: Do not free fw_data until timer handler has actually stopped using it by Kirill Tkhai · 10 years ago
  16. e37559b [media] vb2: stop_streaming should return void by Hans Verkuil · 10 years ago
  17. 4a1df5e [media] s2255drv: memory leak fix by sensoray-dev · 11 years ago
  18. ade4868 [media] v4l: Rename vb2_queue.timestamp_type as timestamp_flags by Sakari Ailus · 11 years ago
  19. 340a30c [media] s2255drv: upgrade to videobuf2 by sensoray-dev · 11 years ago
  20. 92cde47 [media] s2255drv: cleanup of s2255_fh by Dean Anderson · 11 years ago
  21. 6a5b63b [media] s2255drv: fix for return code not checked by Dean Anderson · 11 years ago
  22. 47d8c88 [media] s2255drv: dynamic memory allocation efficiency fix by Dean Anderson · 11 years ago
  23. 8bf405a [media] s2255drv: remove redundant parameter by Dean Anderson · 11 years ago
  24. 9da62eb [media] s2255drv: buffer setup fix by Dean Anderson · 11 years ago
  25. 5e950fa [media] s2255drv: refactoring s2255_channel to s2255_vc by Dean Anderson · 11 years ago
  26. d86c6a8 [media] s2255drv: removal of s2255_dmaqueue structure by Dean Anderson · 11 years ago
  27. f540200 [media] s2255drv: checkpatch fix: coding style fix by sensoray-dev · 11 years ago
  28. 00865fe [media] S2255: Removal of unnecessary videobuf_queue_is_busy by Dean Anderson · 11 years ago
  29. 314527a [media] v4l2: pass std by value to the write-only s_std ioctl by Hans Verkuil · 12 years ago
  30. 0b84caa [media] s2255: fix big-endian support by Hans Verkuil · 12 years ago
  31. 5c632b2 [media] s2255: choose YUYV as the default format, not YUV422P by Hans Verkuil · 12 years ago
  32. 05e5d44 [media] s2255: Add ENUM_FRAMESIZES support by Hans Verkuil · 12 years ago
  33. 3c72811 [media] s2255: don't zero struct v4l2_streamparm by Hans Verkuil · 12 years ago
  34. 9251361 [media] s2255: fix field handling by Hans Verkuil · 12 years ago
  35. 29ceb11 [media] s2255: zero priv and set colorspace by Hans Verkuil · 12 years ago
  36. 469af77 [media] s2255: fixes in the way standards are handled by Hans Verkuil · 12 years ago
  37. 3969600 [media] s2255: add device_caps support to querycap by Hans Verkuil · 12 years ago
  38. 44d06d8 [media] s2255: add support for control events and prio handling by Hans Verkuil · 12 years ago
  39. 7041dec [media] s2255: add V4L2_CID_JPEG_COMPRESSION_QUALITY by Hans Verkuil · 12 years ago
  40. 192f1e7 [media] s2255: convert to the control framework by Hans Verkuil · 12 years ago
  41. 8e6057b [media] v4l: Convert drivers to use monotonic timestamps by Sakari Ailus · 12 years ago
  42. 199ab8f [media] s2255drv: index is always positive by Mauro Carvalho Chehab · 12 years ago
  43. d88aab5 [media] v4l2: make vidioc_s_jpegcomp const by Hans Verkuil · 12 years ago
  44. e839776 [media] drivers/media/usb/{s2255drv.c, tm6000/tm6000-alsa.c, tm6000/tm6000-input.c}: Remove potential NULL dereferences by Julia Lawall · 12 years ago
  45. 0aa77f6 [media] move the remaining USB drivers to drivers/media/usb by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/video/s2255drv.c]
  46. 0e1f0ed [media] s2255drv: remove V4L2_FL_LOCK_ALL_FOPS by Hans Verkuil · 12 years ago
  47. 1bec982 [media] s2255drv: Add MODULE_FIRMWARE statement by Tim Gardner · 12 years ago
  48. 8173090 [media] v4l: fix compiler warnings by Hans Verkuil · 12 years ago
  49. 5126f25 [media] v4l2-dev: add flag to have the core lock all file operations by Hans Verkuil · 12 years ago
  50. 3fc82fa [media] s2255drv: Remove redundant NULL test before release_firmware() by Jesper Juhl · 12 years ago
  51. 3b2a630 [media] s2255drv: fix some endian bugs by Dan Carpenter · 13 years ago
  52. 6c61ac63 [media] s2255drv: cleanup vidioc_enum_fmt_cap() by Dan Carpenter · 13 years ago
  53. ecb3b2b USB: convert drivers/media/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  54. 64dc3c1 [media] Stop using linux/version.h on the remaining video drivers by Mauro Carvalho Chehab · 13 years ago
  55. 8a8cc95 [media] s2255drv: firmware version update, vendor request change by Sensoray Linux Development · 13 years ago
  56. e42e28f [media] s2255drv: jpeg enable module parameter by Sensoray Linux Development · 13 years ago
  57. d0ef854 [media] s2255drv: adding MJPEG format by Sensoray Linux Development · 13 years ago
  58. a1b4c86 [media] s2255drv: atomic submit urb in completion handler by Pete Eberlein · 13 years ago
  59. 752eb7a [media] s2255drv: firmware re-loading changes by sensoray-dev · 14 years ago
  60. 08af245 [media] V4L: remove V4L1 compatibility mode by Hans Verkuil · 14 years ago
  61. a19a5cd [media] s2255drv: remove BKL by Pete Eberlein · 14 years ago
  62. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  63. 08bff03 V4L/DVB: videobuf: add ext_lock argument to the queue init functions by Hans Verkuil · 14 years ago
  64. f277097 V4L/DVB: drivers/media: Use available error codes by Julia Lawall · 14 years ago
  65. fe85ce9 V4L/DVB: s2255drv: cleanup of device structure by Dean Anderson · 14 years ago
  66. 8b661b5 V4L/DVB: s2255drv: remove dead code by Dan Carpenter · 14 years ago
  67. aab9796 V4L/DVB: s2255drv: return if vdev not found by Dan Carpenter · 14 years ago
  68. eb78dee V4L/DVB: s2255drv: firmware reload on timeout by Dean Anderson · 14 years ago
  69. d62e85a V4L/DVB: s2255drv: removes kref tracking and videodev parent by Dean Anderson · 14 years ago
  70. 65c6edb V4L/DVB: s2255drv: fix: v4l2_dev should be registered once only. by Dean Anderson · 14 years ago
  71. 3a67b5cc V4L/DVB: s2255drv: adding v4l2_device structure. video_register_device cleanup by Dean Anderson · 14 years ago
  72. 85b8548 V4L/DVB: s2255drv: cleanup of debug messages by Dean Anderson · 14 years ago
  73. a5ef91c V4L/DVB: s2255drv: removal of big kernel lock by Dean Anderson · 14 years ago
  74. c0a2ec9 V4L/DVB: s2255drv: video_device_alloc call not checked fix by Dean Anderson · 14 years ago
  75. ab85c6a V4L/DVB: s2255drv: code cleanup by Dean Anderson · 14 years ago
  76. ff7e22d V4L/DVB: s2255drv: cleanup of driver disconnect code by Dean Anderson · 14 years ago
  77. dab7e31 V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacks by Andreas Bombe · 15 years ago
  78. e6b44bc V4L/DVB: s2255drv: support for frame skipping by Dean Anderson · 15 years ago
  79. 5a34d9d V4L/DVB: s2255drv: Add support for 2257 device by Dean Anderson · 15 years ago
  80. 2e70db9 V4L/DVB: s2255drv: cleanup of V4L2 controls by Dean Anderson · 15 years ago
  81. 3fa0060 V4L/DVB: s2255drv: fixes for big endian arch by Dean Anderson · 15 years ago
  82. 4de39f5 V4L/DVB: s2255drv: adding video input status capability by Dean Anderson · 15 years ago
  83. 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
  84. 46b2109 V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments by Laurent Pinchart · 15 years ago
  85. 50462eb V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor number by Laurent Pinchart · 15 years ago
  86. 63b0d5a V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers by Laurent Pinchart · 15 years ago
  87. f0813b4 V4L/DVB (13553): v4l: Use the video_is_registered function in device drivers by Laurent Pinchart · 15 years ago
  88. 3e74683 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 15 years ago
  89. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  90. f14a297 V4L/DVB (13241): Cleanup redundant tests on unsigned by Roel Kluin · 15 years ago
  91. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  92. 1f95725 V4L/DVB (13230): s2255drv: Don't conditionalize video buffer completion on waiting processes by Mike Isely · 15 years ago
  93. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  94. b02064c V4L/DVB (11738): patch: s2255drv: urb completion routine fixes by Dean Anderson · 15 years ago
  95. 7d85353 V4L/DVB (11851): patch: s2255drv: adding V4L2_MODE_HIGHQUALITY by Dean Anderson · 15 years ago
  96. abce21f V4L/DVB (11605): patch: s2255drv: code cleanup by Dean Anderson · 15 years ago
  97. 9d63cec V4L/DVB (11570): patch: s2255drv: fix race condition on set mode by Dean Anderson · 15 years ago
  98. b7732a3 V4L/DVB (11392): patch: s2255drv driver removal problem fixed by Dean Anderson · 16 years ago
  99. e22ed88 V4L/DVB (10309): s2255drv: use usb_make_path to report bus info by Thierry MERLE · 16 years ago
  100. be9ed51 V4L/DVB (10298): remove err macro from few usb devices by Mauro Carvalho Chehab · 16 years ago