summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2023-05-11media: mediatek: vcodec: add remove function for decoder platform driverYunfei Dong1-0/+8
2023-05-11media: mediatek: vcodec: fix decoder disable pm crashYunfei Dong1-1/+2
2023-05-11media: venus: dec: Fix capture formats enumeration orderJavier Martinez Canillas1-4/+4
2023-05-11media: venus: dec: Fix handling of the start cmdMichał Krawczyk1-0/+8
2023-05-11media: rc: gpio-ir-recv: Fix support for wake-upFlorian Fainelli1-0/+2
2023-05-11media: hi846: Fix memleak in hi846_init_controls()Wei Chen1-3/+8
2023-05-11media: v4l: async: Return async sub-devices to subnotifier listSakari Ailus1-5/+8
2023-05-11media: rcar_fdp1: Fix refcount leak in probe and remove functionMiaoqian Lin1-3/+8
2023-05-11media: rcar_fdp1: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-11media: vsp1: Replace vb2_is_streaming() with vb2_start_streaming_called()Laurent Pinchart1-1/+1
2023-05-11media: platform: mtk-mdp3: fix potential frame size overflow in mdp_try_fmt_m...Moudy Ho1-4/+6
2023-05-11media: saa7134: fix use after free bug in saa7134_finidev due to race conditionZheng Wang3-0/+3
2023-05-11media: dm1105: Fix use after free bug in dm1105_remove due to race conditionZheng Wang1-0/+1
2023-05-11media: mediatek: vcodec: change lat thread decode error conditionYunfei Dong3-4/+6
2023-05-11media: mediatek: vcodec: making sure queue_work successfullyYunfei Dong2-8/+25
2023-05-11media: mediatek: vcodec: remove unused lat_bufYunfei Dong1-3/+15
2023-05-11media: mediatek: vcodec: add core decode done eventYunfei Dong2-1/+5
2023-05-11media: mediatek: vcodec: move lat_buf to the top of core listYunfei Dong2-1/+22
2023-05-11media: mediatek: vcodec: using each instance lat_buf count replace core ready...Yunfei Dong1-1/+1
2023-05-11media: mediatek: vcodec: add params to record lat and core lat_buf countYunfei Dong2-1/+28
2023-05-11media: mediatek: vcodec: Force capture queue format to MM21Yunfei Dong1-21/+3
2023-05-11media: mediatek: vcodec: Make MM21 the default capture formatYunfei Dong1-4/+4
2023-05-11media: mediatek: vcodec: Use 4K frame size when supported by stateful decoderPin-yen Lin1-1/+11
2023-05-11media: mtk-jpeg: Fixes jpeg enc&dec worker sw flowkyrie wu2-11/+7
2023-05-11media: mtk-jpeg: Fixes jpeghw multi-core judgementkyrie wu2-1/+6
2023-05-11media: max9286: Free control handlerLaurent Pinchart1-0/+1
2023-05-11media: amphion: decoder implement display delay enableMing Qian3-2/+37
2023-05-11media: platform: mtk-mdp3: Add missing check and free for ida_allocJiasheng Jiang1-1/+7
2023-05-11media: bdisp: Add missing check for create_workqueueJiasheng Jiang1-0/+2
2023-05-11media: ov8856: Do not check for for module versionRicardo Ribalda1-40/+0
2023-04-06Revert "venus: firmware: Correct non-pix start and end addresses"Javier Martinez Canillas1-2/+2
2023-03-22media: m5mols: fix off-by-one loop termination errorLinus Torvalds1-1/+1
2023-03-17media: rc: gpio-ir-recv: add remove functionLi Jun1-0/+18
2023-03-17media: ov5640: Fix analogue gain controlPaul Elder1-1/+1
2023-03-11media: uvcvideo: Fix race condition with usb_kill_urbRicardo Ribalda3-0/+43
2023-03-11media: uvcvideo: Silence memcpy() run-time false positive warningsKees Cook1-1/+3
2023-03-11media: uvcvideo: Quirk for autosuspend in Logitech B910 and C910Ricardo Ribalda3-0/+30
2023-03-11media: uvcvideo: Handle errors from calls to usb_stringGuenter Roeck1-29/+19
2023-03-11media: uvcvideo: Handle cameras with invalid descriptorsRicardo Ribalda1-1/+1
2023-03-11media: uvcvideo: Remove format descriptionsLaurent Pinchart3-26/+2
2023-03-10media: ipu3-cio2: Fix PM runtime usage_count in driver unbindSakari Ailus1-0/+3
2023-03-10media: saa7134: Use video_unregister_device for radio_devTasos Sahanidis1-1/+1
2023-03-10media: usb: siano: Fix use after free bugs caused by do_submit_urbDuoming Zhou1-0/+1
2023-03-10media: i2c: ov7670: 0 instead of -EINVAL was returnedHans Verkuil1-1/+1
2023-03-10media: rc: Fix use-after-free bugs caused by ene_tx_irqsim()Duoming Zhou1-1/+2
2023-03-10media: drivers/media/v4l2-core/v4l2-h264 : add detection of null pointersDong Chuanjian1-0/+4
2023-03-10media: amphion: correct the unspecified color spaceMing Qian1-3/+3
2023-03-10media: imx-jpeg: Apply clk_bulk api instead of operating specific clkMing Qian2-29/+10
2023-03-10media: hantro: Fix JPEG encoder ENUM_FRMSIZE on RK3399Nicolas Dufresne1-2/+5
2023-03-10media: v4l2-jpeg: ignore the unknown APP14 markerMing Qian1-1/+1