summaryrefslogtreecommitdiff
path: root/include/media/videobuf2-core.h
AgeCommit message (Expand)Author
2019-03-01media: include: fix several typosMauro Carvalho Chehab
2019-02-18media: vb2: keep track of timestamp statusHans Verkuil
2019-02-18media: vb2: replace bool by bitfield in vb2_bufferHans Verkuil
2019-02-07media: vb2: Fix buf_out_validate documentationEzequiel Garcia
2019-01-31media: vb2: add buf_out_validate callbackHans Verkuil
2018-12-03media: vb2: keep a reference to the request until dqbufHans Verkuil
2018-09-24media: videobuf2-core: Rework and rename helper for request buffer countPaul Kocialkowski
2018-09-11media: vb2: set reqbufs/create_bufs capabilitiesHans Verkuil
2018-08-31media: videobuf2-core: add uses_requests/qbuf flagsHans Verkuil
2018-08-31media: videobuf2-core: add request helper functionsHans Verkuil
2018-08-31media: videobuf2-core: integrate with media requestsHans Verkuil
2018-08-31media: videobuf2-core: embed media_request_objectHans Verkuil
2018-08-31media: vb2: add init_buffer buffer opHans Verkuil
2018-08-31media: vb2: drop VB2_BUF_STATE_PREPARED, use bool prepared/synced insteadHans Verkuil
2018-08-31media: vb2: store userspace data in vb2_v4l2_bufferHans Verkuil
2018-03-21media: vb2-core: vb2_ops: document non-interrupt-context callingLuca Ceresoli
2018-03-21media: vb2-core: document the REQUEUEING stateLuca Ceresoli
2018-03-21media: vb2-core: vb2_buffer_done: consolidate docsLuca Ceresoli
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2017-12-18media: vb2-core: fix descriptions for VB2-only functionsMauro Carvalho Chehab
2017-12-18media: vb2-core: document remaining functionsMauro Carvalho Chehab
2017-12-18media: vb2-core: Improve kernel-doc markupsMauro Carvalho Chehab
2017-12-18media: vb2-core: use bitops for bitsMauro Carvalho Chehab
2017-12-18media: videobuf2-core: improve kernel-doc markupsMauro Carvalho Chehab
2017-11-27media: annotate ->poll() instancesAl Viro
2017-08-26media: vb2: add bidirectional flag in vb2_queueStanimir Varbanov
2017-04-05[media] vb2: Fix queue_setup() callback descriptionAnton Leontiev
2016-09-22[media] get rid of a number of problems at the cross referencesMauro Carvalho Chehab
2016-09-09[media] videobuf2-core.h: improve documentationMauro Carvalho Chehab
2016-09-09[media] videobuf2-core.h: document enum vb2_memoryMauro Carvalho Chehab
2016-09-09[media] videobuf2-core.h: move function descriptions from c fileMauro Carvalho Chehab
2016-08-24[media] vb2: don't return NULL for alloc and get_userptr opsHans Verkuil
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-07-23[media] doc-rst: add some needed escape codesMauro Carvalho Chehab
2016-07-23Merge branch 'patchwork' into topic/docs-nextMauro Carvalho Chehab
2016-07-17[media] doc-rst: Fix conversion for v4l2 core functionsMauro Carvalho Chehab
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil
2016-07-08[media] vb2: add a dev field to use for the default allocation contextHans Verkuil
2016-07-08[media] vb2: move dma_attrs to vb2_queueHans Verkuil
2016-04-25[media] media: vb2: Fix regression on poll() for RW modeRicardo Ribalda
2016-04-13[media] videobuf2-core: Check user space planes array in dqbufSakari Ailus
2016-02-04[media] vb2: fix nasty vb2_thread regressionHans Verkuil
2015-12-18[media] videobuf2-core: fix plane_sizes handling in VIDIOC_CREATE_BUFSHans Verkuil
2015-12-18[media] videobuf2-core: fill_user_buffer and copy_timestamp should return voidHans Verkuil
2015-12-18[media] media: videobuf2: Move vb2_fileio_data and vb2_thread to core partJunghak Sung
2015-12-18[media] media: videobuf2: Add copy_timestamp to struct vb2_queueJunghak Sung
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil
2015-10-20[media] media: videobuf2: Move v4l2-specific stuff to videobuf2-v4l2Junghak Sung