summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2024-11-22media: dvbdev: fix the logic when DVB_DYNAMIC_MINORS is not setMauro Carvalho Chehab1-11/+4
2024-11-14media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_fo...Benoit Sevens1-1/+1
2024-11-14media: v4l2-ctrls-api: fix error handling for v4l2_g_ctrl()Mauro Carvalho Chehab1-6/+11
2024-11-14media: v4l2-tpg: prevent the risk of a division by zeroMauro Carvalho Chehab1-0/+3
2024-11-14media: pulse8-cec: fix data timestamp at pulse8_setup()Mauro Carvalho Chehab1-1/+1
2024-11-14media: cx24116: prevent overflows on SNR calculusMauro Carvalho Chehab1-1/+6
2024-11-14media: s5p-jpeg: prevent buffer overflowsMauro Carvalho Chehab1-6/+11
2024-11-14media: ar0521: don't overflow when checking PLL valuesMauro Carvalho Chehab1-2/+2
2024-11-14media: adv7604: prevent underflow condition when reporting colorspaceMauro Carvalho Chehab1-9/+17
2024-11-14media: dvb_frontend: don't play tricks with underflow valuesMauro Carvalho Chehab1-2/+2
2024-11-14media: dvbdev: prevent the risk of out of memory accessMauro Carvalho Chehab1-2/+15
2024-11-14media: stb0899_algo: initialize cfr before using itMauro Carvalho Chehab1-1/+1
2024-10-17media: videobuf2-core: clear memory related fields in __vb2_plane_dmabuf_put()Yunke Cao1-4/+4
2024-10-10media: imx335: Fix reset-gpio handlingUmang Jain1-5/+4
2024-10-10media: i2c: imx335: Enable regulator suppliesKieran Bingham1-2/+34
2024-10-10media: qcom: camss: Fix ordering of pm_runtime_enableBryan O'Donoghue1-2/+3
2024-10-10media: qcom: camss: Remove use_count guard in stop_streamingBryan O'Donoghue1-6/+0
2024-10-10media: venus: fix use after free bug in venus_remove due to race conditionZheng Wang1-0/+1
2024-10-10media: sun4i_csi: Implement link validate for sun4i_csi subdevLaurent Pinchart1-0/+5
2024-10-10media: ov5675: Fix power on/off delay timingsBryan O'Donoghue1-6/+6
2024-10-10media: i2c: ar0521: Use cansleep version of gpiod_set_value()Alexander Shiyan1-2/+3
2024-10-10media: usbtv: Remove useless locks in usbtv_video_free()Benjamin Gaignard1-7/+0
2024-10-04Revert "media: tuners: fix error return code of hybrid_tuner_request_state()"Roman Smirnov1-3/+1
2024-10-04media: mediatek: vcodec: Fix H264 stateless decoder smatch warningYunfei Dong1-2/+7
2024-10-04media: mediatek: vcodec: Fix VP8 stateless decoder smatch warningYunfei Dong1-3/+7
2024-10-04media: mediatek: vcodec: Fix H264 multi stateless decoder smatch warningYunfei Dong1-2/+7
2024-10-04media: platform: rzg2l-cru: rzg2l-csi2: Add missing MODULE_DEVICE_TABLEBiju Das1-0/+1
2024-10-04drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write errorJunlin Li1-1/+1
2024-10-04drivers: media: dvb-frontends/rtl2832: fix an out-of-bounds write errorJunlin Li1-1/+1
2024-09-12media: qcom: camss: Add check for v4l2_fwnode_endpoint_parseChen Ni1-1/+4
2024-09-12media: vivid: don't set HDMI TX controls if there are no HDMI outputsHans Verkuil1-4/+8
2024-09-12media: vivid: fix wrong sizeimage value for mplaneHans Verkuil2-9/+12
2024-09-08media: uvcvideo: Enforce alignment of frame and intervalRicardo Ribalda1-4/+14
2024-09-08media: v4l2-cci: Always assign *valSakari Ailus1-0/+9
2024-08-29media: drivers/media/dvb-core: copy user arrays safelyPhilipp Stanner1-4/+8
2024-08-29media: pci: cx23885: check cx23885_vdev_init() returnHans Verkuil1-0/+8
2024-08-29media: qcom: venus: fix incorrect return valueHans Verkuil1-1/+1
2024-08-29media: s5p-mfc: Fix potential deadlock on condlockChengfeng Ye1-1/+1
2024-08-29media: radio-isa: use dev_name to fill in bus_infoHans Verkuil1-1/+1
2024-08-19media: Revert "media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_r...Sean Young1-31/+4
2024-08-14media: xc2028: avoid use-after-free in load_firmware_cb()Chi Zhiling1-1/+8
2024-08-14media: uvcvideo: Fix the bandwdith quirk on USB 3.xMichal Pecio1-3/+3
2024-08-14media: uvcvideo: Ignore empty TS packetsRicardo Ribalda1-1/+30
2024-08-14media: amphion: Remove lock in s_ctrl callbackMing Qian2-4/+0
2024-08-03lirc: rc_dev_get_from_fd(): fix file leakAl Viro1-1/+3
2024-08-03media: ivsc: csi: don't count privacy on as errorWentong Wu1-1/+5
2024-08-03media: uvcvideo: Fix integer overflow calculating timestampRicardo Ribalda1-5/+5
2024-08-03media: imx-pxp: Fix ERR_PTR dereference in pxp_probe()Harshit Mogalapalli1-0/+3
2024-08-03media: ivsc: csi: add separate lock for v4l2 control handlerWentong Wu1-1/+7
2024-08-03media: venus: fix use after free in vdec_closeDikshita Agarwal1-0/+1