summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core
AgeCommit message (Expand)Author
2014-03-28[media] v4l2-dv-timings: add module name, description, licenseHans Verkuil
2014-03-13[media] v4l: rename v4l2_format_sdr to v4l2_sdr_formatAntti Palosaari
2014-03-13[media] v4l: add control for RF tuner PLL lock flagAntti Palosaari
2014-03-13[media] v4l: add RF tuner channel bandwidth controlAntti Palosaari
2014-03-11[media] v4l2: add VIDIOC_G/S_EDID support to the v4l2 coreHans Verkuil
2014-03-11[media] v4l2-compat-ioctl32: fix wrong VIDIOC_SUBDEV_G/S_EDID32 supportHans Verkuil
2014-03-11[media] v4l: of: Support empty port nodesLaurent Pinchart
2014-03-11[media] v4l2-ctrls: replace BUG_ON by WARN_ONHans Verkuil
2014-03-11[media] vb2: call buf_finish after the state checkHans Verkuil
2014-03-11[media] vb2: fix streamoff handling if streamon wasn't calledHans Verkuil
2014-03-11[media] vb2: replace BUG by WARN_ONHans Verkuil
2014-03-11[media] vb2: properly clean up PREPARED and QUEUED buffersHans Verkuil
2014-03-11[media] vb2: only call start_streaming if sufficient buffers are queuedHans Verkuil
2014-03-11[media] vb2: don't init the list if there are still buffersHans Verkuil
2014-03-11[media] vb2: rename queued_count to owned_by_drv_countHans Verkuil
2014-03-11[media] vb2: fix buf_init/buf_cleanup call sequencesHans 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-11[media] vb2: fix PREPARE_BUF regressionHans Verkuil
2014-03-11[media] vb2: fix read/write regressionHans Verkuil
2014-03-11[media] vb2: Check if there are buffers before streamonRicardo Ribalda Delgado
2014-03-11Merge tag 'v3.14-rc5' into patchworkMauro Carvalho Chehab
2014-03-05[media] v4l: Handle buffer timestamp flags correctlySakari Ailus
2014-03-05[media] v4l: Add timestamp source flags, mask and document themSakari Ailus
2014-03-05[media] v4l: Timestamp flags will soon contain timestamp source, not just typeSakari Ailus
2014-03-05[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus
2014-03-05[media] vb2: fix timecode and flags handling for output buffersHans Verkuil
2014-03-05[media] v4l: add RF tuner gain controlsAntti Palosaari
2014-03-05[media] v4l: do not allow modulator ioctls for non-radio devicesHans Verkuil
2014-03-05[media] v4l: enable some IOCTLs for SDR receiverAntti Palosaari
2014-03-05[media] v4l: add stream format for SDR receiverAntti Palosaari
2014-03-05[media] v4l: add new tuner types for SDRAntti Palosaari
2014-03-05[media] v4l: add device type for Software Defined RadioAntti Palosaari
2014-02-28[media] v4l2: Add settings for Horizontal and Vertical MV Search RangeAmit Grover
2014-02-24[media] v4l2-subdev: Allow 32-bit compat ioctlsHans Verkuil
2014-02-04[media] v4l2-dv-timings: mention missing 'reduced blanking V2'Hans Verkuil
2014-02-04[media] v4l2-dv-timings: fix GTF calculationMartin Bugge
2014-02-04[media] vb2: Check if there are buffers before streamonRicardo Ribalda
2014-02-04[media] Revert "[media] videobuf_vm_{open,close} race fixes"Hans Verkuil
2014-01-27[media] media: v4l2-dev: fix video device index assignmentMarek Szyprowski
2014-01-13[media] s5p-mfc: Add controls to set vp8 enc profileKiran AVND
2014-01-13[media] s5p-mfc: Add QP setting support for vp8 encoderArun Kumar K
2014-01-07[media] vb2: Fix comment in __qbuf_dmabufLaurent Pinchart
2014-01-07[media] vb2: Improve file I/O emulation to handle buffers in any orderHans Verkuil
2014-01-07[media] vb2: don't set index, don't start streaming for write()Hans Verkuil
2014-01-07[media] vb2: retry start_streaming in case of insufficient buffersHans Verkuil
2014-01-07[media] vb2: remove the 'fileio = NULL' hackHans Verkuil
2014-01-07[media] vb2: fix race condition between REQBUFS and QBUF/PREPARE_BUFHans Verkuil
2014-01-07[media] vb2: simplify qbuf/prepare_buf by removing callbackHans Verkuil