summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/mediatek/vcodec/decoder
AgeCommit message (Expand)AuthorLines
10 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-10/+10
10 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-10/+10
2026-01-13media: mediatek: vcodec: Discard pm_runtime_put() return valueRafael J. Wysocki-5/+1
2026-01-05media: mediatek: vcodec: Don't try to decode 422/444 VP9Nicolas Dufresne-0/+6
2026-01-05media: mediatek: vcodec: Implement manual request completionSebastian Fricke-34/+96
2026-01-05media: mediatek: vcodec: use = { } instead of memset()Qianfeng Rong-10/+5
2025-10-20media: mediatek: vcodec: Use spinlock for context list protection lockChen-Yu Tsai-8/+11
2025-10-17media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata()Laurent Pinchart-15/+18
2025-10-17media: mediatek: vcodec: Drop unneeded v4l2_m2m_get_vq() NULL checkLaurent Pinchart-11/+0
2025-08-13media: mtk: vcodec: Access v4l2_fh from fileJacopo Mondi-18/+18
2025-08-13media: Reset file->private_data to NULL in v4l2_fh_del()Laurent Pinchart-2/+2
2025-08-13media: Set file->private_data in v4l2_fh_add()Laurent Pinchart-2/+1
2025-08-13media: Replace file->private_data access with custom functionsLaurent Pinchart-1/+6
2025-04-24media: mediatek: vcodec: Enable HEVC main still picture decodeNathan Hebert-2/+0
2025-04-11media: mediatek: vcodec: add description for vsi structYunfei Dong-2/+3
2025-04-11media: mediatek: vcodec: support extended h264 decodeYunfei Dong-84/+552
2025-04-11media: mediatek: vcodec: remove vsi operation in common interfaceYunfei Dong-6/+7
2025-04-11media: mediatek: vcodec: Correct vsi_core framebuffer sizeFei Shao-1/+1
2024-12-13media: mediatek: vcodec: mark vdec_vp9_slice_map_counts_eob_coef noinlineArnd Bergmann-1/+2
2024-10-28media: platform: drop vb2_ops_wait_prepare/finishHans Verkuil-4/+0
2024-10-12media: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-08-28media: mediatek: vcodec: Constify struct vb2_opsChristophe JAILLET-2/+2
2024-08-28media: mediatek: vcodec: Fix H264 stateless decoder smatch warningYunfei Dong-2/+7
2024-08-28media: mediatek: vcodec: Fix VP8 stateless decoder smatch warningYunfei Dong-3/+7
2024-08-28media: mediatek: vcodec: Fix H264 multi stateless decoder smatch warningYunfei Dong-2/+7
2024-06-10media: mediatek: vcodec: Fix unreasonable data conversionYunfei Dong-1/+1
2024-06-10media: mediatek: vcodec: Handle invalid decoder vsiIrui Wang-0/+6
2024-06-10media: mediatek: vcodec: add decoder command to support stateless decoderYunfei Dong-6/+54
2024-05-16Merge tag 'media/v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-53/+64
2024-04-26media: mediatek: vcodec: Only free buffer VA that is not NULLFei Shao-7/+15
2024-03-26media: mediatek: vcodec: support 36 bits physical addressYunfei Dong-3/+3
2024-03-26media: mediatek: vcodec: adding lock to protect decoder context listYunfei Dong-0/+9
2024-03-26media: mediatek: vcodec: Fix oops when HEVC init failsNicolas Dufresne-1/+1
2024-03-26media: mediatek: vcodec: Handle VP9 superframe bitstream with 8 sub-framesIrui Wang-5/+6
2024-03-25media: mediatek: vcodec: Replace false function descriptionSebastian Fricke-4/+7
2024-03-25media: mediatek: vcodec: Improve wording & fix grammatic issuesSebastian Fricke-3/+3
2024-03-25media: mediatek: vcodec: Fix multiple typosSebastian Fricke-39/+39
2024-02-16media: mediatek: vcodec: Remove unneeded semicolonYang Li-7/+7
2024-02-05media: mediatek: vcodec: Fix kerneldocRicardo Ribalda-2/+0
2024-01-24media: mediatek: vcodec: drop excess struct members descriptionsHans Verkuil-2/+0
2023-11-23media: mediatek: vcodec: Set the supported vp9 profile for each platformYunfei Dong-1/+21
2023-11-23media: mediatek: vcodec: Set the supported vp9 level for each platformYunfei Dong-0/+33
2023-11-23media: mediatek: vcodec: Set the supported h265 profile for each platformYunfei Dong-0/+19
2023-11-23media: mediatek: vcodec: Set the supported h264 profile for each platformYunfei Dong-0/+19
2023-11-23media: mediatek: vcodec: Set the supported h265 level for each platformYunfei Dong-0/+30
2023-11-23media: mediatek: vcodec: Set the supported h264 level for each platformYunfei Dong-0/+45
2023-11-23media: mediatek: vcodec: Get the chip name for each platformYunfei Dong-23/+41
2023-11-23media: mediatek: vdec: Remove useless loopBenjamin Gaignard-7/+2
2023-08-10media: mediatek: vcodec: Fix possible invalid memory access for decoderYunfei Dong-28/+53
2023-08-10media: mediatek: vcodec: Add driver to support 10bitMingjia Zhang-4/+167