summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-07media: vimc: fill in bus_info in media_device_infoHans Verkuil2-3/+3
2019-02-07media: pxa_camera: fix smatch warningHans Verkuil1-3/+5
2019-02-07media: hdpvr: fix smatch warningHans Verkuil1-7/+7
2019-02-07media: v4l2-mem2mem: Rename v4l2_m2m_buf_copy_data to v4l2_m2m_buf_copy_metadataEzequiel Garcia5-15/+15
2019-02-07media: vb2: Fix buf_out_validate documentationEzequiel Garcia1-1/+2
2019-02-07media: imx: Validate frame intervals before settingSteve Longerbeam4-6/+22
2019-02-07media: vim2m: don't use curr_ctx->dev before checkingMauro Carvalho Chehab1-1/+2
2019-02-07media: vivid: add vertical down sampling to imagesize calcAndré Almeida1-3/+7
2019-02-07media: vimc: Add vimc-streamer for stream controlLucas A. M. Magalhães9-147/+260
2019-02-07media: v4l2-common: drop v4l2_get_timestampHans Verkuil2-19/+0
2019-02-07media: zoran: use u64 for the timestamp internallyHans Verkuil3-5/+5
2019-02-07media: usbvision: use u64 for the timestamp internallyHans Verkuil3-4/+4
2019-02-07media: stkwebcam: use u64 for the timestamp internallyHans Verkuil1-1/+1
2019-02-07media: cpia2: use u64 for the timestamp internallyHans Verkuil3-10/+5
2019-02-07media: meye: use u64 for the timestamp internallyHans Verkuil2-5/+5
2019-02-07media: videobuf: use u64 for the timestamp internallyHans Verkuil13-25/+23
2019-02-07media: v4l2-event: keep track of the timestamp in nsHans Verkuil2-10/+11
2019-02-07media: staging: intel-ipu3: fix unsigned comparison with < 0Colin Ian King1-4/+4
2019-02-07media: ipu3-imgu: Remove dead code for NULL checkYong Zhi1-6/+5
2019-02-07media: ipu3-imgu: Use MENU type for mode controlYong Zhi3-12/+11
2019-02-07media: uvcvideo: Avoid NULL pointer dereference at the end of streamingSakari Ailus1-0/+8
2019-02-07media: uvcvideo: Fix 'type' check leading to overflowAlistair Strachan1-3/+11
2019-02-07media: vicodec: support SOURCE_CHANGE event for decoders onlyHans Verkuil1-1/+6
2019-02-07media: vim2m: fill in bus_info in media_device_infoHans Verkuil1-0/+2
2019-02-07media: vicodec: fill in bus_info in media_device_infoHans Verkuil1-0/+2
2019-02-07media: vicodec: check type in g/s_selectionHans Verkuil1-2/+7
2019-02-07media: imx-pxp: fix duplicated if conditionPhilipp Zabel1-1/+1
2019-02-07media: videobuf2: remove unused variableHans Verkuil1-1/+0
2019-01-31media: vim2m: allow setting the default transaction time via parameterMauro Carvalho Chehab1-5/+10
2019-01-31media: vim2m: use per-file handler work queueMauro Carvalho Chehab1-19/+19
2019-01-31media: vim2m: fix driver for it to handle different fourcc formatsMauro Carvalho Chehab1-140/+240
2019-01-31media: vivid: fix vid_out_buf_prepare()Hans Verkuil1-7/+11
2019-01-31media: vb2: check that buf_out_validate is presentHans Verkuil1-0/+9
2019-01-31media: cedrus: add buf_out_validate callbackHans Verkuil1-0/+9
2019-01-31media: vivid: add buf_out_validate callbackHans Verkuil1-7/+16
2019-01-31media: vim2m: add buf_out_validate callbackHans Verkuil1-11/+16
2019-01-31media: vb2: add buf_out_validate callbackHans Verkuil2-3/+24
2019-01-31media: cedrus: Remove completed item from TODO list (dma-buf references)Paul Kocialkowski1-5/+0
2019-01-31media: vb2: Keep dma-buf buffers mapped until they are freedPawel Osciak1-8/+3
2019-01-31media: Revert "media: cedrus: Allow using the current dst buffer as reference"Paul Kocialkowski3-21/+4
2019-01-31media: vb2: vb2_find_timestamp: drop restriction on buffer stateHans Verkuil2-10/+4
2019-01-31media: mtk-vcodec: Using common interface to manage vdec/venc clockYunfei Dong3-166/+132
2019-01-31media: dt-bindings: media: add 'assigned-clocks' to vcodec examplesYunfei Dong1-0/+13
2019-01-31media: imx: prpencvf: Stop upstream before disabling IDMA channelSteve Longerbeam1-9/+17
2019-01-31media: imx: csi: Stop upstream before disabling IDMA channelSteve Longerbeam1-12/+13
2019-01-31media: imx: csi: Disable CSI immediately after last EOFSteve Longerbeam1-3/+14
2019-01-26media: vicodec: get_next_header is staticMauro Carvalho Chehab1-1/+2
2019-01-26media: vicodec: ensure comp frame pointer kept in rangeDafna Hirschfeld4-25/+60
2019-01-26media: vicodec: Add support for resolution change event.Dafna Hirschfeld1-68/+294
2019-01-25media: vicodec: Separate fwht header from the frame dataDafna Hirschfeld3-58/+77