]> git.sesse.net Git - vlc/commit
mmal: Add deinterlace filter
authorJulian Scheel <julian@jusst.de>
Wed, 3 Sep 2014 07:26:47 +0000 (09:26 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 4 Sep 2014 03:09:47 +0000 (05:09 +0200)
commitada506316fb9e22ea989d5b18b0162d8c9032233
treea907f362c55a27040370e0127b65463041bb47a5
parentc9fb696cf17a2dda3850e2e40ac4f3f057905ee7
mmal: Add deinterlace filter

Add a video_filter module which uses the Broadcom Multi Media Abstraction
Layer (mmal) to deinterlace video in hardware on supported platforms like the
Raspberry Pi.
As of now it is only working in opaque mode, due to a broadcom firmware
limitation.  Thus it can only be used along with mmal/codec and mmal/vout.

Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/MODULES_LIST
modules/hw/mmal/Makefile.am
modules/hw/mmal/deinterlace.c [new file with mode: 0644]