summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)Author
2025-02-08media: imx-jpeg: Fix potential error pointer dereference in detach_pm()Dan Carpenter
2025-02-08media: uvcvideo: Fix double free in error pathLaurent Pinchart
2025-02-08media: dvb-usb-v2: af9035: fix ISO C90 compilation error on af9035_i2c_master...Desnes Nunes
2025-02-08media: nxp: imx8-isi: fix v4l2-compliance test errorsLaurentiu Palcu
2025-02-08media: uvcvideo: Propagate buf->error to userspaceRicardo Ribalda
2025-02-08media: camif-core: Add check for clk_enable()Jiasheng Jiang
2025-02-08media: mipi-csis: Add check for clk_enable()Jiasheng Jiang
2025-02-08media: i2c: ov9282: Correct the exposure offsetDave Stevenson
2025-02-08media: i2c: imx412: Add missing newline to printsLuca Weiss
2025-02-08media: i2c: imx290: Register 0x3011 varies between imx327 and imx290Dave Stevenson
2025-02-08media: marvell: Add check for clk_enable()Jiasheng Jiang
2025-02-08media: lmedm04: Handle errors for lme2510_int_readChen Ni
2025-02-08media: rc: iguanair: handle timeoutsOliver Neukum
2025-01-09media: uvcvideo: Force UVC version to 1.0a for 0408:4033Ricardo Ribalda
2025-01-09media: uvcvideo: Force UVC version to 1.0a for 0408:4035Laurent Pinchart
2025-01-02media: dvb-frontends: dib3000mb: fix uninit-value in dib3000_write_regNikita Zhandarovich
2024-12-14media: cx231xx: Add support for Dexatek USB Video Grabber 1d19:6108Rohan Barar
2024-12-14media: uvcvideo: Add a quirk for the Kaiweets KTI-W02 infrared cameraDavid Given
2024-12-14media: uvcvideo: RealSense D421 Depth module metadataDmitry Perchanov
2024-12-09media: uvcvideo: Require entities to have a non-zero unique IDThadeu Lima de Souza Cascardo
2024-12-09media: uvcvideo: Stop stream during unregisterRicardo Ribalda
2024-12-09media: platform: allegro-dvt: Fix possible memory leak in allocate_buffers_in...Gaosheng Cui
2024-12-09media: gspca: ov534-ov772x: Fix off-by-one error in set_frame_rate()Jinjie Ruan
2024-12-09media: venus: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan
2024-12-09media: amphion: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan
2024-12-09media: platform: exynos4-is: Fix an OF node reference leak in fimc_md_is_isp_...Joe Hattori
2024-12-09media: ts2020: fix null-ptr-deref in ts2020_probe()Li Zetao
2024-12-09media: verisilicon: av1: Fix reference video buffer pointer assignmentBenjamin Gaignard
2024-12-09media: imx-jpeg: Ensure power suppliers be suspended before detach themMing Qian
2024-12-09media: i2c: tc358743: Fix crash in the probe error path when using pollingAlexander Shiyan
2024-12-09media: i2c: dw9768: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan
2024-12-09media: mtk-jpeg: Fix null-ptr-deref during unload moduleGuoqing Jiang
2024-12-09media: imx-jpeg: Set video drvdata before register video deviceMing Qian
2024-12-09media: amphion: Set video drvdata before register video deviceMing Qian
2024-12-09media: v4l2-core: v4l2-dv-timings: check cvt/gtf resultHans Verkuil
2024-12-09media: wl128x: Fix atomicity violation in fmc_send_cmd()Qiu-ji Chen
2024-12-09media: i2c: ds90ub960: Fix missing return check on ub960_rxport_read callColin Ian King
2024-11-22media: dvbdev: fix the logic when DVB_DYNAMIC_MINORS is not setMauro Carvalho Chehab
2024-11-14media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_fo...Benoit Sevens
2024-11-14media: v4l2-ctrls-api: fix error handling for v4l2_g_ctrl()Mauro Carvalho Chehab
2024-11-14media: v4l2-tpg: prevent the risk of a division by zeroMauro Carvalho Chehab
2024-11-14media: pulse8-cec: fix data timestamp at pulse8_setup()Mauro Carvalho Chehab
2024-11-14media: cx24116: prevent overflows on SNR calculusMauro Carvalho Chehab
2024-11-14media: s5p-jpeg: prevent buffer overflowsMauro Carvalho Chehab
2024-11-14media: ar0521: don't overflow when checking PLL valuesMauro Carvalho Chehab
2024-11-14media: adv7604: prevent underflow condition when reporting colorspaceMauro Carvalho Chehab
2024-11-14media: dvb_frontend: don't play tricks with underflow valuesMauro Carvalho Chehab
2024-11-14media: dvbdev: prevent the risk of out of memory accessMauro Carvalho Chehab
2024-11-14media: stb0899_algo: initialize cfr before using itMauro Carvalho Chehab
2024-10-17media: videobuf2-core: clear memory related fields in __vb2_plane_dmabuf_put()Yunke Cao