summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core/videobuf2-core.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-25[media] vb2: fix vb2_poll for output streamsHans Verkuil1-0/+7
2014-07-22[media] vb2: fix bytesused == 0 handlingHans Verkuil1-40/+38
2014-07-17[media] v4l: vb2: Add fatal error condition flagLaurent Pinchart1-3/+36
2014-07-17[media] v4l: vb2: Don't return POLLERR during transient buffer underrunsLaurent Pinchart1-2/+3
2014-07-17[media] v4l: vb2: Fix stream start and buffer completion raceLaurent Pinchart1-1/+3
2014-05-25[media] v4l: vb2: Add a function to discard all DONE buffersLaurent Pinchart1-0/+24
2014-05-24[media] videobuf2-core: remove duplicated codeVictor Lambret1-4/+0
2014-05-23[media] vb2: fix num_buffers calculation if req->count > VIDEO_MAX_FRAMESPhilipp Zabel1-1/+1
2014-05-23[media] v4l: vb2: Avoid double WARN_ON when stopping streamingLaurent Pinchart1-3/+4
2014-04-23[media] vb2: fix compiler warningHans Verkuil1-1/+1
2014-04-23[media] vb2: stop_streaming should return voidHans Verkuil1-1/+1
2014-04-16[media] vb2: add thread supportHans Verkuil1-0/+146
2014-04-16[media] vb2: start messages with a lower-case for consistencyHans Verkuil1-29/+29
2014-04-16[media] vb2: allow read/write as long as the format is single planarHans Verkuil1-0/+21
2014-04-16[media] vb2: add vb2_fileio_is_active and check it more oftenHans Verkuil1-15/+24
2014-04-16[media] vb2: simplify a confusing conditionHans Verkuil1-3/+2
2014-04-16[media] vb2: reject output buffers with V4L2_FIELD_ALTERNATEHans Verkuil1-0/+13
2014-04-16[media] vb2: set timestamp when using write()Hans Verkuil1-0/+11
2014-04-16[media] vb2: move __qbuf_mmap before __qbuf_userptrHans Verkuil1-9/+9
2014-04-16[media] vb2: use correct prefixHans Verkuil1-68/+65
2014-04-16[media] vb2: if bytesused is 0, then fill with output buffer lengthHans Verkuil1-5/+26
2014-04-16[media] vb2: fix handling of data_offset and v4l2_plane.reserved[]Hans Verkuil1-9/+4
2014-04-16[media] videobuf2-core: fix sparse errorsHans Verkuil1-81/+130
2014-03-11[media] vb2: call buf_finish after the state checkHans Verkuil1-2/+2
2014-03-11[media] vb2: fix streamoff handling if streamon wasn't calledHans Verkuil1-5/+5
2014-03-11[media] vb2: replace BUG by WARN_ONHans Verkuil1-3/+3
2014-03-11[media] vb2: properly clean up PREPARED and QUEUED buffersHans Verkuil1-0/+8
2014-03-11[media] vb2: only call start_streaming if sufficient buffers are queuedHans Verkuil1-45/+101
2014-03-11[media] vb2: don't init the list if there are still buffersHans Verkuil1-12/+17
2014-03-11[media] vb2: rename queued_count to owned_by_drv_countHans Verkuil1-5/+5
2014-03-11[media] vb2: fix buf_init/buf_cleanup call sequencesHans Verkuil1-33/+67
2014-03-11[media] vb2: call buf_finish from __queue_cancelHans Verkuil1-2/+15
2014-03-11[media] vb2: change result code of buf_finish to voidHans Verkuil1-5/+1
2014-03-11[media] vb2: add debugging code to check for unbalanced opsHans Verkuil1-50/+183
2014-03-11[media] vb2: fix PREPARE_BUF regressionHans Verkuil1-6/+2
2014-03-11[media] vb2: fix read/write regressionHans Verkuil1-6/+40
2014-03-11[media] vb2: Check if there are buffers before streamonRicardo Ribalda Delgado1-0/+5
2014-03-11Merge tag 'v3.14-rc5' into patchworkMauro Carvalho Chehab1-0/+5
2014-03-05[media] v4l: Handle buffer timestamp flags correctlySakari Ailus1-1/+20
2014-03-05[media] v4l: Add timestamp source flags, mask and document themSakari Ailus1-1/+3
2014-03-05[media] v4l: Timestamp flags will soon contain timestamp source, not just typeSakari Ailus1-2/+4
2014-03-05[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus1-4/+4
2014-03-05[media] vb2: fix timecode and flags handling for output buffersHans Verkuil1-2/+33
2014-02-04[media] vb2: Check if there are buffers before streamonRicardo Ribalda1-0/+5
2014-01-07[media] vb2: Fix comment in __qbuf_dmabufLaurent Pinchart1-1/+1
2014-01-07[media] vb2: Improve file I/O emulation to handle buffers in any orderHans Verkuil1-14/+14
2014-01-07[media] vb2: don't set index, don't start streaming for write()Hans Verkuil1-10/+0
2014-01-07[media] vb2: retry start_streaming in case of insufficient buffersHans Verkuil1-13/+55
2014-01-07[media] vb2: remove the 'fileio = NULL' hackHans Verkuil1-111/+112
2014-01-07[media] vb2: fix race condition between REQBUFS and QBUF/PREPARE_BUFHans Verkuil1-2/+23