aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2022-06-20media: mediatek: vcodec: fix typo in commentJulia Lawall1-1/+1
2022-06-20media: platform: exynos-gsc: fix typo in commentJulia Lawall1-1/+1
2022-06-20media: platform: omap: Pass a pointer to virt_to_page()Linus Walleij1-2/+2
2022-06-20media: amphion: vdec check format in enum_fmtMing Qian3-1/+18
2022-06-20media: camss: Allocate camss struct as a managed device resourceVladimir Zapolskiy1-23/+10
2022-06-20media: media: jpegenc: set bit mask for jpegenckyrie wu1-0/+3
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: 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: platform: exynos-gsc: remove redundant initializations of f_chk_len and f_chk_addrColin 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: 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: 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 (part 2)Thomas Gleixner2-19/+2
2022-05-17media: h264: Store all fields into the unordered listNicolas Dufresne1-1/+1
2022-05-17media: h264: Use v4l2_h264_reference for reflistNicolas Dufresne5-30/+63
2022-05-17media: exynos4-is: Fix compile warningKwanghoon Son1-1/+1
2022-05-17media: ti: cal: use frame desc to get vc and dtTomi Valkeinen3-2/+76
2022-05-13media: mediatek: vcodec: add h264 decoder driver for mt8186Yunfei Dong1-1/+176
2022-05-13media: mediatek: vcodec: Support MT8186Yunfei Dong3-0/+24
2022-05-13media: mediatek: vcodec: prevent kernel crash when rmmod mtk-vcodec-dec.koYunfei Dong1-1/+2
2022-05-13media: mediatek: vcodec: support stateless VP9 decodingYunfei Dong7-3/+2061
2022-05-13media: mediatek: vcodec: support stateless VP8 decodingYunfei Dong6-2/+466
2022-05-13media: mediatek: vcodec: support stateless H.264 decoding for mt8192Yunfei Dong5-1/+638
2022-05-13media: mediatek: vcodec: Extract H264 common codeYunfei Dong4-383/+629
2022-05-13media: mediatek: vcodec: record capture queue format typeYunfei Dong2-0/+4
2022-05-13media: mediatek: vcodec: Fix v4l2-compliance failYunfei Dong1-1/+4
2022-05-13media: mediatek: vcodec: disable vp8 4K capabilityYunfei Dong1-1/+2
2022-05-13media: mediatek: vcodec: Add format to support MT21CYunfei Dong2-1/+7
2022-05-13media: mediatek: vcodec: Getting supported decoder format typesYunfei Dong1-32/+82
2022-05-13media: mediatek: vcodec: Refactor supported vdec formats and framesizesYunfei Dong4-17/+30
2022-05-13media: mediatek: vcodec: Refactor get and put capture buffer flowYunfei Dong4-27/+80
2022-05-13media: mediatek: vcodec: set each plane bytesused in buf prepareYunfei Dong3-24/+2
2022-05-13media: mediatek: vcodec: Read max resolution from dec_capabilityYunfei Dong2-20/+28
2022-05-13media: mediatek: vcodec: get capture queue buffer size from scpYunfei Dong3-0/+98
2022-05-13media: mediatek: vcodec: Using firmware type to separate different firmware architectureYunfei Dong8-24/+10
2022-05-13media: mediatek: vcodec: Add vdec enable/disable hardware helpersYunfei Dong5-83/+116
2022-05-13media: mediatek: vcodec: Fix v4l2 compliance decoder cmd test failYunfei Dong2-12/+4
2022-05-13media: amphion: G/S_PARM only for encoder's output queueMing Qian1-0/+6
2022-05-13media: amphion: wake up when error occursMing Qian1-4/+4