summaryrefslogtreecommitdiff
path: root/drivers/media/platform/mediatek
AgeCommit message (Expand)AuthorFilesLines
10 daysmedia: mediatek: vcodec: Fix a reference leak in mtk_vcodec_fw_vpu_init()Haoxiang Li1-1/+3
2025-09-19media: mtk-vcodec: venc: avoid -Wenum-compare-conditional warningArnd Bergmann1-1/+5
2025-09-19media: mediatek: vcodec: Fix a resource leak related to the scp device in FW ...Jiasheng Jiang1-1/+3
2025-04-25media: mediatek: vcodec: mark vdec_vp9_slice_map_counts_eob_coef noinlineArnd Bergmann1-1/+2
2025-03-28media: mediatek: vcodec: Fix VP8 stateless decoder smatch warningYunfei Dong1-3/+7
2025-03-13media: mediatek: vcodec: Handle invalid decoder vsiIrui Wang1-0/+6
2025-03-07media: mtk-vcodec: potential null pointer deference in SCPFullway Wang1-0/+2
2025-03-07media: mediatek: vcodec: Fix H264 multi stateless decoder smatch warningYunfei Dong1-2/+7
2025-03-07media: Switch to use dev_err_probe() helperYang Yingliang1-3/+2
2024-03-27media: mediatek: vcodec: avoid -Wcast-function-type-strict warningArnd Bergmann4-12/+4
2024-02-01media: mtk-jpeg: Fix use after free bug due to error path handling in mtk_jpe...Zheng Wang1-3/+3
2024-01-26media: mtk-jpeg: Remove cancel worker in mtk_jpeg_remove to avoid the crash o...Zheng Wang1-1/+0
2024-01-26media: mtk-jpegdec: export jpeg decoder functionskyrie wu1-0/+6
2023-11-20media: mtk-jpegenc: Fix bug in JPEG encode quality selectionFei Shao1-2/+3
2023-09-23media: mdp3: Fix resource leaks in of_find_device_by_nodeLu Hongfei1-0/+2
2023-09-13media: mediatek: vcodec: fix resource leaks in vdec_msg_queue_init()Dan Carpenter1-0/+1
2023-09-13media: mediatek: vcodec: fix potential double freeDan Carpenter1-0/+1
2023-09-13media: mediatek: vcodec: Return NULL if no vdec_fb is foundIrui Wang1-2/+3
2023-09-13media: mtk-jpeg: Fix use after free bug due to uncanceled workZheng Wang1-0/+1
2023-08-30media: vcodec: Fix potential array out-of-bounds in encoder queue_setupWei Chen1-0/+2
2023-08-23media: platform: mediatek: vpu: fix NULL ptr dereferenceHans Verkuil1-2/+4
2023-07-19media: mediatek: vcodec: using decoder status instead of core work countYunfei Dong2-21/+28
2023-06-09media: mediatek: vcodec: Only apply 4K frame sizes on decoder formatsPin-yen Lin1-0/+3
2023-05-24media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queue_s...Wei Chen1-0/+7
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: platform: mtk-mdp3: fix potential frame size overflow in mdp_try_fmt_m...Moudy Ho1-4/+6
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: platform: mtk-mdp3: Add missing check and free for ida_allocJiasheng Jiang1-1/+7
2023-03-10media: platform: mtk-mdp3: fix Kconfig dependenciesArnd Bergmann1-4/+3
2023-03-10media: platform: mtk-mdp3: remove unused VIDEO_MEDIATEK_VPU configMoudy Ho1-1/+0
2023-03-10media: platform: mtk-mdp3: Fix return value check in mdp_probe()Qiheng Lin1-3/+4
2022-12-31media: mediatek: vcodec: Can't set dst buffer to done when lat decode errorYunfei Dong1-1/+1
2022-12-31media: mediatek: vcodec: Core thread depends on core_listYunfei Dong1-1/+1
2022-12-31media: mediatek: vcodec: Setting lat buf to lat_list when lat decode errorYunfei Dong1-5/+10
2022-12-31media: mediatek: vcodec: Fix h264 set lat buffer errorYunfei Dong1-11/+17
2022-12-31media: mediatek: vcodec: Fix getting NULL pointer for dst bufferYunfei Dong1-4/+7
2022-12-31media: platform: mtk-mdp3: fix error handling in mdp_probe()Moudy Ho1-7/+8
2022-12-31media: platform: mtk-mdp3: fix error handling about components clock_onMoudy Ho2-9/+19
2022-12-31media: platform: mtk-mdp3: fix error handling in mdp_cmdq_send()Moudy Ho1-21/+26
2022-12-31media: mediatek: vcodec: fix h264 cavlc bitstream failYunfei Dong1-3/+29