OSDN Git Service

media: vicodec: add the virtual codec driver
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 20 Jul 2018 07:52:50 +0000 (03:52 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 25 Jul 2018 12:16:46 +0000 (08:16 -0400)
commit256bf813ba39f7f9277a5cd05b5c152dbbaf4aae
tree8e740c615c31d454df39242d1251391b2d039580
parent251d6fe9a6753f8d2b5b7565c7044dbd82d63d62
media: vicodec: add the virtual codec driver

Add the virtual codec driver that uses the Fast Walsh Hadamard Transform.

Keiichi Watanabe contributed the multiplanar support.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Co-Developed-by: Keiichi Watanabe <keiichiw@chromium.org>
Signed-off-by: Keiichi Watanabe <keiichiw@chromium.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
MAINTAINERS
drivers/media/platform/Kconfig
drivers/media/platform/Makefile
drivers/media/platform/vicodec/Kconfig [new file with mode: 0644]
drivers/media/platform/vicodec/Makefile [new file with mode: 0644]
drivers/media/platform/vicodec/vicodec-core.c [new file with mode: 0644]