summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2025-01-02media: dvb-frontends: dib3000mb: fix uninit-value in dib3000_write_regNikita Zhandarovich1-1/+1
2024-12-14media: cx231xx: Add support for Dexatek USB Video Grabber 1d19:6108Rohan Barar1-0/+2
2024-12-14media: uvcvideo: Add a quirk for the Kaiweets KTI-W02 infrared cameraDavid Given1-0/+11
2024-12-14media: uvcvideo: Require entities to have a non-zero unique IDThadeu Lima de Souza Cascardo1-27/+43
2024-12-14media: uvcvideo: Stop stream during unregisterRicardo Ribalda1-1/+31
2024-12-14media: platform: allegro-dvt: Fix possible memory leak in allocate_buffers_in...Gaosheng Cui1-1/+3
2024-12-14media: gspca: ov534-ov772x: Fix off-by-one error in set_frame_rate()Jinjie Ruan1-1/+1
2024-12-14media: venus: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-12-14media: amphion: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-12-14media: platform: exynos4-is: Fix an OF node reference leak in fimc_md_is_isp_...Joe Hattori1-2/+3
2024-12-14media: ts2020: fix null-ptr-deref in ts2020_probe()Li Zetao1-1/+7
2024-12-14media: imx-jpeg: Ensure power suppliers be suspended before detach themMing Qian1-0/+2
2024-12-14media: i2c: tc358743: Fix crash in the probe error path when using pollingAlexander Shiyan1-1/+3
2024-12-14media: i2c: dw9768: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-5/+5
2024-12-14media: imx-jpeg: Set video drvdata before register video deviceMing Qian1-1/+1
2024-12-14media: amphion: Set video drvdata before register video deviceMing Qian1-1/+1
2024-12-14media: v4l2-core: v4l2-dv-timings: check cvt/gtf resultHans Verkuil4-70/+95
2024-12-14media: wl128x: Fix atomicity violation in fmc_send_cmd()Qiu-ji Chen1-1/+2
2024-12-14media: aspeed: Fix memory overwrite if timing is 1600x900Jammy Huang1-2/+2
2024-12-14media: venus: provide ctx queue lock for ioctl synchronizationSergey Senozhatsky3-0/+10
2024-12-14venus: venc: add handling for VIDIOC_ENCODER_CMDDikshita Agarwal2-0/+77
2024-11-22media: dvbdev: fix the logic when DVB_DYNAMIC_MINORS is not setMauro Carvalho Chehab1-11/+4
2024-11-14media: amphion: Fix VPU core alias nameAlexander Stein1-1/+1
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-17media: imx335: Fix reset-gpio handlingUmang Jain1-5/+4
2024-10-17media: i2c: imx335: Enable regulator suppliesKieran Bingham1-2/+34
2024-10-17media: qcom: camss: Fix ordering of pm_runtime_enableBryan O'Donoghue1-2/+3
2024-10-17media: venus: fix use after free bug in venus_remove due to race conditionZheng Wang1-0/+1
2024-10-17media: sun4i_csi: Implement link validate for sun4i_csi subdevLaurent Pinchart1-0/+5
2024-10-17media: i2c: ar0521: Use cansleep version of gpiod_set_value()Alexander Shiyan1-2/+3
2024-10-17media: usbtv: Remove useless locks in usbtv_video_free()Benjamin Gaignard1-7/+0
2024-10-17Revert "media: tuners: fix error return code of hybrid_tuner_request_state()"Roman Smirnov1-3/+1
2024-10-17drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write errorJunlin Li1-1/+1
2024-10-17drivers: 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-08-29media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)Aurelien Jarno1-5/+5