summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core
AgeCommit message (Expand)AuthorFilesLines
2014-04-23[media] vb2: fix compiler warningHans Verkuil1-1/+1
2014-04-23[media] vb2: stop_streaming should return voidHans Verkuil1-1/+1
2014-04-17[media] vb2: Add videobuf2-dvb supportHans Verkuil3-0/+341
2014-04-17[media] vb2: add thread supportHans Verkuil1-0/+146
2014-04-17[media] vb2: start messages with a lower-case for consistencyHans Verkuil1-29/+29
2014-04-17[media] vb2: allow read/write as long as the format is single planarHans Verkuil1-0/+21
2014-04-17[media] vb2: add vb2_fileio_is_active and check it more oftenHans Verkuil1-15/+24
2014-04-17[media] vb2: simplify a confusing conditionHans Verkuil1-3/+2
2014-04-17[media] vb2: reject output buffers with V4L2_FIELD_ALTERNATEHans Verkuil1-0/+13
2014-04-17[media] vb2: set timestamp when using write()Hans Verkuil1-0/+11
2014-04-17[media] vb2: move __qbuf_mmap before __qbuf_userptrHans Verkuil1-9/+9
2014-04-17[media] vb2: use correct prefixHans Verkuil1-68/+65
2014-04-17[media] vb2: if bytesused is 0, then fill with output buffer lengthHans Verkuil1-5/+26
2014-04-17[media] vb2: fix handling of data_offset and v4l2_plane.reserved[]Hans Verkuil1-9/+4
2014-04-17[media] v4l2-dv-timings.c: add the new 4K timings to the listHans Verkuil1-0/+11
2014-04-17[media] v4l2-ioctl.c: fix sparse __user-related warningsHans Verkuil1-5/+5
2014-04-17[media] videobuf2-core: fix sparse errorsHans Verkuil1-81/+130
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-294/+679
2014-04-02Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2014-04-02Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-130/+3
2014-03-29[media] v4l2-dv-timings: add module name, description, licenseHans Verkuil1-0/+4
2014-03-13[media] v4l: rename v4l2_format_sdr to v4l2_sdr_formatAntti Palosaari1-1/+1
2014-03-13[media] v4l: add control for RF tuner PLL lock flagAntti Palosaari1-0/+5
2014-03-13[media] v4l: add RF tuner channel bandwidth controlAntti Palosaari1-0/+4
2014-03-11[media] v4l2: add VIDIOC_G/S_EDID support to the v4l2 coreHans Verkuil4-21/+33
2014-03-11[media] v4l2-compat-ioctl32: fix wrong VIDIOC_SUBDEV_G/S_EDID32 supportHans Verkuil1-2/+2
2014-03-11[media] v4l: of: Support empty port nodesLaurent Pinchart1-24/+28
2014-03-11[media] v4l2-ctrls: replace BUG_ON by WARN_ONHans Verkuil1-1/+2
2014-03-11[media] vb2: call buf_finish after the state checkHans Verkuil1-2/+2
2014-03-11[media] vb2: fix streamoff handling if streamon wasn't calledHans Verkuil1-5/+5
2014-03-11[media] vb2: replace BUG by WARN_ONHans Verkuil1-3/+3
2014-03-11[media] vb2: properly clean up PREPARED and QUEUED buffersHans Verkuil1-0/+8
2014-03-11[media] vb2: only call start_streaming if sufficient buffers are queuedHans Verkuil1-45/+101
2014-03-11[media] vb2: don't init the list if there are still buffersHans Verkuil1-12/+17
2014-03-11[media] vb2: rename queued_count to owned_by_drv_countHans Verkuil1-5/+5
2014-03-11[media] vb2: fix buf_init/buf_cleanup call sequencesHans Verkuil1-33/+67
2014-03-11[media] vb2: call buf_finish from __queue_cancelHans Verkuil1-2/+15
2014-03-11[media] vb2: change result code of buf_finish to voidHans Verkuil1-5/+1
2014-03-11[media] vb2: add debugging code to check for unbalanced opsHans Verkuil1-50/+183
2014-03-11[media] vb2: fix PREPARE_BUF regressionHans Verkuil1-6/+2
2014-03-11[media] vb2: fix read/write regressionHans Verkuil1-6/+40
2014-03-11[media] vb2: Check if there are buffers before streamonRicardo Ribalda Delgado1-0/+5
2014-03-11Merge tag 'v3.14-rc5' into patchworkMauro Carvalho Chehab5-19/+19
2014-03-06[media] of: move common endpoint parsing to drivers/ofPhilipp Zabel1-13/+3
2014-03-06[media] of: move graph helpers from drivers/media/v4l2-core to drivers/ofPhilipp Zabel1-117/+0
2014-03-05[media] v4l: Handle buffer timestamp flags correctlySakari Ailus1-1/+20
2014-03-05[media] v4l: Add timestamp source flags, mask and document themSakari Ailus1-1/+3
2014-03-05[media] v4l: Timestamp flags will soon contain timestamp source, not just typeSakari Ailus1-2/+4
2014-03-05[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus1-4/+4
2014-03-05[media] vb2: fix timecode and flags handling for output buffersHans Verkuil1-2/+33