diff options
author | Julian Scheel <julian@jusst.de> | 2016-04-14 12:21:19 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-04-30 08:11:13 +0200 |
commit | d52208e8d549d4c84a2a348aa3790b1a177e779a (patch) | |
tree | a57127c71d20020b388cd33573d6e7f3681608c4 /Changelog | |
parent | 2689bb115ca64921789092148deaf213a0d94d2e (diff) | |
download | ffmpeg-streaming-d52208e8d549d4c84a2a348aa3790b1a177e779a.zip ffmpeg-streaming-d52208e8d549d4c84a2a348aa3790b1a177e779a.tar.gz |
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-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |