summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* media: davinci: vpif_capture: fix potential double freeEvgeny Novikov2023-12-131-2/+0
* media: venus: hfi: add checks to handle capabilities from firmwareVikash Garodia2023-11-281-0/+12
* media: venus: hfi: fix the check to handle session buffer requirementVikash Garodia2023-11-281-1/+1
* media: venus: hfi_parser: Add check to keep the number of codecs within rangeVikash Garodia2023-11-281-0/+3
* media: sharp: fix sharp encodingSean Young2023-11-281-3/+5
* media: lirc: drop trailing space from scancode transmitSean Young2023-11-281-1/+5
* media: venus: hfi: add checks to perform sanity on queue pointersVikash Garodia2023-11-281-0/+10
* media: vivid: avoid integer overflowHans Verkuil2023-11-281-1/+1
* media: gspca: cpia1: shift-out-of-bounds in set_flickerRajeshwar R Shinde2023-11-281-0/+3
* media: dvb-usb-v2: af9035: fix missing unlockHans Verkuil2023-11-201-4/+9
* media: s3c-camif: Avoid inappropriate kfree()Katya Orlova2023-11-201-4/+2
* media: bttv: fix use after free error due to btv->timeout timerZheng Wang2023-11-201-0/+1
* media: dvb: symbol fixup for dvb_attach() - againGreg Kroah-Hartman2023-10-102-2/+2
* media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler warningSakari Ailus2023-09-231-1/+1
* media: pci: cx23885: replace BUG with error returnHans Verkuil2023-09-231-1/+1
* media: tuners: qt1010: replace BUG_ON with a regular errorHans Verkuil2023-09-231-5/+6
* media: az6007: Fix null-ptr-deref in az6007_i2c_xfer()Zhang Shurong2023-09-231-0/+8
* media: anysee: fix null-ptr-deref in anysee_master_xferZhang Shurong2023-09-231-1/+1
* media: af9005: Fix null-ptr-deref in af9005_i2c_xferZhang Shurong2023-09-231-0/+5
* media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer()Zhang Shurong2023-09-231-0/+24
* media: dvb-usb-v2: af9035: Fix null-ptr-deref in af9035_i2c_master_xferZhang Shurong2023-09-231-6/+8
* media: dvb: symbol fixup for dvb_attach()Greg Kroah-Hartman2023-09-23102-109/+109
* media: ov2680: Fix regulators being left enabled on ov2680_power_on() errorsHans de Goede2023-09-231-2/+6
* media: ov2680: Fix vflip / hflip set functionsHans de Goede2023-09-231-38/+12
* media: ov2680: Fix ov2680_bayer_order()Hans de Goede2023-09-231-19/+14
* media: ov2680: Remove auto-gain and auto-exposure controlsHans de Goede2023-09-231-144/+17
* media: i2c: ov2680: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flipsDave Stevenson2023-09-231-0/+2
* media: go7007: Remove redundant if statementColin Ian King2023-09-231-2/+0
* media: mediatek: vcodec: Return NULL if no vdec_fb is foundIrui Wang2023-09-231-2/+3
* media: cx24120: Add retval check for cx24120_message_send()Daniil Dulov2023-09-231-1/+3
* media: dvb-usb: m920x: Fix a potential memory leak in m920x_i2c_xfer()Christophe JAILLET2023-09-231-2/+3
* media: dib7000p: Fix potential division by zeroDaniil Dulov2023-09-231-1/+1
* drivers: usb: smsusb: fix error handling code in smsusb_init_deviceDongliang Mu2023-09-231-10/+11
* media: v4l2-core: Fix a potential resource leak in v4l2_fwnode_parse_link()Christophe JAILLET2023-09-231-4/+14
* media: v4l2-fwnode: simplify v4l2_fwnode_parse_linkMarco Felsch2023-09-231-16/+9
* media: v4l2-fwnode: fix v4l2_fwnode_parse_link handlingMarco Felsch2023-09-231-1/+1
* media: Use of_node_name_eq for node name comparisonsRob Herring2023-09-234-13/+11
* media: vcodec: Fix potential array out-of-bounds in encoder queue_setupWei Chen2023-08-301-0/+2
* media: platform: mediatek: vpu: fix NULL ptr dereferenceHans Verkuil2023-08-301-2/+4
* media: usb: siano: Fix warning due to null work_func_t function pointerDuoming Zhou2023-08-111-1/+2
* media: usb: Check az6007_read() return valueDaniil Dulov2023-08-111-1/+2
* treewide: Remove uninitialized_var() usageKees Cook2023-08-114-8/+8
* media: cec: core: don't set last_initiator if tx in progressHans Verkuil2023-06-281-1/+2
* 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 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