index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
v4l2-core
/
videobuf2-core.c
Age
Commit message (
Expand
)
Author
2014-03-11
[media] vb2: call buf_finish after the state check
Hans Verkuil
2014-03-11
[media] vb2: fix streamoff handling if streamon wasn't called
Hans Verkuil
2014-03-11
[media] vb2: replace BUG by WARN_ON
Hans Verkuil
2014-03-11
[media] vb2: properly clean up PREPARED and QUEUED buffers
Hans Verkuil
2014-03-11
[media] vb2: only call start_streaming if sufficient buffers are queued
Hans Verkuil
2014-03-11
[media] vb2: don't init the list if there are still buffers
Hans Verkuil
2014-03-11
[media] vb2: rename queued_count to owned_by_drv_count
Hans Verkuil
2014-03-11
[media] vb2: fix buf_init/buf_cleanup call sequences
Hans Verkuil
2014-03-11
[media] vb2: call buf_finish from __queue_cancel
Hans Verkuil
2014-03-11
[media] vb2: change result code of buf_finish to void
Hans Verkuil
2014-03-11
[media] vb2: add debugging code to check for unbalanced ops
Hans Verkuil
2014-03-11
[media] vb2: fix PREPARE_BUF regression
Hans Verkuil
2014-03-11
[media] vb2: fix read/write regression
Hans Verkuil
2014-03-11
[media] vb2: Check if there are buffers before streamon
Ricardo Ribalda Delgado
2014-03-11
Merge tag 'v3.14-rc5' into patchwork
Mauro Carvalho Chehab
2014-03-05
[media] v4l: Handle buffer timestamp flags correctly
Sakari Ailus
2014-03-05
[media] v4l: Add timestamp source flags, mask and document them
Sakari Ailus
2014-03-05
[media] v4l: Timestamp flags will soon contain timestamp source, not just type
Sakari Ailus
2014-03-05
[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flags
Sakari Ailus
2014-03-05
[media] vb2: fix timecode and flags handling for output buffers
Hans Verkuil
2014-02-04
[media] vb2: Check if there are buffers before streamon
Ricardo Ribalda
2014-01-07
[media] vb2: Fix comment in __qbuf_dmabuf
Laurent Pinchart
2014-01-07
[media] vb2: Improve file I/O emulation to handle buffers in any order
Hans Verkuil
2014-01-07
[media] vb2: don't set index, don't start streaming for write()
Hans Verkuil
2014-01-07
[media] vb2: retry start_streaming in case of insufficient buffers
Hans Verkuil
2014-01-07
[media] vb2: remove the 'fileio = NULL' hack
Hans Verkuil
2014-01-07
[media] vb2: fix race condition between REQBUFS and QBUF/PREPARE_BUF
Hans Verkuil
2014-01-07
[media] vb2: simplify qbuf/prepare_buf by removing callback
Hans Verkuil
2014-01-07
[media] videobuf2: Fix CodingStyle
Mauro Carvalho Chehab
2014-01-07
[media] vb2: push the mmap semaphore down to __buf_prepare()
Hans Verkuil
2013-12-13
Merge branch 'upstream-fixes' into patchwork
Mauro Carvalho Chehab
2013-12-10
[media] vb2: regression fix: always set length field.
Hans Verkuil
2013-12-09
[media] videobuf2: Add support for file access mode flags for DMABUF exporting
Philipp Zabel
2013-12-09
[media] videobuf2: Add missing lock held on vb2_fop_release
Ricardo Ribalda
2013-12-09
[media] videobuf2: Add log for size checking error in __qbuf_dmabuf
Seung-Woo Kim
2013-12-09
[media] vb2: Return 0 when streamon and streamoff are already on/off
Ricardo Ribalda
2013-11-29
[media] videobuf2: Add support for file access mode flags for DMABUF exporting
Philipp Zabel
2013-11-18
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-10-17
[media] videobuf2-core: call __setup_offsets only for mmap memory type
Philipp Zabel
2013-09-26
[media] videobuf2: Add debug print for the output buffer plane lengths checks
Sylwester Nawrocki
2013-09-26
[media] videobuf2: Add log for size checking error in __qbuf_userptr
Seung-Woo Kim
2013-09-26
[media] videobuf2: Fix vb2_write prototype
Ricardo Ribalda
2013-09-24
[media] vb2: Allow queuing OUTPUT buffers with zeroed 'bytesused'
Sylwester Nawrocki
2013-08-22
[media] media: vb2: Share code between vb2_prepare_buf and vb2_qbuf
Laurent Pinchart
2013-08-22
[media] media: vb2: Fix potential deadlock in vb2_prepare_buffer
Laurent Pinchart
2013-08-18
[media] videobuf2-core: Verify planes lengths for output buffers
Laurent Pinchart
2013-08-18
[media] media: vb2: Take queue or device lock in mmap-related vb2 ioctl handlers
Laurent Pinchart
2013-06-20
Merge branch 'linus' into patchwork
Mauro Carvalho Chehab
2013-06-03
[media] media: vb2: return for polling if a buffer is available
Seung-Woo Kim
2013-05-27
[media] v4l: vb2: fix error return code in __vb2_init_fileio()
Wei Yongjun
[next]