summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2022-06-14media: coda: Add more H264 levels for CODA960Nicolas Dufresne1-3/+6
2022-06-14media: coda: Fix reported H264 profileNicolas Dufresne1-3/+3
2022-06-14media: ov7670: remove ov7670_power_off from ov7670_removeDongliang Mu1-1/+0
2022-06-14media: vsp1: Fix offset calculation for plane croppingMichael Rodin1-3/+3
2022-06-14media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_initPavel Skripkin1-2/+5
2022-06-14media: exynos4-is: Change clk_disable to clk_disable_unprepareMiaoqian Lin1-1/+1
2022-06-14media: st-delta: Fix PM disable depth imbalance in delta_probeMiaoqian Lin1-2/+4
2022-06-14media: aspeed: Fix an error handling path in aspeed_video_probe()Christophe JAILLET1-2/+2
2022-06-14media: uvcvideo: Fix missing check to determine if element is found in listXiaomeng Tong1-9/+11
2022-06-14media: exynos4-is: Fix compile warningKwanghoon Son1-1/+1
2022-06-14media: cec-adap.c: fix is_configuring stateHans Verkuil1-3/+3
2022-06-14media: coda: limit frame interval enumeration to supported encoder frame sizesPhilipp Zabel1-6/+14
2022-06-14media: cx25821: Fix the warning when removing the moduleZheyu Ma1-1/+1
2022-06-14media: pci: cx23885: Fix the error handling in cx23885_initdev()Zheyu Ma1-3/+3
2022-06-14media: venus: hfi: avoid null dereference in deinitLuca Weiss1-0/+3
2022-06-06media: vim2m: initialize the media device earlierHans Verkuil1-6/+8
2022-06-06media: vim2m: Register video device after setting up internalsSakari Ailus1-9/+11
2022-04-15media: hdpvr: initialize dev->worker at hdpvr_register_videodevDongliang Mu1-1/+3
2022-04-15media: Revert "media: em28xx: add missing em28xx_close_extension"Pavel Skripkin1-4/+1
2022-04-15media: cx88-mpeg: clear interrupt status register before streaming videoDaniel González Cabanelas1-0/+3
2022-04-15ivtv: fix incorrect device_caps for ivtvfbHans Verkuil3-13/+9
2022-04-15media: stk1160: If start stream fails, return buffers with VB2_BUF_STATE_QUEUEDDafna Hirschfeld3-7/+7
2022-04-15media: usb: go7007: s2250-board: fix leak in probe()Dan Carpenter1-6/+4
2022-04-15media: em28xx: initialize refcount before kref_getDongliang Mu1-4/+4
2022-04-15media: video/hdmi: handle short reads of hdmi info frame.Tom Rix3-3/+3
2022-04-15media: aspeed: Correct value for h-total-pixelsJammy Huang1-3/+6
2022-04-15media: coda: Fix missing put_device() call in coda_get_vdoa_dataMiaoqian Lin1-0/+1
2022-04-15media: bttv: fix WARNING regression on tunerless devicesOndrej Zary1-2/+2
2022-04-15media: davinci: vpif: fix unbalanced runtime PM getJohan Hovold1-0/+1
2022-01-27media: rcar-csi2: Optimize the selection PHTW registerSuresh Udipi1-1/+8
2022-01-27media: saa7146: hexium_gemini: Fix a NULL pointer dereference in hexium_attach()Zhou Qingyang2-2/+7
2022-01-27media: igorplugusb: receiver overflow should be reportedSean Young1-1/+3
2022-01-27media: m920x: don't use stack on USB readsMauro Carvalho Chehab1-1/+11
2022-01-27media: saa7146: hexium_orion: Fix a NULL pointer dereference in hexium_attach()Zhou Qingyang1-1/+7
2022-01-27media: uvcvideo: Increase UVC_CTRL_CONTROL_TIMEOUT to 5 seconds.James Hilliard1-1/+1
2022-01-27media: b2c2: Add missing check in flexcop_pci_isr:Zheyu Ma1-0/+3
2022-01-27media: coda/imx-vdoa: Handle dma_set_coherent_mask error codesJiasheng Jiang1-1/+5
2022-01-27media: msi001: fix possible null-ptr-deref in msi001_probe()Wang Hai1-0/+7
2022-01-27media: dw2102: Fix use after freeAnton Vasilyev1-123/+215
2022-01-27media: si2157: Fix "warm" tuner state detectionRobert Schlabbach1-1/+1
2022-01-27media: saa7146: mxb: Fix a NULL pointer dereference in mxb_attach()Zhou Qingyang1-1/+7
2022-01-27media: dib8000: Fix a memleak in dib8000_init()Zhou Qingyang1-1/+3
2022-01-27media: venus: core: Fix a resource leak in the error handling path of 'venus_...Christophe JAILLET1-2/+6
2022-01-27media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is releasedDafna Hirschfeld1-1/+1
2022-01-27media: si470x-i2c: fix possible memory leak in si470x_i2c_probe()Yang Yingliang1-2/+1
2022-01-27media: imx-pxp: Initialize the spinlock prior to using itFabio Estevam1-2/+2
2022-01-27media: rcar-csi2: Correct the selection of hsfreqrangeSuresh Udipi1-1/+8
2022-01-27media: dmxdev: fix UAF when dvb_register_device() failsWang Hai1-3/+15
2022-01-27media: aspeed: Update signal status immediately to ensure sane hw stateJammy Huang1-3/+3
2022-01-27media: em28xx: fix memory leak in em28xx_init_devDongliang Mu1-6/+12