[vlc-commits] mmal: Add deinterlace filter
Julian Scheel
git at videolan.org
Thu Sep 4 05:09:56 CEST 2014
vlc | branch: master | Julian Scheel <julian at jusst.de> | Wed Sep 3 09:26:47 2014 +0200| [ada506316fb9e22ea989d5b18b0162d8c9032233] | committer: Jean-Baptiste Kempf
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 at jusst.de>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ada506316fb9e22ea989d5b18b0162d8c9032233
---
modules/MODULES_LIST | 1 +
modules/hw/mmal/Makefile.am | 6 +
modules/hw/mmal/deinterlace.c | 519 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 526 insertions(+)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=ada506316fb9e22ea989d5b18b0162d8c9032233
More information about the vlc-commits
mailing list