summaryrefslogtreecommitdiff
path: root/drivers/media/platform/amphion/vdec.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-10media: amphion: Remove lock in s_ctrl callbackMing Qian1-2/+0
2024-02-16media: amphion: Abort vpu parsing directly in seekMing Qian1-1/+3
2023-07-25media: amphion: fix CHECKED_RETURN issues reported by coverityMing Qian1-1/+4
2023-07-25media: amphion: decoder support display delay for all formatsMing Qian1-3/+22
2023-07-25media: amphion: add helper function to get id nameMing Qian1-4/+5
2023-07-25media: amphion: reinit vpu if reqbufs output 0Ming Qian1-2/+0
2023-05-25media: amphion: initiate a drain of the capture queue in dynamic resolution c...Ming Qian1-3/+4
2023-04-10media: amphion: support to decode RealVideo videoMing Qian1-0/+14
2023-04-10media: amphion: support to decode sorenson spark videoMing Qian1-0/+7
2023-03-20media: amphion: decoder implement display delay enableMing Qian1-0/+32
2022-11-25media: amphion: decoder add support for contiguous planesMing Qian1-0/+16
2022-11-25media: amphion: tell and handle contiguous and non contiguous formatMing Qian1-89/+98
2022-11-25media: amphion: add lock around vdec_g_fmtMing Qian1-0/+2
2022-10-24media: amphion: reset instance if it's aborted before codec header parsedMing Qian1-3/+10
2022-08-30media: amphion: don't change the colorspace reported by decoder.Ming Qian1-8/+8
2022-07-08media: amphion: only insert the first sequence startcode for vc1l formatMing Qian1-1/+1
2022-07-08media: amphion: sync buffer status with firmware during abortMing Qian1-0/+9
2022-07-08media: amphion: defer setting last_buffer_dequeued until resolution changes a...Ming Qian1-14/+22
2022-06-20media: amphion: delete unnecessary NULL checkZiyang Xuan1-2/+1
2022-05-13media: amphion: free ctrl handler if error is set and return errorMing Qian1-0/+6
2022-05-13media: amphion: decoder copy timestamp from output to captureMing Qian1-49/+27
2022-04-24media: amphion: fix decoder's interlaced fieldMing Qian1-1/+1
2022-03-18media: amphion: fix some error related with undefined reference to __divdi3Ming Qian1-35/+0
2022-03-07media: amphion: add v4l2 m2m vpu decoder stateful driverMing Qian1-0/+1691