summaryrefslogtreecommitdiffstats
path: root/drivers/media (follow)
Commit message (Expand)AuthorAgeFilesLines
* media: vimc: Remove unused but set variablesLucas A. M. Magalhães2019-02-181-7/+0
* media: vimc: add USERPTR supportHans Verkuil2019-02-181-1/+1
* media: vim2m: fix build breakage due to a merge conflictMauro Carvalho Chehab2019-02-181-2/+1
* media: v4l: ioctl: Sanitize num_planes before using itEzequiel Garcia2019-02-181-8/+6
* Merge tag 'v5.0-rc7' into patchworkMauro Carvalho Chehab2019-02-184-9/+25
|\
| * media: vim2m: only cancel work if it is for right contextHans Verkuil2019-01-161-1/+3
| * media: v4l: ioctl: Validate num_planes for debug messagesSakari Ailus2019-01-161-1/+3
| * media: v4l: ioctl: Validate num_planes before using itSakari Ailus2019-01-161-0/+8
| * media: v4l2-ioctl: Clear only per-plane reserved fieldsThierry Reding2019-01-161-4/+8
| * cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-082-3/+3
* | media: vimc: fill in bus_info in media_device_infoHans Verkuil2019-02-072-3/+3
* | media: pxa_camera: fix smatch warningHans Verkuil2019-02-071-3/+5
* | media: hdpvr: fix smatch warningHans Verkuil2019-02-071-7/+7
* | media: v4l2-mem2mem: Rename v4l2_m2m_buf_copy_data to v4l2_m2m_buf_copy_metadataEzequiel Garcia2019-02-073-7/+7
* | media: vim2m: don't use curr_ctx->dev before checkingMauro Carvalho Chehab2019-02-071-1/+2
* | media: vivid: add vertical down sampling to imagesize calcAndré Almeida2019-02-071-3/+7
* | media: vimc: Add vimc-streamer for stream controlLucas A. M. Magalhães2019-02-079-147/+260
* | media: v4l2-common: drop v4l2_get_timestampHans Verkuil2019-02-071-10/+0
* | media: usbvision: use u64 for the timestamp internallyHans Verkuil2019-02-073-4/+4
* | media: stkwebcam: use u64 for the timestamp internallyHans Verkuil2019-02-071-1/+1
* | media: cpia2: use u64 for the timestamp internallyHans Verkuil2019-02-073-10/+5
* | media: meye: use u64 for the timestamp internallyHans Verkuil2019-02-072-5/+5
* | media: videobuf: use u64 for the timestamp internallyHans Verkuil2019-02-0712-24/+22
* | media: v4l2-event: keep track of the timestamp in nsHans Verkuil2019-02-071-10/+9
* | media: uvcvideo: Avoid NULL pointer dereference at the end of streamingSakari Ailus2019-02-071-0/+8
* | media: uvcvideo: Fix 'type' check leading to overflowAlistair Strachan2019-02-071-3/+11
* | media: vicodec: support SOURCE_CHANGE event for decoders onlyHans Verkuil2019-02-071-1/+6
* | media: vim2m: fill in bus_info in media_device_infoHans Verkuil2019-02-071-0/+2
* | media: vicodec: fill in bus_info in media_device_infoHans Verkuil2019-02-071-0/+2
* | media: vicodec: check type in g/s_selectionHans Verkuil2019-02-071-2/+7
* | media: imx-pxp: fix duplicated if conditionPhilipp Zabel2019-02-071-1/+1
* | media: videobuf2: remove unused variableHans Verkuil2019-02-071-1/+0
* | media: vim2m: allow setting the default transaction time via parameterMauro Carvalho Chehab2019-01-311-5/+10
* | media: vim2m: use per-file handler work queueMauro Carvalho Chehab2019-01-311-19/+19
* | media: vim2m: fix driver for it to handle different fourcc formatsMauro Carvalho Chehab2019-01-311-140/+240
* | media: vivid: fix vid_out_buf_prepare()Hans Verkuil2019-01-311-7/+11
* | media: vb2: check that buf_out_validate is presentHans Verkuil2019-01-311-0/+9
* | media: vivid: add buf_out_validate callbackHans Verkuil2019-01-311-7/+16
* | media: vim2m: add buf_out_validate callbackHans Verkuil2019-01-311-11/+16
* | media: vb2: add buf_out_validate callbackHans Verkuil2019-01-311-3/+19
* | media: vb2: Keep dma-buf buffers mapped until they are freedPawel Osciak2019-01-311-8/+3
* | media: vb2: vb2_find_timestamp: drop restriction on buffer stateHans Verkuil2019-01-311-8/+3
* | media: mtk-vcodec: Using common interface to manage vdec/venc clockYunfei Dong2019-01-313-166/+132
* | media: vicodec: get_next_header is staticMauro Carvalho Chehab2019-01-261-1/+2
* | media: vicodec: ensure comp frame pointer kept in rangeDafna Hirschfeld2019-01-264-25/+60
* | media: vicodec: Add support for resolution change event.Dafna Hirschfeld2019-01-261-68/+294
* | media: vicodec: Separate fwht header from the frame dataDafna Hirschfeld2019-01-253-58/+77
* | media: vicodec: Add pixel encoding flags to fwht headerDafna Hirschfeld2019-01-254-30/+78
* | media: vicodec: use 3 bits for the number of componentsDafna Hirschfeld2019-01-251-1/+1
* | media: vicodec: add support for CROP and COMPOSE selectionDafna Hirschfeld2019-01-255-162/+404