[media] pci: Add tw5864 driver
authorAndrey Utkin <andrey.utkin@corp.bluecherry.net>
Wed, 20 Jul 2016 13:07:12 +0000 (10:07 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 24 Aug 2016 14:17:22 +0000 (11:17 -0300)
commit34d1324edd3154105b7a3985c6c4384d602f2ab6
tree6fd7cd9192805ad0fe16da003ca45d7922ba45dc
parent2ba775d0f643a070ff0820a3059572871d947e6a
[media] pci: Add tw5864 driver

Support for boards based on Techwell TW5864 chip which provides
multichannel video & audio grabbing and encoding (H.264, MJPEG,
ADPCM G.726).

This submission implements only H.264 encoding of all channels at D1
resolution.

Thanks to Mark Thompson <sw@jkqxz.net> for help, and for contribution of
H.264 startcode emulation prevention code.

Signed-off-by: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
MAINTAINERS
drivers/media/pci/Kconfig
drivers/media/pci/Makefile
drivers/media/pci/tw5864/Kconfig [new file with mode: 0644]
drivers/media/pci/tw5864/Makefile [new file with mode: 0644]
drivers/media/pci/tw5864/tw5864-core.c [new file with mode: 0644]
drivers/media/pci/tw5864/tw5864-h264.c [new file with mode: 0644]
drivers/media/pci/tw5864/tw5864-reg.h [new file with mode: 0644]
drivers/media/pci/tw5864/tw5864-util.c [new file with mode: 0644]
drivers/media/pci/tw5864/tw5864-video.c [new file with mode: 0644]
drivers/media/pci/tw5864/tw5864.h [new file with mode: 0644]
This page took 0.025896 seconds and 5 git commands to generate.