]> git.baikalelectronics.ru Git - kernel.git/commit
[media] media: coda: Add driver for Coda video codec
authorJavier Martin <javier.martin@vista-silicon.com>
Thu, 26 Jul 2012 08:53:35 +0000 (05:53 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 6 Aug 2012 12:02:23 +0000 (09:02 -0300)
commit97ccbcb2e14e9701be7c64080c2cb9cef16c662a
tree87cfd2cdc921acb8aeccd84afe8aa2bbb8c615fa
parentef8c3ed3ae77ee40537c327482af6bd53732fb4e
[media] media: coda: Add driver for Coda video codec

Coda is a range of video codecs from Chips&Media that
support H.264, H.263, MPEG4 and other video standards.

Currently only support for the codadx6 included in the
i.MX27 SoC is added. H.264 and MPEG4 video encoding
are the only supported capabilities by now.

[mchehab@redhat.com: Add missing include linux/of.h]
Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Reviewed-by: Philipp Zabel<p.zabel@pengutronix.de>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/Kconfig
drivers/media/video/Makefile
drivers/media/video/coda.c [new file with mode: 0644]
drivers/media/video/coda.h [new file with mode: 0644]