aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/videobuf2-core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-05Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-4/+6
2015-08-22[media] videobuf2-core: Add it to device-drivers DocBookMauro Carvalho Chehab1-4/+6
2015-07-17[media] vb2: Only requeue buffers immediately once streaming is startedSakari Ailus1-0/+2
2015-05-12[media] videobuf2: return -EPIPE from DQBUF after the last bufferPhilipp Zabel1-0/+13
2015-04-10[media] vb2: add allow_zero_bytesused flag to the vb2_queue structKamil Debski1-0/+2
2015-04-10[media] vb2: split the io_flags member of vb2_queue into a bit fieldKamil Debski1-13/+5
2014-11-25[media] vb2: add dma_dir to the alloc memopHans Verkuil1-1/+3
2014-11-25[media] vb2: replace 'write' by 'dma_dir'Hans Verkuil1-2/+4
2014-11-25[media] videobuf2-core.h: improve documentationHans Verkuil1-15/+17
2014-10-09Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab1-2/+13
2014-09-23[media] v4l: videobuf2: Fix typos in commentsLaurent Pinchart1-2/+2
2014-09-21[media] vb2: fix VBI/poll regressionHans Verkuil1-0/+4
2014-09-21[media] videobuf2-core.h: fix commentHans Verkuil1-1/+1
2014-09-21[media] media: videobuf2-core.h: add a helper to get status of start_streaming()Prabhakar Lad1-0/+9
2014-08-21[media] videobuf2: fix lockdep warningHans Verkuil1-0/+2
2014-07-25[media] vb2: fix videobuf2-core.h commentsHans Verkuil1-6/+10
2014-07-17[media] v4l: vb2: Add fatal error condition flagLaurent Pinchart1-0/+3
2014-05-25[media] v4l: vb2: Add a function to discard all DONE buffersLaurent Pinchart1-0/+1
2014-04-23[media] vb2: stop_streaming should return voidHans Verkuil1-1/+1
2014-04-16[media] vb2: add thread supportHans Verkuil1-0/+32
2014-04-16[media] vb2: add vb2_fileio_is_active and check it more oftenHans Verkuil1-0/+17
2014-03-11[media] vb2: only call start_streaming if sufficient buffers are queuedHans Verkuil1-4/+10
2014-03-11[media] vb2: rename queued_count to owned_by_drv_countHans Verkuil1-2/+2
2014-03-11[media] vb2: consistent usage of periods in videobuf2-core.hHans Verkuil1-20/+20
2014-03-11[media] vb2: call buf_finish from __queue_cancelHans Verkuil1-1/+9
2014-03-11[media] vb2: change result code of buf_finish to voidHans Verkuil1-1/+1
2014-03-11[media] vb2: add debugging code to check for unbalanced opsHans Verkuil1-0/+43
2014-03-05[media] v4l: Add timestamp source flags, mask and document themSakari Ailus1-0/+2
2014-03-05[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus1-1/+1
2014-01-07[media] vb2: retry start_streaming in case of insufficient buffersHans Verkuil1-4/+11
2014-01-07[media] vb2: push the mmap semaphore down to __buf_prepare()Hans Verkuil1-0/+2
2013-12-09[media] videobuf2: Add missing lock held on vb2_fop_releaseRicardo Ribalda1-0/+1
2013-11-29[media] videobuf2: Add support for file access mode flags for DMABUF exportingPhilipp Zabel1-1/+1
2013-09-26[media] videobuf2: Fix vb2_write prototypeRicardo Ribalda1-2/+2
2013-08-18[media] media: vb2: Clarify queue_setup() and buf_prepare() usage documentationLaurent Pinchart1-4/+7
2013-03-21[media] videobuf2: add gfp_flagsHans Verkuil1-2/+8
2013-03-05[media] vb2: Add support for non monotonic timestampsKamil Debski1-0/+1
2012-11-25[media] v4l: vb2: add buffer exporting via dmabufTomasz Stanislawski1-0/+4
2012-11-25[media] v4l: vb2: add prepare/finish callbacks to allocatorsMarek Szyprowski1-0/+7
2012-11-25[media] v4l: vb2: add support for shared buffer (dma_buf)Sumit Semwal1-0/+27
2012-09-27[media] videobuf2-core: Replace BUG_ON and return an error at vb2_queue_init()Ezequiel Garcia1-1/+1
2012-07-06[media] videobuf2-core: add helper functionsHans Verkuil1-0/+41
2012-07-06[media] v4l2-dev/ioctl.c: add vb2_queue support to video_deviceHans Verkuil1-0/+13
2011-11-03[media] vb2: add vb2_get_unmapped_area in vb2 coreScott Jiang1-0/+7
2011-11-03[media] V4L: vb2: add support for buffers of different sizes on a single queueGuennadi Liakhovetski1-12/+23
2011-11-03[media] V4L: vb2: prepare to support multi-size buffersGuennadi Liakhovetski1-3/+3
2011-11-03[media] V4L: add a new videobuf2 buffer state VB2_BUF_STATE_PREPAREDGuennadi Liakhovetski1-0/+2
2011-09-06[media] media: vb2: change queue initialization orderMarek Szyprowski1-4/+13
2011-09-06[media] media: vb2: change plane sizes array to unsigned int[]Marek Szyprowski1-2/+2
2011-09-06[media] media: vb2: fix handling MAPPED buffer flagMarek Szyprowski1-3/+0