summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2022-11-03media: vivid: set num_in/outputs to 0 if not supportedHans Verkuil1-4/+12
2022-11-03media: v4l2-dv-timings: add sanity checks for blanking valuesHans Verkuil1-0/+14
2022-11-03media: vivid: dev->bitmap_cap wasn't freed in all casesHans Verkuil1-5/+13
2022-11-03media: vivid: s_fbuf: add more sanity checksHans Verkuil3-1/+32
2022-10-30media: venus: dec: Handle the case where find_format failsBryan O'Donoghue1-0/+2
2022-10-30media: mceusb: set timeout to at least timeout providedSean Young1-1/+1
2022-10-26media: cx88: Fix a null-ptr-deref bug in buffer_prepare()Zheyu Ma2-26/+26
2022-10-26media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_initMiaoqian Lin1-4/+5
2022-10-26media: exynos4-is: fimc-is: Add of_node_put() when breaking out of loopLiang He1-0/+1
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