summaryrefslogtreecommitdiff
path: root/drivers/media/platform/mediatek/vcodec/decoder
AgeCommit message (Expand)AuthorFilesLines
2024-03-26media: mediatek: vcodec: support 36 bits physical addressYunfei Dong2-3/+3
2024-03-26media: mediatek: vcodec: adding lock to protect decoder context listYunfei Dong3-0/+9
2024-03-26media: mediatek: vcodec: Fix oops when HEVC init failsNicolas Dufresne1-1/+1
2024-03-26media: mediatek: vcodec: Handle VP9 superframe bitstream with 8 sub-framesIrui Wang1-5/+6
2024-02-16media: mediatek: vcodec: Remove unneeded semicolonYang Li1-7/+7
2024-02-05media: mediatek: vcodec: Fix kerneldocRicardo Ribalda2-2/+0
2024-01-24media: mediatek: vcodec: drop excess struct members descriptionsHans Verkuil2-2/+0
2023-11-23media: mediatek: vcodec: Set the supported vp9 profile for each platformYunfei Dong1-1/+21
2023-11-23media: mediatek: vcodec: Set the supported vp9 level for each platformYunfei Dong1-0/+33
2023-11-23media: mediatek: vcodec: Set the supported h265 profile for each platformYunfei Dong1-0/+19
2023-11-23media: mediatek: vcodec: Set the supported h264 profile for each platformYunfei Dong1-0/+19
2023-11-23media: mediatek: vcodec: Set the supported h265 level for each platformYunfei Dong1-0/+30
2023-11-23media: mediatek: vcodec: Set the supported h264 level for each platformYunfei Dong1-0/+45
2023-11-23media: mediatek: vcodec: Get the chip name for each platformYunfei Dong3-23/+41
2023-11-23media: mediatek: vdec: Remove useless loopBenjamin Gaignard1-7/+2
2023-08-10media: mediatek: vcodec: Fix possible invalid memory access for decoderYunfei Dong2-28/+53
2023-08-10media: mediatek: vcodec: Add driver to support 10bitMingjia Zhang3-4/+167
2023-08-10media: mediatek: vcodec: separate decoder and encoderYunfei Dong30-0/+15159