summaryrefslogtreecommitdiff
path: root/drivers/media/platform/mediatek/vcodec/vdec_msg_queue.c
AgeCommit message (Expand)Author
2023-08-10media: mediatek: vcodec: separate decoder and encoderYunfei Dong
2023-08-10media: mediatek: vcodec: separate struct mtk_vcodec_devYunfei Dong
2023-08-10media: mediatek: vcodec: separate struct 'mtk_vcodec_ctx'Yunfei Dong
2023-08-10media: mediatek: vcodec: replace pr_* with dev_* for v4l2 debug messageYunfei Dong
2023-07-25media: mediatek: vcodec: fix resource leaks in vdec_msg_queue_init()Dan Carpenter
2023-07-25media: mediatek: vcodec: fix potential double freeDan Carpenter
2023-07-14media: mediatek: vcodec: fix cancel_work_sync fail with fluster testYunfei Dong
2023-06-09media: mediatek: vcodec: support stateless AV1 decoderXiaoyong Lu
2023-05-26media: mediatek: vcodec: using empty lat buffer as the last oneYunfei Dong
2023-05-26media: mediatek: vcodec: move core context from device to each instanceYunfei Dong
2023-05-26media: mediatek: vcodec: using decoder status instead of core work countYunfei Dong
2023-04-10media: mediatek: vcodec: making sure queue_work successfullyYunfei Dong
2023-04-10media: mediatek: vcodec: remove unused lat_bufYunfei Dong
2023-04-10media: mediatek: vcodec: add core decode done eventYunfei Dong
2023-04-10media: mediatek: vcodec: move lat_buf to the top of core listYunfei Dong
2023-04-10media: mediatek: vcodec: using each instance lat_buf count replace core ready...Yunfei Dong
2023-04-10media: mediatek: vcodec: add params to record lat and core lat_buf countYunfei Dong
2022-11-25media: mediatek: vcodec: Core thread depends on core_listYunfei Dong
2022-05-13media: mediatek: vcodec: Add vdec enable/disable hardware helpersYunfei Dong
2022-03-18media: platform: rename mediatek/mtk-jpeg/ to mediatek/jpeg/Mauro Carvalho Chehab