summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2020-01-29media: v4l2-ioctl.c: zero reserved fields for S/TRY_FMTHans Verkuil1-12/+12
2020-01-27media: em28xx: Fix exception handling in em28xx_alloc_urbs()Markus Elfring1-1/+1
2020-01-27media: atmel: atmel-isi: fix timeout value for stop streamingAlexandre Kroupski1-1/+1
2020-01-27media: rcar-vin: Clean up correct notifier in error pathNiklas Söderlund1-1/+1
2020-01-27media: vivid: fix incorrect assignment operation when setting video modeColin Ian King1-1/+1
2020-01-27media: davinci/vpbe: array underflow in vpbe_enum_outputs()Dan Carpenter1-1/+1
2020-01-27media: omap_vout: potential buffer overflow in vidioc_dqbuf()Dan Carpenter1-9/+6
2020-01-27media: ov2659: fix unbalanced mutex_lock/unlockAkinobu Mita1-1/+1
2020-01-27media: tw5864: Fix possible NULL pointer dereference in tw5864_handle_frameYueHaibing1-2/+2
2020-01-27media: davinci-isif: avoid uninitialized variable useArnd Bergmann1-9/+0
2020-01-27media: cx23885: check allocation returnNicholas Mc Guire1-2/+3
2020-01-27media: wl128x: Fix an error code in fm_download_firmware()Dan Carpenter1-2/+3
2020-01-27media: cx18: update *pos correctly in cx18_read_pos()Dan Carpenter1-1/+1
2020-01-27media: ivtv: update *pos correctly in ivtv_read_pos()Dan Carpenter1-1/+1
2020-01-27media: dvb/earth-pt1: fix wrong initialization for demod blocksAkihiro Tsukada1-6/+48
2020-01-27media: tw9910: Unregister subdevice with v4l2-asyncJacopo Mondi1-1/+1
2020-01-27media: s5p-jpeg: Correct step and max values for V4L2_CID_JPEG_RESTART_INTERVALPawe? Chmiel1-1/+1
2020-01-17media: exynos4-is: Fix recursive locking in isp_video_release()Seung-Woo Kim1-1/+1
2020-01-17media: v4l: cadence: Fix how unsued lanes are handled in 'csi2rx_start()'Christophe JAILLET1-1/+1
2020-01-17media: rcar-vin: Fix incorrect return statement in rvin_try_format()Niklas Söderlund1-1/+2
2020-01-17media: ov6650: Fix .get_fmt() V4L2_SUBDEV_FORMAT_TRY supportJanusz Krzysztofik1-3/+9
2020-01-17media: ov6650: Fix some format attributes not under controlJanusz Krzysztofik1-12/+39
2020-01-17media: ov6650: Fix incorrect use of JPEG colorspaceJanusz Krzysztofik1-11/+2
2020-01-17media: usb:zr364xx:Fix KASAN:null-ptr-deref Read in zr364xx_vidioc_querycapVandana BN1-1/+2
2020-01-09media: usb: fix memory leak in af9005_identify_stateNavid Emamdoost1-2/+3
2020-01-09media: flexcop-usb: ensure -EIO is returned on error conditionColin Ian King1-1/+1
2020-01-09media: cec: check 'transmit_in_progress', not 'transmitting'Hans Verkuil1-8/+12
2020-01-09media: cec: avoid decrementing transmit_queue_sz if it is 0Hans Verkuil1-2/+12
2020-01-09media: cec: CEC 2.0-only bcast messages were ignoredHans Verkuil1-3/+3
2020-01-09media: pulse8-cec: fix lost cec_transmit_attempt_done() callHans Verkuil1-4/+13
2019-12-31media: si470x-i2c: add missed operations in removeChuhong Yuan1-0/+2
2019-12-31media: pvrusb2: Fix oops on tear-down when radio support is not presentMike Isely1-2/+7
2019-12-31media: v4l2-core: fix touch support in v4l_g_fmtVandana BN1-15/+18
2019-12-31media: rcar_drif: fix a memory disclosureKangjie Lu1-0/+1
2019-12-31media: smiapp: Register sensor after enabling runtime PM on the deviceSakari Ailus1-4/+8
2019-12-31media: ti-vpe: vpe: fix a v4l2-compliance failure about invalid sizeimageBenoit Parrot2-0/+5
2019-12-31media: ti-vpe: vpe: ensure buffers are cleaned up properly in abort casesBenoit Parrot1-3/+9
2019-12-31media: ti-vpe: vpe: fix a v4l2-compliance failure causing a kernel panicBenoit Parrot1-1/+1
2019-12-31media: ti-vpe: vpe: Make sure YUYV is set as default formatBenoit Parrot1-1/+1
2019-12-31media: ti-vpe: vpe: fix a v4l2-compliance failure about frame sequence numberBenoit Parrot1-0/+1
2019-12-31media: ti-vpe: vpe: fix a v4l2-compliance warning about invalid pixel formatBenoit Parrot1-4/+9
2019-12-31media: ti-vpe: vpe: Fix Motion Vector vpdma strideBenoit Parrot1-5/+13
2019-12-31media: cx88: Fix some error handling path in 'cx8800_initdev()'Christophe JAILLET1-4/+7
2019-12-31media: flexcop-usb: fix NULL-ptr deref in flexcop_usb_transfer_init()Yang Yingliang1-1/+7
2019-12-31media: venus: Fix occasionally failures to suspendStanimir Varbanov1-0/+6
2019-12-31media: venus: core: Fix msm8996 frequency tableLoic Poulain1-4/+5
2019-12-31media: ov6650: Fix stored crop rectangle not in sync with hardwareJanusz Krzysztofik1-0/+2
2019-12-31media: ov6650: Fix stored frame format not in sync with hardwareJanusz Krzysztofik1-3/+6
2019-12-31media: i2c: ov2659: Fix missing 720p register configBenoit Parrot1-0/+4
2019-12-31media: ov6650: Fix crop rectangle alignment not passed backJanusz Krzysztofik1-16/+15