From: Yuqing Zhu Date: Wed, 6 Jun 2018 03:44:23 +0000 (+0800) Subject: imx-parser: Upgrade to v4.3.4 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=db9d79ed1cf17bb843779eb2e3fe25716f794cc3;p=meta-freescale.git imx-parser: Upgrade to v4.3.4 Fix crash issue when parse index list. Add mett atom in mp4 parser. MP4 PARSER 06.13.00 add interface PARSER_API_GET_TEXT_TRACK_MIME to get mime type from mett atom. Add protection for contentDescriptionObject in case the size is not correct and larger than qwSize, Otherwise, it will cause memory error. Signed-off-by: Yuqing Zhu Signed-off-by: Otavio Salvador (cherry picked from commit e08465b13837c4bc2145e2cb36e22e89eda9cf6f) Change-Id: If60e931a872ff469d3488809e2d2b13ccbb751d1 --- diff --git a/recipes-multimedia/imx-parser/imx-parser_4.2.1.bb b/recipes-multimedia/imx-parser/imx-parser_4.2.1.bb deleted file mode 100644 index 94245ec3..00000000 --- a/recipes-multimedia/imx-parser/imx-parser_4.2.1.bb +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright (C) 2013-2016 Freescale Semiconductor -# Copyright 2017 NXP -# Released under the MIT license (see COPYING.MIT for the terms) - -require imx-parser.inc - -SRC_URI[md5sum] = "6717799abce0dc5918db8d3fd0e39184" -SRC_URI[sha256sum] = "36d3ae7285f3a83a87abf680b8a52b3c07df869d2443de844fb5f0ff528ca862" - -COMPATIBLE_MACHINE = "(mx6|mx7)" diff --git a/recipes-multimedia/imx-parser/imx-parser_4.3.4.bb b/recipes-multimedia/imx-parser/imx-parser_4.3.4.bb new file mode 100644 index 00000000..8ae2c8f8 --- /dev/null +++ b/recipes-multimedia/imx-parser/imx-parser_4.3.4.bb @@ -0,0 +1,10 @@ +# Copyright (C) 2013-2016 Freescale Semiconductor +# Copyright 2017 NXP +# Released under the MIT license (see COPYING.MIT for the terms) + +require imx-parser.inc + +SRC_URI[md5sum] = "f6ac916c8d6ccf66f9da58bc230f0d1d" +SRC_URI[sha256sum] = "29a199c79a4a7e01e3c386018c854b6be5d839061b15f8519e19fea8bf77121d" + +COMPATIBLE_MACHINE = "(mx6|mx7|mx8)"