aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vivid/vivid-vid-cap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-12[media] vivid: set V4L2_CAP_TIMEPERFRAMEHans Verkuil1-0/+1
2016-07-08Merge branch 'topic/cec' into patchworkMauro Carvalho Chehab1-1/+22
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-6/+1
2016-06-28[media] vivid: add CEC emulationHans Verkuil1-1/+22
2016-06-24vivid: remove some unused varsMauro Carvalho Chehab1-2/+1
2016-04-20[media] vivid: use new v4l2-rect.h headerHans Verkuil1-50/+51
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil1-17/+5
2015-12-03[media] v4l2-dv-timings: add new arg to v4l2_match_dv_timingsHans Verkuil1-1/+1
2015-11-17[media] vivid: add support for reduced frame rate in video capturePrashant Laddha1-1/+9
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+2
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-6/+9
2015-07-06[media] v4l2-dv-timings: add support for reduced blanking v2Prashant Laddha1-1/+1
2015-06-09[media] vivid: Use interlaced info for cvt/gtf timing detectionPrashant Laddha1-2/+2
2015-06-09[media] v4l2-dv-timings: add interlace support in detect cvt/gtfPrashant Laddha1-2/+3
2015-06-05[media] vivid: add xfer_func supportHans Verkuil1-0/+9
2015-05-01[media] vivid: drop format descriptionHans Verkuil1-4/+0
2015-04-28[media] vivid: add 1080p capture at 2 fps and 5 fps to webcam emulationPhilipp Zabel1-5/+8
2015-04-08[media] vivid: use V4L2_DV_FL_IS_CE_VIDEO instead of V4L2_DV_BT_STD_CEA861Hans Verkuil1-2/+2
2015-04-08[media] vivid: add support to set CVT, GTF timingsPrashant Laddha1-1/+63
2015-04-02[media] vivid: report only one frameintervalHans Verkuil1-6/+2
2015-04-02[media] vivid: allow s_dv_timings if it is the same as the currentHans Verkuil1-2/+2
2015-04-02[media] vivid: add support for single buffer planar formatsHans Verkuil1-30/+28
2015-04-02[media] vivid: add new format fieldsHans Verkuil1-6/+12
2015-04-02[media] vivid: fix test pattern movement for V4L2_FIELD_ALTERNATEHans Verkuil1-1/+4
2015-04-02[media] vivid: fix typo in plane size checksHans Verkuil1-2/+2
2015-04-02[media] vivid: the overlay API wasn't disabled completely for multiplanarHans Verkuil1-0/+19
2014-12-02[media] vivid: add support for YCbCr encoding and quantizationHans Verkuil1-0/+18
2014-12-02[media] vivid: add new colorspacesHans Verkuil1-8/+8
2014-11-25[media] media: vivid: use vb2_ops_wait_prepare/finish helperPrabhakar Lad1-2/+2
2014-09-21[media] vivid: add teletext support to VBI captureHans Verkuil1-1/+1
2014-09-08[media] vivid: add missing includesHans Verkuil1-0/+1
2014-09-02[media] vivid: Don't mess with namespace adding a "get_format" functionMauro Carvalho Chehab1-7/+7
2014-09-02[media] vivid: add the video capture and output partsHans Verkuil1-0/+1729