[vlc-commits] video_output/mmal: Add mmal based video output plugin
Dennis Hamester
git at videolan.org
Thu May 22 11:41:33 CEST 2014
vlc | branch: master | Dennis Hamester <dennis.hamester at gmail.com> | Wed May 21 13:46:40 2014 +0200| [2312578206b8539bac215ad7c747d61dd742dccd] | committer: Jean-Baptiste Kempf
video_output/mmal: Add mmal based video output plugin
This plugin uses the Multimedia Abstraction Layer (mmal) by Broadcom. It is
supported on recent Broadcom SoCs as found on the well known Raspberry Pi.
The plugin features support for native blending of overlays through DispManX.
Furthermore it supports automatic adaption of refresh rate to the video being
played through the tvservice API.
Signed-off-by: Dennis Hamester <dennis.hamester at gmail.com>
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=2312578206b8539bac215ad7c747d61dd742dccd
---
NEWS | 1 +
configure.ac | 27 ++
modules/MODULES_LIST | 1 +
modules/video_output/Modules.am | 8 +
modules/video_output/mmal.c | 955 +++++++++++++++++++++++++++++++++++++++
po/POTFILES.in | 1 +
6 files changed, 993 insertions(+)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=2312578206b8539bac215ad7c747d61dd742dccd
More information about the vlc-commits
mailing list