summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2022-10-05media: dvb_vb2: fix possible out of bound accessHangyu Hua1-0/+11
2022-09-28media: flexcop-usb: fix endpoint type checkJohan Hovold1-1/+1
2022-09-08media: mceusb: Use new usb_control_msg_*() routinesAlan Stern1-21/+14
2022-09-05media: pvrusb2: fix memory leak in pvr_probeDongliang Mu1-0/+1
2022-08-21media: platform: mtk-mdp: Fix mdp_ipi_comm structure alignmentAngeloGioacchino Del Regno1-0/+2
2022-08-21media: tw686x: Fix memory leak in tw686x_video_initMiaoqian Lin1-1/+3
2022-08-21media: v4l2-mem2mem: prevent pollerr when last_buffer_dequeued is setMing Qian1-1/+1
2022-08-21media: hdpvr: fix error value returns in hdpvr_readNiels Dossche1-1/+1
2022-08-21media: tw686x: Register the irq at the end of probeZheyu Ma1-10/+8
2022-06-09media: coda: Add more H264 levels for CODA960Nicolas Dufresne1-3/+6
2022-06-09media: coda: Fix reported H264 profileNicolas Dufresne1-3/+3
2022-06-09media: ov7670: remove ov7670_power_off from ov7670_removeDongliang Mu1-1/+0
2022-06-09media: vsp1: Fix offset calculation for plane croppingMichael Rodin1-3/+3
2022-06-09media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_initPavel Skripkin1-2/+5
2022-06-09media: exynos4-is: Change clk_disable to clk_disable_unprepareMiaoqian Lin1-1/+1
2022-06-09media: st-delta: Fix PM disable depth imbalance in delta_probeMiaoqian Lin1-2/+4
2022-06-09media: exynos4-is: Fix PM disable depth imbalance in fimc_is_probeMiaoqian Lin1-1/+3
2022-06-09media: aspeed: Fix an error handling path in aspeed_video_probe()Christophe JAILLET1-2/+2
2022-06-09media: uvcvideo: Fix missing check to determine if element is found in listXiaomeng Tong1-9/+11
2022-06-09media: exynos4-is: Fix compile warningKwanghoon Son1-1/+1
2022-06-09media: cec-adap.c: fix is_configuring stateHans Verkuil1-3/+3
2022-06-09media: imon: reorganize serializationTetsuo Handa1-52/+47
2022-06-09media: coda: limit frame interval enumeration to supported encoder frame sizesPhilipp Zabel1-6/+14
2022-06-09media: rga: fix possible memory leak in rga_probeHangyu Hua1-2/+4
2022-06-09media: cx25821: Fix the warning when removing the moduleZheyu Ma1-1/+1
2022-06-09media: pci: cx23885: Fix the error handling in cx23885_initdev()Zheyu Ma1-3/+3
2022-06-09media: venus: hfi: avoid null dereference in deinitLuca Weiss1-0/+3
2022-05-30media: vim2m: initialize the media device earlierHans Verkuil1-6/+8
2022-05-30media: vim2m: Register video device after setting up internalsSakari Ailus1-9/+11
2022-04-20media: rockchip/rga: do proper error checking in probeKyle Copperfield1-1/+1
2022-04-08media: hdpvr: initialize dev->worker at hdpvr_register_videodevDongliang Mu1-1/+3
2022-04-08media: Revert "media: em28xx: add missing em28xx_close_extension"Pavel Skripkin1-4/+1
2022-04-08media: cx88-mpeg: clear interrupt status register before streaming videoDaniel González Cabanelas1-0/+3
2022-04-08media: ir_toy: free before error exitingPeiwei Hu1-1/+1
2022-04-08ivtv: fix incorrect device_caps for ivtvfbHans Verkuil3-13/+9
2022-04-08media: saa7134: fix incorrect use to determine if list is emptyJakob Koschel1-2/+2
2022-04-08media: saa7134: convert list_for_each to entry variantYang Yingliang1-3/+1
2022-04-08media: vidtv: Check for null return of vzallocJiasheng Jiang1-4/+13
2022-04-08media: stk1160: If start stream fails, return buffers with VB2_BUF_STATE_QUEUEDDafna Hirschfeld3-7/+7
2022-04-08media: usb: go7007: s2250-board: fix leak in probe()Dan Carpenter1-6/+4
2022-04-08media: em28xx: initialize refcount before kref_getDongliang Mu1-4/+4
2022-04-08media: video/hdmi: handle short reads of hdmi info frame.Tom Rix3-3/+3
2022-04-08media: aspeed: Correct value for h-total-pixelsJammy Huang1-3/+6
2022-04-08media: coda: Fix missing put_device() call in coda_get_vdoa_dataMiaoqian Lin1-0/+1
2022-04-08media: bttv: fix WARNING regression on tunerless devicesOndrej Zary1-2/+2
2022-04-08media: mtk-vcodec: potential dereference of null pointerJiasheng Jiang1-0/+2
2022-04-08media: v4l2-mem2mem: Apply DST_QUEUE_OFF_BASE on MMAP buffers across ioctlsChen-Yu Tsai1-12/+41
2022-04-08media: davinci: vpif: fix unbalanced runtime PM enableJohan Hovold1-2/+9
2022-04-08media: davinci: vpif: fix unbalanced runtime PM getJohan Hovold1-0/+1
2022-04-08media: gpio-ir-tx: fix transmit with long spaces on Orange Pi PCSean Young1-7/+21