1. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  2. af2d68d [media] vivi: add v4l2_ctrl_modify_range test case by Hans Verkuil · 12 years ago
  3. 6aa69f9 [media] vb2: Add support for non monotonic timestamps by Kamil Debski · 12 years ago
  4. c19bec5 [media] vivi: Constify structures by Kirill Smelkov · 12 years ago
  5. fe0e990 [media] vivi: Teach it to tune FPS by Kirill Smelkov · 12 years ago
  6. d40fbf8 [media] vivi: Optimize precalculate_line() by Kirill Smelkov · 12 years ago
  7. 13908f3 [media] vivi: Move computations out of vivi_fillbuf linecopy loop by Kirill Smelkov · 12 years ago
  8. 10ce844 [media] vivi: vivi_dev->line[] was not aligned by Kirill Smelkov · 12 years ago
  9. e3a8b4d [media] vivi: Optimize gen_text() by Kirill Smelkov · 12 years ago
  10. 8e6057b [media] v4l: Convert drivers to use monotonic timestamps by Sakari Ailus · 12 years ago
  11. a626f0a [media] v4l: vivi: support for dmabuf importing by Tomasz Stanislawski · 13 years ago
  12. 2948b0b [media] vivi: Kill TSTAMP_* macros by Kirill Smelkov · 12 years ago
  13. 2669f10 [media] vivi: Kill BUFFER_TIMEOUT macro by Kirill Smelkov · 12 years ago
  14. 4195ec7 [media] vivi: Add return code check at vb2_queue_init() by Ezequiel Garcia · 12 years ago
  15. 72c2af6 [media] vivi/mem2mem_testdev: update to latest bus_info specification by Hans Verkuil · 12 years ago
  16. e923477 [media] vivi: Remove unneeded struct vb2_queue clearing by Ezequiel García · 12 years ago
  17. 2c3fb08 [media] rename drivers/media/video as .../platform by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/video/vivi.c]
  18. 2f65f46 [media] vivi: zero fmt.pix.priv as per spec by Hans Verkuil · 12 years ago
  19. 77747f7 [media] vivi: add frame size reporting by Hans Verkuil · 12 years ago
  20. 0a3a8a3 [media] vivi: fix colorspace setup by Hans Verkuil · 12 years ago
  21. cd77925 [media] vivi: fix a few format-related compliance issues by Hans Verkuil · 12 years ago
  22. 1a17a94 [media] vivi: remove pointless video_nr++ by Hans Verkuil · 12 years ago
  23. 2e90c6c [media] vivi: add create_bufs/preparebuf support by Hans Verkuil · 12 years ago
  24. f2ba5a0 [media] vivi: use vb2 helper functions by Hans Verkuil · 12 years ago
  25. 70bd97a [media] vivi: embed struct video_device instead of allocating it by Hans Verkuil · 13 years ago
  26. 4e1d2ac [media] vivi: remove pointless g/s_std support by Hans Verkuil · 12 years ago
  27. d9762df [media] Fix vivi regression by Hans Verkuil · 13 years ago
  28. 7088f4d [media] vivi: add the alpha component control by Hans Verkuil · 13 years ago
  29. 3d51dca [media] vivi: add more pixelformats by Hans Verkuil · 13 years ago
  30. 77e7c4e [media] v4l: Allow changing control handler lock by Sakari Ailus · 13 years ago
  31. f70cfc7 [media] vivi: fix duplicate line by Hans Verkuil · 13 years ago
  32. c520331 [media] vivi: Add an integer menu test control by Sakari Ailus · 13 years ago
  33. 0bf0f71 [media] vivi: let vb2_poll handle events by Hans Verkuil · 13 years ago
  34. 6d6604f [media] vivi: use v4l2_ctrl_subscribe_event by Hans Verkuil · 13 years ago
  35. e2ecb25 [media] v4l2: standardize log start/end message by Hans Verkuil · 13 years ago
  36. 23268ae [media] vivi: don't set V4L2_CAP_DEVICE_CAPS for the device_caps field by Hans Verkuil · 13 years ago
  37. a8187c4 [media] vivi: set device_caps by Hans Verkuil · 13 years ago
  38. fc714e70 [media] V4L: vb2: prepare to support multi-size buffers by Guennadi Liakhovetski · 13 years ago
  39. 380834d [media] vivi: add support for VIDIOC_LOG_STATUS by Hans Verkuil · 13 years ago
  40. bd323e2 [media] media: vb2: change queue initialization order by Marek Szyprowski · 13 years ago
  41. 035aa14 [media] media: vb2: change plane sizes array to unsigned int[] by Marek Szyprowski · 13 years ago
  42. 8c79eec [media] vivi: fill in colorspace by Hans Verkuil · 13 years ago
  43. b6d17a5 [media] vivi: add bitmask test control by Hans Verkuil · 14 years ago
  44. 1de5be5 [media] vivi: Fix sleep-in-atomic-context by Hans Verkuil · 13 years ago
  45. f1e393d [media] v4l2-event/ctrls/fh: allocate events per fh and per type instead of just per-fh by Hans Verkuil · 14 years ago
  46. 523f46d [media] v4l2-events/fh: merge v4l2_events into v4l2_fh by Hans Verkuil · 14 years ago
  47. c7a52f8 [media] vivi: support control events by Hans Verkuil · 14 years ago
  48. a1c894f [media] vivi: add autogain/gain support to test the autocluster functionality by Hans Verkuil · 14 years ago
  49. 1990d50 [media] Stop using linux/version.h on most video drivers by Mauro Carvalho Chehab · 13 years ago
  50. b1a873a [media] v4l2: use new flag to enable core priority handling by Hans Verkuil · 14 years ago
  51. 2e4784d [media] vivi: convert to core priority handling by Hans Verkuil · 14 years ago
  52. 5b28302 [media] vivi: fix compiler warning by Hans Verkuil · 14 years ago
  53. 7e996af [media] vivi: convert to the control framework and add test controls by Hans Verkuil · 14 years ago
  54. e007a32 [media] v4l: vivi: port to videobuf2 by Pawel Osciak · 14 years ago
  55. 08af245 [media] V4L: remove V4L1 compatibility mode by Hans Verkuil · 14 years ago
  56. fedc6c8 V4L/DVB: vivi: remove BKL by Hans Verkuil · 14 years ago
  57. 08bff03 V4L/DVB: videobuf: add ext_lock argument to the queue init functions by Hans Verkuil · 14 years ago
  58. 6b46c39 V4L/DVB: vivi and mem2mem_testdev need slab.h to build by Randy Dunlap · 15 years ago
  59. 730947b V4L/DVB: vivi: clean up and a major overhaul by Hans Verkuil · 15 years ago
  60. dab7e31 V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacks by Andreas Bombe · 15 years ago
  61. 7de0b87 V4L/DVB (13944): vivi: Fix test of unsigned in vivi_create_instance() by Roel Kluin · 15 years ago
  62. 46b2109 V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments by Laurent Pinchart · 15 years ago
  63. 50462eb V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor number by Laurent Pinchart · 15 years ago
  64. 0fda5d4 V4L/DVB (13551): v4l: Remove video_device::num usage from device drivers by Laurent Pinchart · 15 years ago
  65. 38c7c03 V4L/DVB (13550): v4l: Use the new video_device_node_name function by Laurent Pinchart · 15 years ago
  66. c285add V4L/DVB (12134): vivi: bug: don't assume that S_STD will be called before streaming by Mauro Carvalho Chehab · 15 years ago
  67. 3adbbb8 V4L/DVB (11905): vivi: Use v4l bounding/alignment function by Trent Piepho · 16 years ago
  68. 9185cbf V4L/DVB (10912): vivi: fix compile warning. by Hans Verkuil · 16 years ago
  69. 7e0a16f V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 drivers by Mauro Carvalho Chehab · 16 years ago
  70. 4a5aa62 V4L/DVB (10647): vivi: add slider flag to controls. by Hans Verkuil · 16 years ago
  71. c41ee24 V4L/DVB (10646): vivi: controls are per-device, not global. by Hans Verkuil · 16 years ago
  72. 5ab6c9a V4L/DVB (10645): vivi: introduce v4l2_device and do several cleanups by Hans Verkuil · 16 years ago
  73. 62cfdac V4L/DVB (10642): vivi: update comment to reflect that vivi can now create more than 32 devs. by Hans Verkuil · 16 years ago
  74. e164b58 V4L/DVB (10211): vivi: Implements 4 inputs on vivi by Mauro Carvalho Chehab · 16 years ago
  75. bec4366 V4L/DVB (10135): v4l2: introduce v4l2_file_operations. by Hans Verkuil · 16 years ago
  76. c6330fb V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d by Hans Verkuil · 16 years ago
  77. def5239 V4L/DVB (9239): Add support for rgb555 pixel formats to vivi by Magnus Damm · 16 years ago
  78. aeadb5d V4L/DVB (9238): Add support for rgb565 pixel formats to vivi by Magnus Damm · 16 years ago
  79. fca36ba V4L/DVB (9237): Add uyvy pixel format support to vivi by Magnus Damm · 16 years ago
  80. d891f47 V4L/DVB (9236): Teach vivi about multiple pixel formats by Magnus Damm · 16 years ago
  81. 74d7c5a V4L/DVB (9235): Precalculate vivi yuv values by Magnus Damm · 16 years ago
  82. d56dc61 V4L/DVB (8613): v4l: move BKL down to the driver level. by Hans Verkuil · 16 years ago
  83. 8da9bae V4L/DVB (8842): vivi_release(): fix use-after-free by Adrian Bunk · 16 years ago
  84. 980d4f1 V4L/DVB (8751): vivi: Fix some issues at vivi register routine by Mauro Carvalho Chehab · 16 years ago
  85. 0ea6bc8 V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device by Hans Verkuil · 16 years ago
  86. a399810 V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops struct by Hans Verkuil · 16 years ago
  87. 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
  88. 584ce48 V4L/DVB (8024): vivi: rename MODULE_NAME macro to VIVI_MODULE_NAME to avoid namespace conflicts by Mauro Carvalho Chehab · 17 years ago
  89. 745271a V4L/DVB (8023): vivi: announce that it is registered as /dev/video%d by Carl Karsten · 17 years ago
  90. 78b526a V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacks by Hans Verkuil · 17 years ago
  91. 5c554e6 V4L/DVB (8100): V4L/vivi: fix possible memory leak in vivi_fillbuff by Marcin Slusarz · 16 years ago
  92. 63b79cf V4L/DVB (7732): vivi: fix a warning by Mauro Carvalho Chehab · 17 years ago
  93. fbde31d V4L/DVB (7551): vivi: Add a missing \n by Mauro Carvalho Chehab · 17 years ago
  94. 7e28adb V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  95. 78718e5 V4L/DVB (7492): vivi: Simplify the vivi driver and avoid deadlocks by Brandon Philips · 17 years ago
  96. aa9dbac V4L/DVB (7491): vivi: make vivi openable only once by Brandon Philips · 17 years ago
  97. cf8267f V4L/DVB (7456): vivi: Add 32bit compatibility to the module by Mauro Carvalho Chehab · 17 years ago
  98. dfd8c04 V4L/DVB (7022): Fix timestamp presentation on vivi driver by Mauro Carvalho Chehab · 17 years ago
  99. 6594ad8 V4L/DVB (6817): Cleanup kernel thread and provide overrun detection by Mauro Carvalho Chehab · 17 years ago
  100. 55862ac V4L/DVB (6816): Add proper locking for buffer filling by Mauro Carvalho Chehab · 17 years ago