1. 1612f20 [media] vb2: fix vb2_poll for output streams by Hans Verkuil · 10 years ago
  2. 8a75ffb [media] vb2: fix bytesused == 0 handling by Hans Verkuil · 10 years ago
  3. 4bb7267 [media] v4l: vb2: Add fatal error condition flag by Laurent Pinchart · 10 years ago
  4. 9241650 [media] v4l: vb2: Don't return POLLERR during transient buffer underruns by Laurent Pinchart · 10 years ago
  5. bd994dd [media] v4l: vb2: Fix stream start and buffer completion race by Laurent Pinchart · 10 years ago
  6. 34ea4d4 [media] v4l: vb2: Add a function to discard all DONE buffers by Laurent Pinchart · 10 years ago
  7. 85ada73 [media] videobuf2-core: remove duplicated code by Victor Lambret · 10 years ago
  8. 4cf743d [media] vb2: fix num_buffers calculation if req->count > VIDEO_MAX_FRAMES by Philipp Zabel · 10 years ago
  9. b646f0b [media] v4l: vb2: Avoid double WARN_ON when stopping streaming by Laurent Pinchart · 10 years ago
  10. ce9c224 [media] vb2: fix compiler warning by Hans Verkuil · 10 years ago
  11. e37559b [media] vb2: stop_streaming should return void by Hans Verkuil · 10 years ago
  12. 3415a89 [media] vb2: add thread support by Hans Verkuil · 10 years ago
  13. 3050040 [media] vb2: start messages with a lower-case for consistency by Hans Verkuil · 10 years ago
  14. 7bb6edd [media] vb2: allow read/write as long as the format is single planar by Hans Verkuil · 10 years ago
  15. 74753cffa [media] vb2: add vb2_fileio_is_active and check it more often by Hans Verkuil · 10 years ago
  16. 57394b7 [media] vb2: simplify a confusing condition by Hans Verkuil · 10 years ago
  17. e35e41b [media] vb2: reject output buffers with V4L2_FIELD_ALTERNATE by Hans Verkuil · 10 years ago
  18. ebd7c50 [media] vb2: set timestamp when using write() by Hans Verkuil · 10 years ago
  19. dcc2428 [media] vb2: move __qbuf_mmap before __qbuf_userptr by Hans Verkuil · 10 years ago
  20. fd4354c [media] vb2: use correct prefix by Hans Verkuil · 10 years ago
  21. 61bd8fb [media] vb2: if bytesused is 0, then fill with output buffer length by Hans Verkuil · 10 years ago
  22. 412376a [media] vb2: fix handling of data_offset and v4l2_plane.reserved[] by Hans Verkuil · 10 years ago
  23. a1d36d8 [media] videobuf2-core: fix sparse errors by Hans Verkuil · 10 years ago
  24. 9cf3c31 [media] vb2: call buf_finish after the state check by Hans Verkuil · 10 years ago
  25. 3f1a9a3 [media] vb2: fix streamoff handling if streamon wasn't called by Hans Verkuil · 10 years ago
  26. e4d2581 [media] vb2: replace BUG by WARN_ON by Hans Verkuil · 10 years ago
  27. fb64dca [media] vb2: properly clean up PREPARED and QUEUED buffers by Hans Verkuil · 10 years ago
  28. b3379c6 [media] vb2: only call start_streaming if sufficient buffers are queued by Hans Verkuil · 10 years ago
  29. a7afcac [media] vb2: don't init the list if there are still buffers by Hans Verkuil · 10 years ago
  30. 6ea3b98 [media] vb2: rename queued_count to owned_by_drv_count by Hans Verkuil · 10 years ago
  31. 256f316 [media] vb2: fix buf_init/buf_cleanup call sequences by Hans Verkuil · 10 years ago
  32. 9c0863b [media] vb2: call buf_finish from __queue_cancel by Hans Verkuil · 10 years ago
  33. 0647064 [media] vb2: change result code of buf_finish to void by Hans Verkuil · 10 years ago
  34. b5b4541 [media] vb2: add debugging code to check for unbalanced ops by Hans Verkuil · 10 years ago
  35. 952c9ee [media] vb2: fix PREPARE_BUF regression by Hans Verkuil · 10 years ago
  36. 4e5a4d8 [media] vb2: fix read/write regression by Hans Verkuil · 10 years ago
  37. 249f5a5 [media] vb2: Check if there are buffers before streamon by Ricardo Ribalda Delgado · 11 years ago
  38. c897df0 Merge tag 'v3.14-rc5' into patchwork by Mauro Carvalho Chehab · 10 years ago
  39. 7ce6fd8 [media] v4l: Handle buffer timestamp flags correctly by Sakari Ailus · 10 years ago
  40. 872484c [media] v4l: Add timestamp source flags, mask and document them by Sakari Ailus · 11 years ago
  41. c57ff79 [media] v4l: Timestamp flags will soon contain timestamp source, not just type by Sakari Ailus · 10 years ago
  42. ade4868 [media] v4l: Rename vb2_queue.timestamp_type as timestamp_flags by Sakari Ailus · 10 years ago
  43. f134328 [media] vb2: fix timecode and flags handling for output buffers by Hans Verkuil · 10 years ago
  44. 548df78 [media] vb2: Check if there are buffers before streamon by Ricardo Ribalda · 11 years ago
  45. 6f546c5 [media] vb2: Fix comment in __qbuf_dmabuf by Laurent Pinchart · 11 years ago
  46. 88e2687 [media] vb2: Improve file I/O emulation to handle buffers in any order by Hans Verkuil · 11 years ago
  47. c108e66 [media] vb2: don't set index, don't start streaming for write() by Hans Verkuil · 11 years ago
  48. 02f142e [media] vb2: retry start_streaming in case of insufficient buffers by Hans Verkuil · 11 years ago
  49. b2f2f04 [media] vb2: remove the 'fileio = NULL' hack by Hans Verkuil · 11 years ago
  50. 63faabf [media] vb2: fix race condition between REQBUFS and QBUF/PREPARE_BUF by Hans Verkuil · 11 years ago
  51. 4138111 [media] vb2: simplify qbuf/prepare_buf by removing callback by Hans Verkuil · 11 years ago
  52. f103b5d [media] videobuf2: Fix CodingStyle by Mauro Carvalho Chehab · 11 years ago
  53. b18a8ff [media] vb2: push the mmap semaphore down to __buf_prepare() by Hans Verkuil · 11 years ago
  54. 675722b Merge branch 'upstream-fixes' into patchwork by Mauro Carvalho Chehab · 11 years ago
  55. a5e3d74 [media] vb2: regression fix: always set length field. by Hans Verkuil · 11 years ago
  56. c1b96a2 [media] videobuf2: Add support for file access mode flags for DMABUF exporting by Philipp Zabel · 11 years ago
  57. 1380f57 [media] videobuf2: Add missing lock held on vb2_fop_release by Ricardo Ribalda · 11 years ago
  58. 77c0782 [media] videobuf2: Add log for size checking error in __qbuf_dmabuf by Seung-Woo Kim · 11 years ago
  59. f956035 [media] vb2: Return 0 when streamon and streamoff are already on/off by Ricardo Ribalda · 11 years ago
  60. ea3aba8 [media] videobuf2: Add support for file access mode flags for DMABUF exporting by Philipp Zabel · 11 years ago
  61. 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
  62. dc77523 [media] videobuf2-core: call __setup_offsets only for mmap memory type by Philipp Zabel · 11 years ago
  63. 3a9621b [media] videobuf2: Add debug print for the output buffer plane lengths checks by Sylwester Nawrocki · 11 years ago
  64. 2484a7e [media] videobuf2: Add log for size checking error in __qbuf_userptr by Seung-Woo Kim · 11 years ago
  65. 819585b [media] videobuf2: Fix vb2_write prototype by Ricardo Ribalda · 11 years ago
  66. 3c5c23c [media] vb2: Allow queuing OUTPUT buffers with zeroed 'bytesused' by Sylwester Nawrocki · 11 years ago
  67. 012043b [media] media: vb2: Share code between vb2_prepare_buf and vb2_qbuf by Laurent Pinchart · 11 years ago
  68. a517cca [media] media: vb2: Fix potential deadlock in vb2_prepare_buffer by Laurent Pinchart · 11 years ago
  69. 8023ed0 [media] videobuf2-core: Verify planes lengths for output buffers by Laurent Pinchart · 12 years ago
  70. 8a90f1a [media] media: vb2: Take queue or device lock in mmap-related vb2 ioctl handlers by Laurent Pinchart · 11 years ago
  71. 37c1d2e Merge branch 'linus' into patchwork by Mauro Carvalho Chehab · 11 years ago
  72. 412cb87 [media] media: vb2: return for polling if a buffer is available by Seung-Woo Kim · 11 years ago
  73. 5dd6946 [media] v4l: vb2: fix error return code in __vb2_init_fileio() by Wei Yongjun · 11 years ago
  74. 7f84145 [media] media: videobuf2: fix the length check for mmap by Mauro Carvalho Chehab · 11 years ago
  75. 068a0df [media] media: vb2: add length check for mmap by Seung-Woo Kim · 11 years ago
  76. 9b6f5dc [media] videobuf2-core: print current state of buffer in vb2_buffer_done by Tushar Behera · 12 years ago
  77. b6ba205 [media] videobuf2: add gfp_flags by Hans Verkuil · 11 years ago
  78. 6aa69f9 [media] vb2: Add support for non monotonic timestamps by Kamil Debski · 11 years ago
  79. cd13823 [media] videobuf2: don't return POLLERR when only polling for events by Hans Verkuil · 11 years ago
  80. a32f7d1 Merge branch 'v4l_for_linus' into staging/for_v3.9 by Mauro Carvalho Chehab · 11 years ago
  81. ac706bf [media] v4l: vb2: Set data_offset to 0 for single-plane output buffers by Laurent Pinchart · 12 years ago
  82. 1b18e7a [media] v4l: Tell user space we're using monotonic timestamps by Sakari Ailus · 12 years ago
  83. 83ae7c5 [media] v4l: vb2: add buffer exporting via dmabuf by Tomasz Stanislawski · 12 years ago
  84. 3e0c2f2 [media] v4l: vb2: add prepare/finish callbacks to allocators by Marek Szyprowski · 12 years ago
  85. c538404 [media] v4l: vb2: add support for shared buffer (dma_buf) by Sumit Semwal · 12 years ago
  86. 3c0b606 [media] videobuf2-core: fill in length field for multiplanar buffers by Hans Verkuil · 12 years ago
  87. 32a7726 [media] videobuf2-core: move plane verification out of __fill_v4l2/vb_buffer by Hans Verkuil · 12 years ago
  88. 896f38f [media] videobuf2-core: Replace BUG_ON and return an error at vb2_queue_init() by Ezequiel Garcia · 12 years ago
  89. 8c82c75 [media] vb2: fix wrong owner check by Hans Verkuil · 12 years ago
  90. 5bc3cb7 [media] v4l: move v4l2 core into a separate directory by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/video/videobuf2-core.c]
  91. cf53373 [media] v4l2-dev: remove V4L2_FL_LOCK_ALL_FOPS by Hans Verkuil · 12 years ago
  92. 53aa3b1 [media] v4l: fix copy/paste typo in vb2_reqbufs comment by Nicolas THERY · 12 years ago
  93. 4c1ffca [media] videobuf2-core: add helper functions by Hans Verkuil · 12 years ago
  94. f05393d2 [media] vb2-core: add support for count == 0 in create_bufs by Hans Verkuil · 12 years ago
  95. 37d9ed9 [media] vb2-core: refactor reqbufs/create_bufs by Hans Verkuil · 12 years ago
  96. 2b719d7 [media] v4l: drop v4l2_buffer.input and V4L2_BUF_FLAG_INPUT by Sakari Ailus · 12 years ago
  97. a67e172 [media] videobuf2: Fix a bug in fileio emulation error handling by Hans de Goede · 12 years ago
  98. 95213ce [media] videobuf2-core: also test for pending events by Hans Verkuil · 13 years ago
  99. bf5c7cb [media] videobuf2: only start streaming in poll() if so requested by the poll mask by Hans Verkuil · 13 years ago
  100. 57e43cf [media] videobuf2-core: fix a warning at vb2 by Mauro Carvalho Chehab · 13 years ago