summaryrefslogtreecommitdiff
path: root/include/media/videobuf2-core.h
AgeCommit message (Expand)Author
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
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