[vlc-commits] codec/mmal: Add mmal based decoder 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:41 2014 +0200| [729e197023d28ae39206a433a36b17d4ff78829b] | committer: Jean-Baptiste Kempf

codec/mmal: Add mmal based decoder plugin

This plugin is capable of decoding MPEG-2 and H264 video through the Multi
Media Abstraction Layer (MMAL) by Broadcom. It is supported by recent Broadcom
SoCs and found on the widely spread Raspberry Pi.

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=729e197023d28ae39206a433a36b17d4ff78829b
---

 NEWS                      |    1 +
 configure.ac              |   27 ++
 modules/MODULES_LIST      |    1 +
 modules/codec/Makefile.am |   10 +
 modules/codec/mmal.c      |  599 +++++++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.in            |    1 +
 6 files changed, 639 insertions(+)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=729e197023d28ae39206a433a36b17d4ff78829b


More information about the vlc-commits mailing list