summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core/videobuf2-core.c
AgeCommit message (Expand)Author
2014-05-25[media] v4l: vb2: Add a function to discard all DONE buffersLaurent Pinchart
2014-05-24[media] videobuf2-core: remove duplicated codeVictor Lambret
2014-05-23[media] vb2: fix num_buffers calculation if req->count > VIDEO_MAX_FRAMESPhilipp Zabel
2014-05-23[media] v4l: vb2: Avoid double WARN_ON when stopping streamingLaurent Pinchart
2014-04-23[media] vb2: fix compiler warningHans Verkuil
2014-04-23[media] vb2: stop_streaming should return voidHans Verkuil
2014-04-16[media] vb2: add thread supportHans Verkuil
2014-04-16[media] vb2: start messages with a lower-case for consistencyHans Verkuil
2014-04-16[media] vb2: allow read/write as long as the format is single planarHans Verkuil
2014-04-16[media] vb2: add vb2_fileio_is_active and check it more oftenHans Verkuil
2014-04-16[media] vb2: simplify a confusing conditionHans Verkuil
2014-04-16[media] vb2: reject output buffers with V4L2_FIELD_ALTERNATEHans Verkuil
2014-04-16[media] vb2: set timestamp when using write()Hans Verkuil
2014-04-16[media] vb2: move __qbuf_mmap before __qbuf_userptrHans Verkuil
2014-04-16[media] vb2: use correct prefixHans Verkuil
2014-04-16[media] vb2: if bytesused is 0, then fill with output buffer lengthHans 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 errorsHans Verkuil
2014-03-11[media] vb2: call buf_finish after the state checkHans Verkuil
2014-03-11[media] vb2: fix streamoff handling if streamon wasn't calledHans Verkuil
2014-03-11[media] vb2: replace BUG by WARN_ONHans Verkuil
2014-03-11[media] vb2: properly clean up PREPARED and QUEUED buffersHans Verkuil
2014-03-11[media] vb2: only call start_streaming if sufficient buffers are queuedHans Verkuil
2014-03-11[media] vb2: don't init the list if there are still buffersHans Verkuil
2014-03-11[media] vb2: rename queued_count to owned_by_drv_countHans Verkuil
2014-03-11[media] vb2: fix buf_init/buf_cleanup call sequencesHans Verkuil
2014-03-11[media] vb2: call buf_finish from __queue_cancelHans Verkuil
2014-03-11[media] vb2: change result code of buf_finish to voidHans Verkuil
2014-03-11[media] vb2: add debugging code to check for unbalanced opsHans Verkuil
2014-03-11[media] vb2: fix PREPARE_BUF regressionHans Verkuil
2014-03-11[media] vb2: fix read/write regressionHans Verkuil
2014-03-11[media] vb2: Check if there are buffers before streamonRicardo Ribalda Delgado
2014-03-11Merge tag 'v3.14-rc5' into patchworkMauro Carvalho Chehab
2014-03-05[media] v4l: Handle buffer timestamp flags correctlySakari Ailus
2014-03-05[media] v4l: Add timestamp source flags, mask and document themSakari Ailus
2014-03-05[media] v4l: Timestamp flags will soon contain timestamp source, not just typeSakari Ailus
2014-03-05[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus
2014-03-05[media] vb2: fix timecode and flags handling for output buffersHans Verkuil
2014-02-04[media] vb2: Check if there are buffers before streamonRicardo Ribalda
2014-01-07[media] vb2: Fix comment in __qbuf_dmabufLaurent Pinchart
2014-01-07[media] vb2: Improve file I/O emulation to handle buffers in any orderHans 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 buffersHans Verkuil
2014-01-07[media] vb2: remove the 'fileio = NULL' hackHans Verkuil
2014-01-07[media] vb2: fix race condition between REQBUFS and QBUF/PREPARE_BUFHans Verkuil
2014-01-07[media] vb2: simplify qbuf/prepare_buf by removing callbackHans Verkuil
2014-01-07[media] videobuf2: Fix CodingStyleMauro Carvalho Chehab
2014-01-07[media] vb2: push the mmap semaphore down to __buf_prepare()Hans Verkuil
2013-12-13Merge branch 'upstream-fixes' into patchworkMauro Carvalho Chehab
2013-12-10[media] vb2: regression fix: always set length field.Hans Verkuil