summaryrefslogtreecommitdiff
path: root/include/media/videobuf2-core.h
AgeCommit message (Expand)Author
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
2015-10-20[media] media: videobuf2: Prepare to divide videobuf2Junghak Sung
2015-10-20[media] media: videobuf2: Replace v4l2-specific data with vb2 dataJunghak Sung
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung
2015-10-05[media] DocBook: Fix remaining issues with VB2 core documentationMauro Carvalho Chehab
2015-10-01[media] DocBook: fix most of warnings at videobuf2-core.hMauro Carvalho Chehab
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung
2015-09-05Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2015-08-22[media] videobuf2-core: Add it to device-drivers DocBookMauro Carvalho Chehab
2015-07-17[media] vb2: Only requeue buffers immediately once streaming is startedSakari Ailus
2015-05-12[media] videobuf2: return -EPIPE from DQBUF after the last bufferPhilipp Zabel
2015-04-10[media] vb2: add allow_zero_bytesused flag to the vb2_queue structKamil Debski
2015-04-10[media] vb2: split the io_flags member of vb2_queue into a bit fieldKamil Debski
2014-11-25[media] vb2: add dma_dir to the alloc memopHans Verkuil
2014-11-25[media] vb2: replace 'write' by 'dma_dir'Hans Verkuil
2014-11-25[media] videobuf2-core.h: improve documentationHans Verkuil
2014-10-09Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab
2014-09-23[media] v4l: videobuf2: Fix typos in commentsLaurent Pinchart
2014-09-21[media] vb2: fix VBI/poll regressionHans Verkuil
2014-09-21[media] videobuf2-core.h: fix commentHans Verkuil
2014-09-21[media] media: videobuf2-core.h: add a helper to get status of start_streaming()Prabhakar Lad
2014-08-21[media] videobuf2: fix lockdep warningHans Verkuil
2014-07-25[media] vb2: fix videobuf2-core.h commentsHans Verkuil
2014-07-17[media] v4l: vb2: Add fatal error condition flagLaurent Pinchart
2014-05-25[media] v4l: vb2: Add a function to discard all DONE buffersLaurent Pinchart
2014-04-23[media] vb2: stop_streaming should return voidHans Verkuil