1. f71d272 media: s2255: fix control-message timeouts by Johan Hovold · 3 years, 3 months ago
  2. 4eb48ac media: s2255drv: remove redundant assignment to variable field by Colin Ian King · 3 years, 9 months ago
  3. 7fbbbc7 media: media/usb: rename VFL_TYPE_GRABBER to _VIDEO by Hans Verkuil · 5 years ago
  4. b61789f media: drivers/media: don't set pix->priv = 0 by Hans Verkuil · 6 years ago
  5. 009cb7d media: media/usb: don't set description in ENUM_FMT by Hans Verkuil · 6 years ago
  6. 5800571 Merge tag 'v5.2-rc4' into media/master by Mauro Carvalho Chehab · 6 years ago
  7. 8c3854d media: media/usb: set device_caps in struct video_device by Hans Verkuil · 6 years ago
  8. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  9. 1e0566f Merge tag 'v5.2-rc2' into patchwork by Mauro Carvalho Chehab · 6 years ago
  10. 2f39cce media: remove redundant 'default n' from Kconfig-s by Bartlomiej Zolnierkiewicz · 6 years ago
  11. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  12. c0decac media: use strscpy() instead of strlcpy() by Mauro Carvalho Chehab · 6 years ago
  13. 86f181c media: s2255drv: fix a casting warning by Mauro Carvalho Chehab · 7 years ago
  14. d2d476b media: s2255drv: Remove unneeded if else blocks by Christopher Díaz Riveros · 7 years ago
  15. e2a0670 media: s2255drv: update firmware load by Dean A · 7 years ago
  16. 74ee047 media: s2255: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  17. 8684494 media: usb: make video_device const by Bhumika Goyal · 7 years ago
  18. 7fb2e07 media: usb: constify usb_device_id by Arvind Yadav · 7 years ago
  19. ec33fbd5 [media] s2255drv: avoid a switch fall through by Mauro Carvalho Chehab · 8 years ago
  20. bcb6331 [media] media: Drop FSF's postal address from the source code files by Sakari Ailus · 8 years ago
  21. db65c49 [media] s2255drv: don't use stack for DMA by Mauro Carvalho Chehab · 8 years ago
  22. 1bc1771 [media] usb: constify vb2_ops structures by Julia Lawall · 8 years ago
  23. fc56da7 [media] media: usb: s2255: s2255drv: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  24. 36c0f8b [media] vb2: replace void *alloc_ctxs by struct device *alloc_devs by Hans Verkuil · 9 years ago
  25. d6dd645 [media] media: videobuf2: Move timestamp to vb2_buffer by Junghak Sung · 9 years ago
  26. df9ecb0c [media] vb2: drop v4l2_format argument from queue_setup by Hans Verkuil · 9 years ago
  27. 33119e8 [media] media: videobuf2: Change queue_setup argument by Junghak Sung · 9 years ago
  28. 2d70071 [media] media: videobuf2: Restructure vb2_buffer by Junghak Sung · 9 years ago
  29. 8bf554c [media] s2255drv: Use setup_timer by Julia Lawall · 10 years ago
  30. 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
  31. 83f56f7 [media] USB: Deletion of unnecessary checks before three function calls by Markus Elfring · 10 years ago
  32. 1f39121 [media] s2255drv: fix payload size for JPG, MJPEG by sensoray-dev · 10 years ago
  33. 9694fbe [media] s2255drv: fix spinlock issue by sensoray-dev · 10 years ago
  34. ff3ec57 [media] s2255drv: fix sparse warning by Hans Verkuil · 10 years ago
  35. 95cd5d5 [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIO by Ramakrishnan Muthukrishnan · 11 years ago
  36. e21c94e [media] s2255drv: fix memory leak s2255_probe() by Daeseok Youn · 11 years ago
  37. 9f6be2b [media] s2255: Do not free fw_data until timer handler has actually stopped using it by Kirill Tkhai · 11 years ago
  38. e37559b [media] vb2: stop_streaming should return void by Hans Verkuil · 11 years ago
  39. 8432164d [media] Sensoray 2255 uses videobuf2 by Arnd Bergmann · 11 years ago
  40. 4a1df5e [media] s2255drv: memory leak fix by sensoray-dev · 11 years ago
  41. ade4868 [media] v4l: Rename vb2_queue.timestamp_type as timestamp_flags by Sakari Ailus · 11 years ago
  42. 340a30c [media] s2255drv: upgrade to videobuf2 by sensoray-dev · 11 years ago
  43. 92cde47 [media] s2255drv: cleanup of s2255_fh by Dean Anderson · 11 years ago
  44. 6a5b63b [media] s2255drv: fix for return code not checked by Dean Anderson · 11 years ago
  45. 47d8c88 [media] s2255drv: dynamic memory allocation efficiency fix by Dean Anderson · 11 years ago
  46. 8bf405a [media] s2255drv: remove redundant parameter by Dean Anderson · 11 years ago
  47. 9da62eb [media] s2255drv: buffer setup fix by Dean Anderson · 11 years ago
  48. 5e950fa [media] s2255drv: refactoring s2255_channel to s2255_vc by Dean Anderson · 11 years ago
  49. d86c6a8 [media] s2255drv: removal of s2255_dmaqueue structure by Dean Anderson · 11 years ago
  50. f540200 [media] s2255drv: checkpatch fix: coding style fix by sensoray-dev · 11 years ago
  51. 00865fe [media] S2255: Removal of unnecessary videobuf_queue_is_busy by Dean Anderson · 11 years ago
  52. 314527acb [media] v4l2: pass std by value to the write-only s_std ioctl by Hans Verkuil · 12 years ago
  53. 0b84caa [media] s2255: fix big-endian support by Hans Verkuil · 12 years ago
  54. 5c632b2 [media] s2255: choose YUYV as the default format, not YUV422P by Hans Verkuil · 12 years ago
  55. 05e5d44 [media] s2255: Add ENUM_FRAMESIZES support by Hans Verkuil · 12 years ago
  56. 3c72811 [media] s2255: don't zero struct v4l2_streamparm by Hans Verkuil · 12 years ago
  57. 9251361 [media] s2255: fix field handling by Hans Verkuil · 12 years ago
  58. 29ceb11 [media] s2255: zero priv and set colorspace by Hans Verkuil · 12 years ago
  59. 469af77 [media] s2255: fixes in the way standards are handled by Hans Verkuil · 12 years ago
  60. 3969600 [media] s2255: add device_caps support to querycap by Hans Verkuil · 12 years ago
  61. 44d06d8 [media] s2255: add support for control events and prio handling by Hans Verkuil · 12 years ago
  62. 7041dec [media] s2255: add V4L2_CID_JPEG_COMPRESSION_QUALITY by Hans Verkuil · 12 years ago
  63. 192f1e7 [media] s2255: convert to the control framework by Hans Verkuil · 12 years ago
  64. 8e6057b [media] v4l: Convert drivers to use monotonic timestamps by Sakari Ailus · 12 years ago
  65. 199ab8f [media] s2255drv: index is always positive by Mauro Carvalho Chehab · 12 years ago
  66. d88aab5 [media] v4l2: make vidioc_s_jpegcomp const by Hans Verkuil · 12 years ago
  67. 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
  68. 0aa77f6 [media] move the remaining USB drivers to drivers/media/usb by Mauro Carvalho Chehab · 12 years ago