summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/amphion/vdec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* media: amphion: fix CHECKED_RETURN issues reported by coverityMing Qian2023-07-251-1/+4
* media: amphion: decoder support display delay for all formatsMing Qian2023-07-251-3/+22
* media: amphion: add helper function to get id nameMing Qian2023-07-251-4/+5
* media: amphion: reinit vpu if reqbufs output 0Ming Qian2023-07-251-2/+0
* media: amphion: initiate a drain of the capture queue in dynamic resolution c...Ming Qian2023-05-251-3/+4
* media: amphion: support to decode RealVideo videoMing Qian2023-04-101-0/+14
* media: amphion: support to decode sorenson spark videoMing Qian2023-04-101-0/+7
* media: amphion: decoder implement display delay enableMing Qian2023-03-191-0/+32
* media: amphion: decoder add support for contiguous planesMing Qian2022-11-251-0/+16
* media: amphion: tell and handle contiguous and non contiguous formatMing Qian2022-11-251-89/+98
* media: amphion: add lock around vdec_g_fmtMing Qian2022-11-251-0/+2
* media: amphion: reset instance if it's aborted before codec header parsedMing Qian2022-10-241-3/+10
* media: amphion: don't change the colorspace reported by decoder.Ming Qian2022-08-301-8/+8
* media: amphion: only insert the first sequence startcode for vc1l formatMing Qian2022-07-081-1/+1
* media: amphion: sync buffer status with firmware during abortMing Qian2022-07-081-0/+9
* media: amphion: defer setting last_buffer_dequeued until resolution changes a...Ming Qian2022-07-081-14/+22
* media: amphion: delete unnecessary NULL checkZiyang Xuan2022-06-201-2/+1
* media: amphion: free ctrl handler if error is set and return errorMing Qian2022-05-131-0/+6
* media: amphion: decoder copy timestamp from output to captureMing Qian2022-05-131-49/+27
* media: amphion: fix decoder's interlaced fieldMing Qian2022-04-241-1/+1
* media: amphion: fix some error related with undefined reference to __divdi3Ming Qian2022-03-181-35/+0
* media: amphion: add v4l2 m2m vpu decoder stateful driverMing Qian2022-03-071-0/+1691