summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* media: cec: i2c: ch7322: also select REGMAPRandy Dunlap2023-07-191-0/+1
* media: venus: helpers: Fix ALIGN() of non power of twoRikard Falkeborn2023-07-191-2/+2
* media: mediatek: vcodec: using decoder status instead of core work countYunfei Dong2023-07-192-21/+28
* media: hi846: fix usage of pm_runtime_get_if_in_use()Martin Kepplinger2023-07-191-1/+2
* media: i2c: Correct format propagation for st-mipid02Daniel Scally2023-07-191-2/+7
* media: usb: siano: Fix warning due to null work_func_t function pointerDuoming Zhou2023-07-191-1/+2
* media: amphion: initiate a drain of the capture queue in dynamic resolution c...Ming Qian2023-07-194-8/+10
* media: amphion: drop repeated codec data for vc1g formatMing Qian2023-07-191-0/+10
* media: amphion: drop repeated codec data for vc1l formatMing Qian2023-07-191-0/+2
* media: usb: Check az6007_read() return valueDaniil Dulov2023-07-191-1/+2
* media: cec: core: don't set last_initiator if tx in progressHans Verkuil2023-06-281-1/+2
* media: cec: core: disable adapter in cec_devnode_unregisterHans Verkuil2023-06-283-1/+7
* media: uvcvideo: Don't expose unsupported formats to userspaceLaurent Pinchart2023-06-091-5/+11
* media: mediatek: vcodec: Only apply 4K frame sizes on decoder formatsPin-yen Lin2023-06-091-0/+3
* media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221Hyunwoo Kim2023-06-091-1/+36
* media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*()Takashi Iwai2023-06-091-4/+12
* media: dvb-core: Fix use-after-free due to race at dvb_register_device()Hyunwoo Kim2023-06-091-21/+63
* media: dvb-core: Fix use-after-free due on race condition at dvb_netHyunwoo Kim2023-06-091-3/+35
* media: mn88443x: fix !CONFIG_OF error by drop of_match_ptr from ID tableKrzysztof Kozlowski2023-06-091-1/+1
* media: ttusb-dec: fix memory leak in ttusb_dec_exit_dvb()Hyunwoo Kim2023-06-091-2/+1
* media: dvb_ca_en50221: fix a size write bugYongSu Yoo2023-06-091-5/+7
* media: netup_unidvb: fix irq init by register it at the end of probeWei Chen2023-06-091-8/+9
* media: dvb-usb: dw2102: fix uninit-value in su3000_read_mac_addressWei Chen2023-06-091-1/+1
* media: dvb-usb: digitv: fix null-ptr-deref in digitv_i2c_xfer()Wei Chen2023-06-091-0/+4
* media: dvb-usb-v2: rtl28xxu: fix null-ptr-deref in rtl28xxu_i2c_xferZhang Shurong2023-06-091-0/+20
* media: dvb-usb-v2: ce6230: fix null-ptr-deref in ce6230_i2c_master_xfer()Wei Chen2023-06-091-0/+8
* media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer()Wei Chen2023-06-091-0/+12
* media: dvb-usb: az6027: fix three null-ptr-deref in az6027_i2c_xfer()Wei Chen2023-06-091-0/+12
* media: dvb_demux: fix a bug for the continuity counterYongSu Yoo2023-06-091-2/+2
* media: rcar-vin: Select correct interrupt mode for V4L2_FIELD_ALTERNATENiklas Söderlund2023-06-091-3/+1
* media: radio-shark: Add endpoint checksAlan Stern2023-05-302-0/+20
* media: netup_unidvb: fix use-after-free at del_timer()Duoming Zhou2023-05-241-1/+1
* media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queue_s...Wei Chen2023-05-241-0/+7
* media: Prefer designated initializers over memset for subdev pad opsLaurent Pinchart2023-05-246-36/+37
* media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* symbolsTom Rix2023-05-241-1/+1
* media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finishharperchen2023-05-241-7/+9
* media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() and buffer_finish()harperchen2023-05-242-7/+10
* media: mediatek: vcodec: add remove function for decoder platform driverYunfei Dong2023-05-111-0/+8
* media: mediatek: vcodec: fix decoder disable pm crashYunfei Dong2023-05-111-1/+2
* media: venus: dec: Fix capture formats enumeration orderJavier Martinez Canillas2023-05-111-4/+4
* media: venus: dec: Fix handling of the start cmdMichał Krawczyk2023-05-111-0/+8
* media: rc: gpio-ir-recv: Fix support for wake-upFlorian Fainelli2023-05-111-0/+2
* media: hi846: Fix memleak in hi846_init_controls()Wei Chen2023-05-111-3/+8
* media: v4l: async: Return async sub-devices to subnotifier listSakari Ailus2023-05-111-5/+8
* media: rcar_fdp1: Fix refcount leak in probe and remove functionMiaoqian Lin2023-05-111-3/+8
* media: platform: mtk-mdp3: fix potential frame size overflow in mdp_try_fmt_m...Moudy Ho2023-05-111-4/+6
* media: saa7134: fix use after free bug in saa7134_finidev due to race conditionZheng Wang2023-05-113-0/+3
* media: dm1105: Fix use after free bug in dm1105_remove due to race conditionZheng Wang2023-05-111-0/+1
* media: mediatek: vcodec: change lat thread decode error conditionYunfei Dong2023-05-113-4/+6
* media: mediatek: vcodec: making sure queue_work successfullyYunfei Dong2023-05-112-8/+25