summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vivid
AgeCommit message (Expand)AuthorFilesLines
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung8-107/+139
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung1-1/+1
2015-10-01[media] vivid: add 10 and 12 bit Bayer formatsHans Verkuil2-0/+147
2015-09-30[media] vivid: add support for SMPTE 2084 transfer functionHans Verkuil1-0/+1
2015-09-30[media] vivid-tpg: add support for SMPTE 2084 transfer functionHans Verkuil2-4/+94
2015-09-30[media] vivid: add support for the DCI-P3 colorspaceHans Verkuil2-0/+4
2015-09-30[media] vivid-tpg: support the DCI-P3 colorspaceHans Verkuil2-6/+146
2015-09-30[media] vivid: use Bradford method when converting Rec. 709 to NTSC 1953Hans Verkuil1-43/+47
2015-09-30[media] vivid: use ARRAY_SIZE to calculate max control valueHans Verkuil1-7/+7
2015-09-25[media] vivid: sdr cap: few enhancementsAntti Palosaari1-19/+12
2015-09-25[media] vivid: SDR cap: add control for FM deviationAntti Palosaari3-2/+42
2015-08-11[media] vivid: support cvt, gtf timings for video outPrashant Laddha1-2/+13
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-06[media] vivid-tpg: improve Y16 color setupHans Verkuil1-2/+9
2015-06-06[media] vivid: move video loopback control to the capture deviceHans Verkuil2-42/+41
2015-06-05[media] vivid: move PRINTSTR to separate functionsHans Verkuil1-47/+81
2015-06-05[media] vivid-tpg: precalculate colorspace/xfer_func combinationsHans Verkuil3-117/+371
2015-06-05[media] vivid: add xfer_func supportHans Verkuil7-15/+85
2015-06-05[media] vivid: don't use more than 1024 bytes of stackMauro Carvalho Chehab1-16/+17
2015-05-30[media] vivid: SDR cap add 'CU08' Complex U8 formatAntti Palosaari4-13/+94
2015-05-30[media] vivid: use new V4L2_MAP_*_DEFAULT definesHans Verkuil1-42/+9
2015-05-30[media] media/vivid: Add support for Y16_BE formatRicardo Ribalda2-1/+16
2015-05-18[media] media/vivid: Code cleanoutRicardo Ribalda1-3/+1
2015-05-18[media] media/vivid: Add support for Y16 formatRicardo Ribalda2-1/+16
2015-05-01[media] vivid: drop format descriptionHans Verkuil3-55/+0
2015-05-01[media] vivid: fix bad indentingMauro Carvalho Chehab1-1/+2
2015-04-30[media] vivid-radio-rx: Don't go past bufferMauro Carvalho Chehab1-0/+2
2015-04-28[media] vivid-tpg: fix XV601/709 Y'CbCr encodingHans Verkuil1-4/+20
2015-04-28[media] vivid-tpg: add full range BT.2020C supportHans Verkuil1-11/+29
2015-04-28[media] vivid-tpg: add full range BT.2020 supportHans Verkuil1-2/+13
2015-04-28[media] vivid-tpg: add full range SMPTE 240M supportHans Verkuil1-2/+12
2015-04-28[media] vivid-tpg: add tpg_log_status()Hans Verkuil3-1/+29
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 Verkuil3-5/+5
2015-04-08[media] vivid: add support to set CVT, GTF timingsPrashant Laddha1-1/+63
2015-04-08[media] vivid: add CVT,GTF standards to vivid dv timings capsPrashant Laddha1-2/+3
2015-04-02[media] vivid-tpg.c: fix wrong Bt.2020 coefficientsHans Verkuil1-2/+2
2015-04-02[media] vivid: sanitize selection rectangleHans Verkuil1-2/+6
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 Verkuil2-4/+4
2015-04-02[media] vivid: add support for 8-bit Bayer formatsHans Verkuil3-9/+97
2015-04-02[media] vivid: use v4l2_device.release to clean up the driverHans Verkuil1-20/+23
2015-04-02[media] vivid: turn this into a platform_deviceHans Verkuil1-5/+45
2015-04-02[media] vivid: add support for packed YUV formatsHans Verkuil2-3/+72
2015-04-02[media] vivid: add support for BGR666Hans Verkuil2-0/+21
2015-04-02[media] vivid: add support for PIX_FMT_RGB332Hans Verkuil2-0/+20
2015-04-02[media] vivid: add support for NV24 and NV42Hans Verkuil2-2/+44
2015-04-02[media] vivid: add support for [A|X]RGB555XHans Verkuil2-1/+27