summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2022-12-31media: dvbdev: adopts refcnt to avoid UAFLin Ma3-9/+27
2022-12-31media: dvb-frontends: fix leak of memory fwYan Lei1-0/+1
2022-12-31media: imx-jpeg: Disable useless interrupt to avoid kernel panicMing Qian1-1/+3
2022-12-31media: v4l2-ctrls-api.c: add back dropped ctrl->is_new = 1Hans Verkuil1-0/+1
2022-12-31media: coda: Add check for kmallocJiasheng Jiang1-2/+8
2022-12-31media: coda: Add check for dcoda_iram_allocJiasheng Jiang1-2/+2
2022-12-31media: c8sectpfe: Add of_node_put() when breaking out of loopLiang He1-0/+1
2022-12-31media: ov5640: set correct default link frequencyGuoniu.zhou1-1/+2
2022-12-31media: saa7164: fix missing pci_disable_device()Liu Shixin1-1/+3
2022-12-31media: s5p-mfc: Add variant data for MFC v7 hardware for Exynos 3250 SoCAakarsh Jain1-2/+15
2022-12-31media: mediatek: vcodec: Core thread depends on core_listYunfei Dong1-1/+1
2022-12-31media: mediatek: vcodec: Setting lat buf to lat_list when lat decode errorYunfei Dong1-5/+10
2022-12-31media: mediatek: vcodec: Fix h264 set lat buffer errorYunfei Dong1-11/+17
2022-12-31media: mediatek: vcodec: Fix getting NULL pointer for dst bufferYunfei Dong1-4/+7
2022-12-31media: amphion: lock and check m2m_ctx in event handlerMing Qian2-2/+8
2022-12-31media: amphion: cancel vpu before release instanceMing Qian1-4/+7
2022-12-31media: amphion: try to wakeup vpu core to avoid failureMing Qian4-4/+38
2022-12-31media: sun8i-a83t-mipi-csi2: Register async subdev with no sensor attachedPaul Kocialkowski1-5/+12
2022-12-31media: sun6i-mipi-csi2: Register async subdev with no sensor attachedPaul Kocialkowski1-5/+12
2022-12-31media: sun8i-a83t-mipi-csi2: Require both pads to be connected for streamingPaul Kocialkowski1-2/+4
2022-12-31media: sun6i-mipi-csi2: Require both pads to be connected for streamingPaul Kocialkowski1-2/+4
2022-12-31media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer()Baisong Zhong1-0/+4
2022-12-31media: dvb-core: Fix ignored return value in dvb_register_frontend()Chen Zhongjin1-1/+7
2022-12-31media: mt9p031: Drop bogus v4l2_subdev_get_try_crop() call from mt9p031_init_...Marek Vasut1-1/+0
2022-12-31media: imon: fix a race condition in send_packet()Gautam Menghani1-3/+3
2022-12-31media: vimc: Fix wrong function called when vimc_init() failsChen Zhongjin1-1/+1
2022-12-31media: videobuf-dma-contig: use dma_mmap_coherentChristoph Hellwig1-14/+8
2022-12-31media: amphion: Fix error handling in vpu_driver_init()Yuan Can1-1/+5
2022-12-31media: platform: exynos4-is: Fix error handling in fimc_md_init()Yuan Can2-2/+6
2022-12-31media: solo6x10: fix possible memory leak in solo_sysfs_init()Yang Yingliang1-0/+1
2022-12-31media: vidtv: Fix use-after-free in vidtv_bridge_dvb_init()Chen Zhongjin1-14/+8
2022-12-31media: amphion: apply vb2_queue_error instead of setting manuallyMing Qian1-9/+2
2022-12-31media: amphion: add lock around vdec_g_fmtMing Qian1-0/+2
2022-12-31media: camss: Do not attach an already attached power domain on MSM8916 platformVladimir Zapolskiy1-0/+11
2022-12-31media: camss: Clean up received buffers on failed start of streamingVladimir Zapolskiy1-1/+2
2022-12-31media: platform: exynos4-is: fix return value check in fimc_md_probe()Yang Yingliang1-1/+1
2022-12-31media: vivid: fix compose size exceed boundaryLiu Shixin1-0/+1
2022-12-31media: platform: mtk-mdp3: fix error handling in mdp_probe()Moudy Ho1-7/+8
2022-12-31media: platform: mtk-mdp3: fix error handling about components clock_onMoudy Ho2-9/+19
2022-12-31media: platform: mtk-mdp3: fix error handling in mdp_cmdq_send()Moudy Ho1-21/+26
2022-12-31dw9768: Enable low-power probe on ACPISakari Ailus1-8/+25
2022-12-31media: exynos4-is: don't rely on the v4l2_async_subdev internalsMarek Szyprowski1-3/+1
2022-12-31media: i2c: ov5648: Free V4L2 fwnode data on unbindRafael Mendonca1-0/+1
2022-12-31venus: pm_helpers: Fix error check in vcodec_domains_get()Tang Bin1-2/+2
2022-12-31media: i2c: ad5820: Fix error pathRicardo Ribalda1-5/+5
2022-12-31media: i2c: hi846: Fix memory leak in hi846_parse_dt()Rafael Mendonca1-4/+10
2022-12-31media: mediatek: vcodec: fix h264 cavlc bitstream failYunfei Dong1-3/+29
2022-12-31media: v4l2-ioctl.c: Unify YCbCr/YUV terms in format descriptionsJernej Skrabec1-17/+17
2022-12-31media: adv748x: afe: Select input port when initializing AFENiklas Söderlund1-0/+4
2022-12-31media: amphion: reset instance if it's aborted before codec header parsedMing Qian1-3/+10