aboutsummaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2022-06-20media: streamzap: avoid unnecessary GFP_ATOMICOliver Neukum1-1/+1
2022-06-20media: redrat3: no unnecessary GFP_ATOMICOliver Neukum1-2/+2
2022-06-20media: imon_raw: respect DMA coherencyOliver Neukum1-4/+12
2022-06-20media: iguanair: no superfluous usb_unlink_urb()Oliver Neukum1-4/+1
2022-06-20media: igorplugusb: remove superfluous usb_unlink_urb()Oliver Neukum1-1/+0
2022-06-20media: igorplugusb: break cyclical race on disconnectOliver Neukum1-2/+5
2022-06-20media: igorplugusb: prevent use after free in probe errorOliver Neukum1-2/+2
2022-06-20media: igorplugusb: respect DMA coherencyOliver Neukum1-1/+6
2022-06-20media: mediatek: vcodec: Add to support H264 inner racing modeYunfei Dong4-5/+69
2022-06-20media: mediatek: vcodec: prevent kernel crash when scp ipi timeoutYunfei Dong1-0/+5
2022-06-20media: mediatek: vcodec: Different codec using different capture formatYunfei Dong1-0/+41
2022-06-20media: mediatek: vcodec: Adds compatible for mt8195Yunfei Dong1-0/+4
2022-06-20media: mediatek: vcodec: Add to support lat soc hardwareYunfei Dong4-3/+28
2022-06-20media: mediatek: vcodec: add vp9 decoder driver for mt8186Yunfei Dong2-4/+195
2022-06-20media: Add P010 video formatBenjamin Gaignard2-0/+2
2022-06-20media: imx-jpeg: Encoder support to set jpeg qualityMing Qian4-3/+73
2022-06-20media: platform: samsung: s5p-jpeg: replace ternary operator with max()Guo Zhengkui1-1/+1
2022-06-20media: i2c: adv7180: fix reserved bit in Video Selection 2Benjamin Marty1-1/+4
2022-06-20media: stkwebcam: deprecate driver, move to stagingHans Verkuil7-2165/+0
2022-06-20media: platform: exynos-gsc: remove redundant initializations of f_chk_len an...Colin Ian King1-2/+1
2022-06-20media: amphion: support for reloading moduleMing Qian1-7/+4
2022-06-20media: atmel: atmel-isc-base: remove unneeded semicolonYang Li1-1/+1
2022-06-20media: st-delta: Remove unneeded NULL check in delta-v4l2Wan Jiabing1-15/+9
2022-06-20media: usbtv: Add PAL-Nc standardJorge Maidana2-2/+6
2022-06-20media: cx88: Fix PAL-Nc standardJorge Maidana1-5/+17
2022-06-20media: vivid: add HDMI Video Guard Band controlHans Verkuil1-0/+14
2022-06-20media: v4l2-tpg: add HDMI Video Guard Band test patternHans Verkuil1-0/+38
2022-06-20media: cec-adap.c: log when claiming LA fails unexpectedlyHans Verkuil1-1/+4
2022-06-20media: adv7604: try all infoframe typesHans Verkuil1-3/+2
2022-06-20media: camss: Allocate power domain resources dynamicallyVladimir Zapolskiy2-21/+24
2022-06-20media: davinci: vpif: add missing of_node_put() in vpif_probe()Yang Yingliang1-0/+1
2022-06-20media: TDA1997x: Fix the error handling in tda1997x_probe()Zheyu Ma1-0/+1
2022-06-20media: camss: csid: fix wrong size passed to devm_kmalloc_array()Yang Yingliang1-1/+1
2022-06-20media: atmel: atmel-sama7g5-isc: fix warning in configs without OFEugen Hristev1-0/+2
2022-06-20media: imx-jpeg: Don't fill the description field in struct v4l2_fmtdescMing Qian1-2/+0
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner4-37/+4
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds7-8/+8
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+6
2022-05-17media: v4l2: Reorder field reflistNicolas Dufresne1-0/+42
2022-05-17media: h264: Sort p/b reflist using frame_numNicolas Dufresne1-10/+13
2022-05-17media: v4l2: Trace calculated p/b0/b1 initial reflistNicolas Dufresne1-0/+100
2022-05-17media: h264: Store all fields into the unordered listNicolas Dufresne2-19/+48
2022-05-17media: h264: Store current picture fieldsNicolas Dufresne1-3/+7
2022-05-17media: h264: Increase reference lists size to 32Nicolas Dufresne1-3/+3
2022-05-17media: h264: Use v4l2_h264_reference for reflistNicolas Dufresne6-46/+80
2022-05-17media: ov7251: fix mutex lock unbalanceMauro Carvalho Chehab1-0/+1
2022-05-17media: i2c: Add vblank control to ov7251 driverDaniel Scally1-0/+53
2022-05-17media: i2c: Add hblank control to ov7251Daniel Scally1-0/+12
2022-05-17media: i2c: add ov7251_init_ctrls()Daniel Scally1-41/+52
2022-05-17media: i2c: Extend .get_selection() for ov7251Daniel Scally1-6/+29