summaryrefslogtreecommitdiff
path: root/include/media/videobuf2-core.h
AgeCommit message (Expand)Author
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
2014-04-16[media] vb2: add thread supportHans Verkuil
2014-04-16[media] vb2: add vb2_fileio_is_active and check it more oftenHans Verkuil
2014-03-11[media] vb2: only call start_streaming if sufficient buffers are queuedHans Verkuil
2014-03-11[media] vb2: rename queued_count to owned_by_drv_countHans Verkuil
2014-03-11[media] vb2: consistent usage of periods in videobuf2-core.hHans 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-05[media] v4l: Add timestamp source flags, mask and document themSakari Ailus
2014-03-05[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus
2014-01-07[media] vb2: retry start_streaming in case of insufficient buffersHans Verkuil
2014-01-07[media] vb2: push the mmap semaphore down to __buf_prepare()Hans Verkuil
2013-12-09[media] videobuf2: Add missing lock held on vb2_fop_releaseRicardo Ribalda
2013-11-29[media] videobuf2: Add support for file access mode flags for DMABUF exportingPhilipp Zabel
2013-09-26[media] videobuf2: Fix vb2_write prototypeRicardo Ribalda
2013-08-18[media] media: vb2: Clarify queue_setup() and buf_prepare() usage documentationLaurent Pinchart
2013-03-21[media] videobuf2: add gfp_flagsHans Verkuil
2013-03-05[media] vb2: Add support for non monotonic timestampsKamil Debski
2012-11-25[media] v4l: vb2: add buffer exporting via dmabufTomasz Stanislawski
2012-11-25[media] v4l: vb2: add prepare/finish callbacks to allocatorsMarek Szyprowski
2012-11-25[media] v4l: vb2: add support for shared buffer (dma_buf)Sumit Semwal
2012-09-27[media] videobuf2-core: Replace BUG_ON and return an error at vb2_queue_init()Ezequiel Garcia
2012-07-06[media] videobuf2-core: add helper functionsHans Verkuil
2012-07-06[media] v4l2-dev/ioctl.c: add vb2_queue support to video_deviceHans Verkuil
2011-11-03[media] vb2: add vb2_get_unmapped_area in vb2 coreScott Jiang
2011-11-03[media] V4L: vb2: add support for buffers of different sizes on a single queueGuennadi Liakhovetski
2011-11-03[media] V4L: vb2: prepare to support multi-size buffersGuennadi Liakhovetski
2011-11-03[media] V4L: add a new videobuf2 buffer state VB2_BUF_STATE_PREPAREDGuennadi Liakhovetski
2011-09-06[media] media: vb2: change queue initialization orderMarek Szyprowski
2011-09-06[media] media: vb2: change plane sizes array to unsigned int[]Marek Szyprowski
2011-09-06[media] media: vb2: fix handling MAPPED buffer flagMarek Szyprowski
2011-09-06[media] media: vb2: add a check if queued userptr buffer is large enoughMarek Szyprowski
2011-03-22[media] Update Pawel Osciak's e-mail addressPawel Osciak
2011-03-21[media] v4l: videobuf2: Typo fixLaurent Pinchart
2011-03-21[media] v4l: videobuf2: add read() and write() emulatorMarek Szyprowski
2011-03-21[media] v4l: add videobuf2 Video for Linux 2 driver frameworkPawel Osciak