summaryrefslogtreecommitdiffstats
path: root/include/media/videobuf2-core.h
Commit message (Expand)AuthorAgeFilesLines
* [media] vb2: fix nasty vb2_thread regressionHans Verkuil2016-02-041-1/+2
* [media] videobuf2-core: fix plane_sizes handling in VIDIOC_CREATE_BUFSHans Verkuil2015-12-181-1/+3
* [media] videobuf2-core: fill_user_buffer and copy_timestamp should return voidHans Verkuil2015-12-181-3/+14
* [media] media: videobuf2: Move vb2_fileio_data and vb2_thread to core partJunghak Sung2015-12-181-0/+43
* [media] media: videobuf2: Add copy_timestamp to struct vb2_queueJunghak Sung2015-12-181-1/+3
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-181-0/+2
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-181-17/+23
* [media] media: videobuf2: Move v4l2-specific stuff to videobuf2-v4l2Junghak Sung2015-10-201-93/+15
* [media] media: videobuf2: Prepare to divide videobuf2Junghak Sung2015-10-201-0/+10
* [media] media: videobuf2: Replace v4l2-specific data with vb2 dataJunghak Sung2015-10-201-9/+24
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-1/+1
* [media] DocBook: Fix remaining issues with VB2 core documentationMauro Carvalho Chehab2015-10-051-6/+8
* [media] DocBook: fix most of warnings at videobuf2-core.hMauro Carvalho Chehab2015-10-011-1/+5
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-24/+42
* [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2015-10-011-1/+1
* Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-09-051-4/+6
|\
| * [media] videobuf2-core: Add it to device-drivers DocBookMauro Carvalho Chehab2015-08-221-4/+6
* | [media] vb2: Only requeue buffers immediately once streaming is startedSakari Ailus2015-07-171-0/+2
|/
* [media] videobuf2: return -EPIPE from DQBUF after the last bufferPhilipp Zabel2015-05-121-0/+13
* [media] vb2: add allow_zero_bytesused flag to the vb2_queue structKamil Debski2015-04-101-0/+2
* [media] vb2: split the io_flags member of vb2_queue into a bit fieldKamil Debski2015-04-101-13/+5
* [media] vb2: add dma_dir to the alloc memopHans Verkuil2014-11-251-1/+3
* [media] vb2: replace 'write' by 'dma_dir'Hans Verkuil2014-11-251-2/+4
* [media] videobuf2-core.h: improve documentationHans Verkuil2014-11-251-15/+17
* Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab2014-10-091-2/+13
|\
| * [media] v4l: videobuf2: Fix typos in commentsLaurent Pinchart2014-09-231-2/+2
| * [media] media: videobuf2-core.h: add a helper to get status of start_streaming()Prabhakar Lad2014-09-211-0/+9
| * [media] videobuf2: fix lockdep warningHans Verkuil2014-08-211-0/+2
* | [media] vb2: fix VBI/poll regressionHans Verkuil2014-09-211-0/+4
* | [media] videobuf2-core.h: fix commentHans Verkuil2014-09-211-1/+1
|/
* [media] vb2: fix videobuf2-core.h commentsHans Verkuil2014-07-251-6/+10
* [media] v4l: vb2: Add fatal error condition flagLaurent Pinchart2014-07-171-0/+3
* [media] v4l: vb2: Add a function to discard all DONE buffersLaurent Pinchart2014-05-251-0/+1
* [media] vb2: stop_streaming should return voidHans Verkuil2014-04-231-1/+1
* [media] vb2: add thread supportHans Verkuil2014-04-161-0/+32
* [media] vb2: add vb2_fileio_is_active and check it more oftenHans Verkuil2014-04-161-0/+17
* [media] vb2: only call start_streaming if sufficient buffers are queuedHans Verkuil2014-03-111-4/+10
* [media] vb2: rename queued_count to owned_by_drv_countHans Verkuil2014-03-111-2/+2
* [media] vb2: consistent usage of periods in videobuf2-core.hHans Verkuil2014-03-111-20/+20
* [media] vb2: call buf_finish from __queue_cancelHans Verkuil2014-03-111-1/+9
* [media] vb2: change result code of buf_finish to voidHans Verkuil2014-03-111-1/+1
* [media] vb2: add debugging code to check for unbalanced opsHans Verkuil2014-03-111-0/+43
* [media] v4l: Add timestamp source flags, mask and document themSakari Ailus2014-03-051-0/+2
* [media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus2014-03-051-1/+1
* [media] vb2: retry start_streaming in case of insufficient buffersHans Verkuil2014-01-071-4/+11
* [media] vb2: push the mmap semaphore down to __buf_prepare()Hans Verkuil2014-01-071-0/+2
* [media] videobuf2: Add missing lock held on vb2_fop_releaseRicardo Ribalda2013-12-091-0/+1
* [media] videobuf2: Add support for file access mode flags for DMABUF exportingPhilipp Zabel2013-11-291-1/+1
* [media] videobuf2: Fix vb2_write prototypeRicardo Ribalda2013-09-261-2/+2
* [media] media: vb2: Clarify queue_setup() and buf_prepare() usage documentationLaurent Pinchart2013-08-181-4/+7
OpenPOWER on IntegriCloud