summaryrefslogtreecommitdiff
path: root/drivers/media/platform/amphion/vpu_malone.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-07media: amphion: handle firmware debug messageMing Qian1-0/+1
2023-07-19media: Explicitly include correct DT includesRob Herring1-2/+0
2023-05-25media: amphion: drop repeated codec data for vc1g formatMing Qian1-0/+10
2023-05-25media: amphion: drop repeated codec data for vc1l formatMing Qian1-0/+2
2023-04-10media: amphion: support to decode RealVideo videoMing Qian1-0/+23
2023-04-10media: amphion: support to decode sorenson spark videoMing Qian1-0/+18
2023-03-20media: amphion: decoder implement display delay enableMing Qian1-1/+3
2022-11-25media: amphion: try to wakeup vpu core to avoid failureMing Qian1-0/+1
2022-11-25media: amphion: tell and handle contiguous and non contiguous formatMing Qian1-1/+2
2022-08-30media: amphion: insert picture startcode after seek for vc1g formatMing Qian1-1/+1
2022-07-08media: amphion: only insert the first sequence startcode for vc1l formatMing Qian1-0/+2
2022-06-20media: amphion: return error if format is unsupported by vpuMing Qian1-0/+2
2022-06-20media: amphion: vdec check format in enum_fmtMing Qian1-0/+16
2022-05-13media: amphion: handle picture skipped eventMing Qian1-0/+2
2022-05-13media: amphion: decoder copy timestamp from output to captureMing Qian1-1/+1
2022-03-18media: amphion: fix some issues to improve robustMing Qian1-23/+40
2022-03-18media: amphion: fix some error related with undefined reference to __divdi3Ming Qian1-8/+10
2022-03-07media: amphion: implement malone decoder rpc interfaceMing Qian1-0/+1625