summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorJulian Scheel <julian@jusst.de>2016-04-14 12:21:19 +0200
committerAnton Khirnov <anton@khirnov.net>2016-04-30 08:11:13 +0200
commitd52208e8d549d4c84a2a348aa3790b1a177e779a (patch)
treea57127c71d20020b388cd33573d6e7f3681608c4 /Changelog
parent2689bb115ca64921789092148deaf213a0d94d2e (diff)
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 <julian@jusst.de> Signed-off-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index a497fbca13..80d88bcd8e 100644
--- a/Changelog
+++ b/Changelog
@@ -55,6 +55,7 @@ version <next>:
- 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: