index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
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-10-09
Merge branch 'patchwork' into v4l_for_linus
Mauro Carvalho Chehab
2014-09-21
[media] vb2: fix VBI/poll regression
Hans Verkuil
2014-09-21
[media] vb2: fix plane index sanity check in vb2_plane_cookie()
Zhaowei Yuan
2014-09-21
[media] vb2: fix vb2 state check when start_streaming fails
Hans Verkuil
2014-09-21
[media] videobuf2-core: add comments before the WARN_ON
Hans Verkuil
2014-09-21
[media] videobuf2-core: take mmap_sem before calling __qbuf_userptr
Hans Verkuil
2014-09-02
[media] vb2: fix multiplanar read() with non-zero data_offset
Hans Verkuil
2014-08-21
[media] vb2: use pr_info instead of pr_debug
Hans Verkuil
2014-08-21
[media] videobuf2: fix lockdep warning
Hans Verkuil
2014-07-25
[media] vb2: fix vb2_poll for output streams
Hans Verkuil
2014-07-22
[media] vb2: fix bytesused == 0 handling
Hans Verkuil
2014-07-17
[media] v4l: vb2: Add fatal error condition flag
Laurent Pinchart
2014-07-17
[media] v4l: vb2: Don't return POLLERR during transient buffer underruns
Laurent Pinchart
2014-07-17
[media] v4l: vb2: Fix stream start and buffer completion race
Laurent Pinchart
2014-05-25
[media] v4l: vb2: Add a function to discard all DONE buffers
Laurent Pinchart
2014-05-24
[media] videobuf2-core: remove duplicated code
Victor Lambret
2014-05-23
[media] vb2: fix num_buffers calculation if req->count > VIDEO_MAX_FRAMES
Philipp Zabel
2014-05-23
[media] v4l: vb2: Avoid double WARN_ON when stopping streaming
Laurent Pinchart
2014-04-23
[media] vb2: fix compiler warning
Hans Verkuil
2014-04-23
[media] vb2: stop_streaming should return void
Hans Verkuil
2014-04-16
[media] vb2: add thread support
Hans Verkuil
2014-04-16
[media] vb2: start messages with a lower-case for consistency
Hans Verkuil
2014-04-16
[media] vb2: allow read/write as long as the format is single planar
Hans Verkuil
2014-04-16
[media] vb2: add vb2_fileio_is_active and check it more often
Hans Verkuil
2014-04-16
[media] vb2: simplify a confusing condition
Hans Verkuil
2014-04-16
[media] vb2: reject output buffers with V4L2_FIELD_ALTERNATE
Hans Verkuil
2014-04-16
[media] vb2: set timestamp when using write()
Hans Verkuil
2014-04-16
[media] vb2: move __qbuf_mmap before __qbuf_userptr
Hans Verkuil
2014-04-16
[media] vb2: use correct prefix
Hans Verkuil
2014-04-16
[media] vb2: if bytesused is 0, then fill with output buffer length
Hans Verkuil
2014-04-16
[media] vb2: fix handling of data_offset and v4l2_plane.reserved[]
Hans Verkuil
2014-04-16
[media] videobuf2-core: fix sparse errors
Hans Verkuil
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
[next]