From d52208e8d549d4c84a2a348aa3790b1a177e779a Mon Sep 17 00:00:00 2001 From: Julian Scheel Date: Thu, 14 Apr 2016 12:21:19 +0200 Subject: mmaldec: Add mpeg2 decoding support Register mmaldec as mpeg2 decoder. Supporting mpeg2 in mmaldec is just a matter of setting the correct MMAL_ENCODING on the input port. To ease the addition of further supported mmal codecs a macro is introduced to generate the decoder and decoder class structs. Signed-off-by: Julian Scheel Signed-off-by: wm4 Signed-off-by: Anton Khirnov --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index a497fbca13..80d88bcd8e 100644 --- a/Changelog +++ b/Changelog @@ -55,6 +55,7 @@ version : - libnpp/CUDA-accelerated format conversion and scaling - VAAPI-accelerate H.264/HEVC/MJPEG encoding - Generic OpenMAX IL encoder with support for Raspberry Pi +- MMAL-accelerated MPEG-2 decoding version 11: -- cgit v1.2.3