| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-08-10 | media: mediatek: vcodec: separate decoder and encoder | Yunfei Dong | 1 | -52/+3 | |
| Move all decoder files to folder decoder. Move all encoder files to folder encoder. Move common files which shared for encoder and decoder to folder common. Change include header files and Makefile to fix build error. Signed-off-by: Yunfei Dong <[email protected]> Reviewed-by: Nicolas Dufresne <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> | |||||
| 2023-06-09 | media: mediatek: vcodec: Add debugfs interface to get debug information | Yunfei Dong | 1 | -0/+6 | |
| This will be useful when debugging specific issues related to kernel in running status. Signed-off-by: Yunfei Dong <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> | |||||
| 2023-06-09 | media: mediatek: vcodec: support stateless AV1 decoder | Xiaoyong Lu | 1 | -0/+1 | |
| Add mediatek av1 decoder linux driver which use the stateless API in MT8195. Signed-off-by: Xiaoyong Lu<[email protected]> Tested-by: Nicolas Dufresne <[email protected]> Reviewed-by: Nicolas Dufresne <[email protected]> Tested-by: AngeloGioacchino Del Regno <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> | |||||
| 2023-05-25 | media: mediatek: vcodec: support stateless hevc decoder | Yunfei Dong | 1 | -0/+1 | |
| Add mediatek hevc decoder linux driver which use the stateless API in MT8195. Signed-off-by: Yunfei Dong <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Tested-by: Nicolas Dufresne <[email protected]> Tested-by: Nathan Hebert <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> [hverkuil: add () around 'flag' in macro] | |||||
| 2022-05-13 | media: mediatek: vcodec: support stateless VP9 decoding | Yunfei Dong | 1 | -0/+1 | |
| Add support for VP9 decoding using the stateless API, as supported by MT8192. And the drivers is lat and core architecture. Signed-off-by: Yunfei Dong <[email protected]> Signed-off-by: George Sun <[email protected]> Tested-by: Nícolas F. R. A. Prado <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> | |||||
| 2022-05-13 | media: mediatek: vcodec: support stateless VP8 decoding | Yunfei Dong | 1 | -0/+1 | |
| Add support for VP8 decoding using the stateless API, as supported by MT8192. Signed-off-by: Yunfei Dong <[email protected]> Reviewed-by: Nicolas Dufresne <[email protected]> Tested-by: Nícolas F. R. A. Prado <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> | |||||
| 2022-05-13 | media: mediatek: vcodec: support stateless H.264 decoding for mt8192 | Yunfei Dong | 1 | -0/+1 | |
| Adds h264 lat and core architecture driver for mt8192, and the decode mode is frame based for stateless decoder. Signed-off-by: Yunfei Dong <[email protected]> Tested-by: Nícolas F. R. A. Prado <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> | |||||
| 2022-05-13 | media: mediatek: vcodec: Extract H264 common code | Yunfei Dong | 1 | -0/+1 | |
| Mt8192 can use some of common code with mt8183. Moves them to a new file in order to reuse. [hverkuil: replaced memcpy_toio by memcpy, was left over from a prev version] Signed-off-by: Yunfei Dong <[email protected]> Reviewed-by: Nicolas Dufresne <[email protected]> Tested-by: Nícolas F. R. A. Prado <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> | |||||
| 2022-03-18 | media: platform: rename mediatek/mtk-jpeg/ to mediatek/jpeg/ | Mauro Carvalho Chehab | 1 | -0/+42 | |
| As the end goal is to have platform drivers split by vendor, rename mediatek/mtk-jpeg/ to mediatek/jpeg/. Requested-by: AngeloGioacchino Del Regno <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> | |||||