1. 3415a89 [media] vb2: add thread support by Hans Verkuil · 11 years ago
  2. 3050040 [media] vb2: start messages with a lower-case for consistency by Hans Verkuil · 11 years ago
  3. 7bb6edd [media] vb2: allow read/write as long as the format is single planar by Hans Verkuil · 11 years ago
  4. 74753cffa [media] vb2: add vb2_fileio_is_active and check it more often by Hans Verkuil · 11 years ago
  5. 57394b7 [media] vb2: simplify a confusing condition by Hans Verkuil · 11 years ago
  6. e35e41b [media] vb2: reject output buffers with V4L2_FIELD_ALTERNATE by Hans Verkuil · 11 years ago
  7. ebd7c50 [media] vb2: set timestamp when using write() by Hans Verkuil · 11 years ago
  8. dcc2428 [media] vb2: move __qbuf_mmap before __qbuf_userptr by Hans Verkuil · 11 years ago
  9. fd4354c [media] vb2: use correct prefix by Hans Verkuil · 11 years ago
  10. 61bd8fb [media] vb2: if bytesused is 0, then fill with output buffer length by Hans Verkuil · 11 years ago
  11. 412376a [media] vb2: fix handling of data_offset and v4l2_plane.reserved[] by Hans Verkuil · 11 years ago
  12. bc96f30 [media] v4l2-dv-timings.c: add the new 4K timings to the list by Hans Verkuil · 11 years ago
  13. ba2d35c [media] v4l2-ioctl.c: fix sparse __user-related warnings by Hans Verkuil · 11 years ago
  14. a1d36d8 [media] videobuf2-core: fix sparse errors by Hans Verkuil · 11 years ago
  15. 3c83e61 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  16. 7125764 Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  17. c12e69c Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  18. c4885ad [media] v4l2-dv-timings: add module name, description, license by Hans Verkuil · 11 years ago
  19. 87185c9 [media] v4l: rename v4l2_format_sdr to v4l2_sdr_format by Antti Palosaari · 11 years ago
  20. 9aa4357 [media] v4l: add control for RF tuner PLL lock flag by Antti Palosaari · 11 years ago
  21. 3ce569f [media] v4l: add RF tuner channel bandwidth control by Antti Palosaari · 11 years ago
  22. dd519bb [media] v4l2: add VIDIOC_G/S_EDID support to the v4l2 core by Hans Verkuil · 11 years ago
  23. bc826d6 [media] v4l2-compat-ioctl32: fix wrong VIDIOC_SUBDEV_G/S_EDID32 support by Hans Verkuil · 11 years ago
  24. b9db140 [media] v4l: of: Support empty port nodes by Laurent Pinchart · 11 years ago
  25. c817d92 [media] v4l2-ctrls: replace BUG_ON by WARN_ON by Hans Verkuil · 11 years ago
  26. 9cf3c31 [media] vb2: call buf_finish after the state check by Hans Verkuil · 11 years ago
  27. 3f1a9a3 [media] vb2: fix streamoff handling if streamon wasn't called by Hans Verkuil · 11 years ago
  28. e4d2581 [media] vb2: replace BUG by WARN_ON by Hans Verkuil · 11 years ago
  29. fb64dca [media] vb2: properly clean up PREPARED and QUEUED buffers by Hans Verkuil · 11 years ago
  30. b3379c6 [media] vb2: only call start_streaming if sufficient buffers are queued by Hans Verkuil · 11 years ago
  31. a7afcac [media] vb2: don't init the list if there are still buffers by Hans Verkuil · 11 years ago
  32. 6ea3b98 [media] vb2: rename queued_count to owned_by_drv_count by Hans Verkuil · 11 years ago
  33. 256f316 [media] vb2: fix buf_init/buf_cleanup call sequences by Hans Verkuil · 11 years ago
  34. 9c0863b [media] vb2: call buf_finish from __queue_cancel by Hans Verkuil · 11 years ago
  35. 0647064 [media] vb2: change result code of buf_finish to void by Hans Verkuil · 11 years ago
  36. b5b4541 [media] vb2: add debugging code to check for unbalanced ops by Hans Verkuil · 11 years ago
  37. 952c9ee [media] vb2: fix PREPARE_BUF regression by Hans Verkuil · 11 years ago
  38. 4e5a4d8 [media] vb2: fix read/write regression by Hans Verkuil · 11 years ago
  39. 249f5a5 [media] vb2: Check if there are buffers before streamon by Ricardo Ribalda Delgado · 11 years ago
  40. c897df0 Merge tag 'v3.14-rc5' into patchwork by Mauro Carvalho Chehab · 11 years ago
  41. f2a575f [media] of: move common endpoint parsing to drivers/of by Philipp Zabel · 11 years ago
  42. fd9fdb7 [media] of: move graph helpers from drivers/media/v4l2-core to drivers/of by Philipp Zabel · 11 years ago
  43. 7ce6fd8 [media] v4l: Handle buffer timestamp flags correctly by Sakari Ailus · 11 years ago
  44. 872484c [media] v4l: Add timestamp source flags, mask and document them by Sakari Ailus · 11 years ago
  45. c57ff79 [media] v4l: Timestamp flags will soon contain timestamp source, not just type by Sakari Ailus · 11 years ago
  46. ade4868 [media] v4l: Rename vb2_queue.timestamp_type as timestamp_flags by Sakari Ailus · 11 years ago
  47. f134328 [media] vb2: fix timecode and flags handling for output buffers by Hans Verkuil · 11 years ago
  48. 80807fa [media] v4l: add RF tuner gain controls by Antti Palosaari · 11 years ago
  49. bfffd74 [media] v4l: do not allow modulator ioctls for non-radio devices by Hans Verkuil · 11 years ago
  50. 582c52c [media] v4l: enable some IOCTLs for SDR receiver by Antti Palosaari · 11 years ago
  51. 6f3073b [media] v4l: add stream format for SDR receiver by Antti Palosaari · 11 years ago
  52. 84099a2 [media] v4l: add new tuner types for SDR by Antti Palosaari · 11 years ago
  53. d42626b [media] v4l: add device type for Software Defined Radio by Antti Palosaari · 11 years ago
  54. bf0bedd [media] v4l2: Add settings for Horizontal and Vertical MV Search Range by Amit Grover · 11 years ago
  55. ab58a30 [media] v4l2-subdev: Allow 32-bit compat ioctls by Hans Verkuil · 11 years ago
  56. a8fa94e Merge branch 'master' into driver-core-next-test-merge-rc2 by Tejun Heo · 11 years ago
  57. fee0c54 dma-buf: avoid using IS_ERR_OR_NULL by Colin Cross · 11 years ago
  58. 3be55e0 [media] v4l2-dv-timings: mention missing 'reduced blanking V2' by Hans Verkuil · 11 years ago
  59. 257cc4b [media] v4l2-dv-timings: fix GTF calculation by Martin Bugge · 11 years ago
  60. 548df78 [media] vb2: Check if there are buffers before streamon by Ricardo Ribalda · 11 years ago
  61. cca36e2 [media] Revert "[media] videobuf_vm_{open,close} race fixes" by Hans Verkuil · 11 years ago
  62. 81993e8 compat: Get rid of (get|put)_compat_time(val|spec) by H. Peter Anvin · 11 years ago
  63. 6c3df5d [media] media: v4l2-dev: fix video device index assignment by Marek Szyprowski · 11 years ago
  64. bbd8f3f [media] s5p-mfc: Add controls to set vp8 enc profile by Kiran AVND · 11 years ago
  65. 4773ab9 [media] s5p-mfc: Add QP setting support for vp8 encoder by Arun Kumar K · 11 years ago
  66. 6f546c5 [media] vb2: Fix comment in __qbuf_dmabuf by Laurent Pinchart · 11 years ago
  67. 88e2687 [media] vb2: Improve file I/O emulation to handle buffers in any order by Hans Verkuil · 11 years ago
  68. c108e66 [media] vb2: don't set index, don't start streaming for write() by Hans Verkuil · 11 years ago
  69. 02f142e [media] vb2: retry start_streaming in case of insufficient buffers by Hans Verkuil · 11 years ago
  70. b2f2f04 [media] vb2: remove the 'fileio = NULL' hack by Hans Verkuil · 11 years ago
  71. 63faabf [media] vb2: fix race condition between REQBUFS and QBUF/PREPARE_BUF by Hans Verkuil · 11 years ago
  72. 4138111 [media] vb2: simplify qbuf/prepare_buf by removing callback by Hans Verkuil · 11 years ago
  73. f103b5d [media] videobuf2: Fix CodingStyle by Mauro Carvalho Chehab · 11 years ago
  74. b18a8ff [media] vb2: push the mmap semaphore down to __buf_prepare() by Hans Verkuil · 11 years ago
  75. aa32f4c [media] v4l2: move tracepoints to video_usercopy by Hans Verkuil · 11 years ago
  76. a03636c [media] omap24xx/tcm825x: move to staging for future removal by Hans Verkuil · 11 years ago
  77. 027eb88 [media] v4l: of: Drop endpoint node reference in v4l2_of_get_remote_port() by Laurent Pinchart · 11 years ago
  78. 9ff889b [media] v4l: of: Return an int in v4l2_of_parse_endpoint() by Laurent Pinchart · 11 years ago
  79. 675722b Merge branch 'upstream-fixes' into patchwork by Mauro Carvalho Chehab · 11 years ago
  80. 2d01237 [media] v4l2-dev: Add tracepoints for QBUF and DQBUF by Wade Farnsworth · 11 years ago
  81. 64c832a [media] videobuf2-dma-sg: fix possible memory leak by Geyslan G. Bem · 11 years ago
  82. a5e3d74 [media] vb2: regression fix: always set length field. by Hans Verkuil · 11 years ago
  83. f58c91c [media] media_tree: Fix spelling errors by Jonathan McCrohan · 11 years ago
  84. c1b96a2 [media] videobuf2: Add support for file access mode flags for DMABUF exporting by Philipp Zabel · 11 years ago
  85. 50ac952 [media] videobuf2-dma-sg: Support io userptr operations on io memory by Ricardo Ribalda · 11 years ago
  86. 1380f57 [media] videobuf2: Add missing lock held on vb2_fop_release by Ricardo Ribalda · 11 years ago
  87. 77c0782 [media] videobuf2: Add log for size checking error in __qbuf_dmabuf by Seung-Woo Kim · 11 years ago
  88. f956035 [media] vb2: Return 0 when streamon and streamoff are already on/off by Ricardo Ribalda · 11 years ago
  89. 202dfbd [media] videobuf2-dma-sg: Fix typo on debug message by Ricardo Ribalda · 11 years ago
  90. 8e6e8f9 [media] V4L: Add mem2mem ioctl and file operation helpers by Sylwester Nawrocki · 11 years ago
  91. 39c1cb2 [media] media_tree: Fix spelling errors by Jonathan McCrohan · 11 years ago
  92. ea3aba8 [media] videobuf2: Add support for file access mode flags for DMABUF exporting by Philipp Zabel · 11 years ago
  93. 13509c3 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  94. 3ea369e Merge branch 'topic/kbuild-fixes-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  95. a310410 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  96. 24e9a47 [media] v4l2-async: Don't use dynamic static allocation by Mauro Carvalho Chehab · 11 years ago
  97. cf326df [media] V4L2: add v4l2-clock helpers to register and unregister a fixed-rate clock by Guennadi Liakhovetski · 11 years ago
  98. 2ad5389 [media] v4l2-mem2mem: Don't schedule the context if abort job is called by Shaik Ameer Basha · 11 years ago
  99. 84e6809 [media] v4l2-mem2mem: clear m2m queue ready counter in v4l2_m2m_streamoff by Philipp Zabel · 11 years ago
  100. d7bb0ce8 [media] v4l2-mem2mem: fix context removal from job queue in v4l2_m2m_streamoff by Philipp Zabel · 11 years ago