summaryrefslogtreecommitdiffstats
path: root/lib/win_minmax.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-26media: platform: vivid-cec: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-2/+9
2018-02-26media: platform: sh_veu: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-2/+2
2018-02-26media: rockchip/rga: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-1/+2
2018-02-26media: pci: cx88-input: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-2/+2
2018-02-26media: i2c: max2175: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-1/+1
2018-02-26media: dvb-frontends: ves1820: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-1/+1
2018-02-26media: rtl2832: use 64-bit arithmetic instead of 32-bit in rtl2832_set_frontendGustavo A. R. Silva1-2/+2
2018-02-26media: vb2: Fix videobuf2 to map correct areaMasami Hiramatsu1-1/+1
2018-02-26media: v4l2_fh.h: add missing kconfig.h includeAlexandre Courbot1-0/+1
2018-02-26media: v4l: vidioc-prepare-buf.rst: fix link to VIDIOC_QBUFAlexandre Courbot1-1/+1
2018-02-26media: v4l2-ctrls.h: fix wrong copy-and-paste commentHans Verkuil1-2/+2
2018-02-26media: vb2: core: Finish buffers at the end of the streamSakari Ailus1-0/+9
2018-02-26media: vivid: fix incorrect capabilities for radioHans Verkuil1-0/+2
2018-02-26media: cx25821: prevent out-of-bounds read on array cardColin Ian King1-3/+4
2018-02-26media: v4l2-dev.h: fix symbol collision in media_entity_to_video_device()Niklas Söderlund1-3/+3
2018-02-26media: s2255drv: Remove unneeded if else blocksChristopher Díaz Riveros1-8/+0
2018-02-26media: staging: imx-media-vdic: fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva1-1/+1
2018-02-26media: venus: hfi: use true for boolean valuesGustavo A. R. Silva1-2/+2
2018-02-26media: buffer.rst: fix link text of VIDIOC_QBUFGustavo Padovan1-1/+1
2018-02-26media: rcar_drif: fix error return code in rcar_drif_alloc_dmachannels()Wei Yongjun1-1/+2
2018-02-26media: usbtv: Add USB ID 1f71:3306 to the UTV007 driverIan Douglas Scott1-0/+1
2018-02-26media: v4l2-core: v4l2-mc: Add SPDX license identifierShuah Khan1-10/+2
2018-02-26media: mtk-vcodec: Always signal source change event on format changeTomasz Figa1-0/+2
2018-02-26media: usbtv: prevent double free in error caseOliver Neukum1-0/+2
2018-02-26media: media-device: use strlcpy() instead of strncpy()Xiongfeng Wang1-1/+1
2018-02-26media: coda: bump maximum number of internal framebuffers to 19Philipp Zabel1-1/+1
2018-02-26media: au0828: fix VIDEO_V4L2 dependencyArnd Bergmann1-2/+3
2018-02-26media: atmel-isc: Make local symbol fmt_configs_list staticWei Yongjun1-1/+1
2018-02-26media: imx: allow to build with COMPILE_TESTPhilipp Zabel1-1/+2
2018-02-26media: coda: Add i.MX51 (CodaHx4) supportPhilipp Zabel3-16/+75
2018-02-26media: dt-bindings: coda: Add compatible for CodaHx4 on i.MX51Philipp Zabel1-2/+3
2018-02-26media: platform: stm32: Adopt SPDX identifierBenjamin Gaignard2-5/+2
2018-02-23ov13858: fix endiannes warningsMauro Carvalho Chehab1-5/+8
2018-02-23media: ov5640: fix framerate updateHugues Fruchet1-0/+2
2018-02-23media: ov5640: fix virtual_channel parameter permissionsHugues Fruchet1-2/+7
2018-02-23media: ov5640: various typo & style fixesHugues Fruchet1-18/+18
2018-02-23media: ov5640: add error trace in case of i2c read failureHugues Fruchet1-2/+5
2018-02-23media: ov5640: add JPEG supportHugues Fruchet1-2/+43
2018-02-23media: v4l2: i2c: ov7670: Implement OF mbus configurationJacopo Mondi2-14/+85
2018-02-23media: dt-bindings: Add OF properties to ov7670Jacopo Mondi1-2/+14
2018-02-23media: i2c: ov9650: fix potential integer overflow in __ov965x_set_frame_inte...Gustavo A. R. Silva1-2/+2
2018-02-23media: ov9650: support device tree probingAkinobu Mita1-38/+92
2018-02-23media: ov9650: add device tree bindingAkinobu Mita2-0/+37
2018-02-23media: MAINTAINERS: add entry for ov9650 driverAkinobu Mita1-0/+9
2018-02-23media: ov13858: Use false for boolean valueGustavo A. R. Silva1-1/+1
2018-02-23media: ov13858: Avoid possible null first frameChiranjeevi Rapolu1-0/+4
2018-02-23media: ov2685: Assign ret in default case in s_ctrl callbackSakari Ailus1-0/+1
2018-02-23media: ov2685: add support for OV2685 sensorShunqian Zheng4-0/+865