]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-parser: Upgrade to v4.3.4
authorYuqing Zhu <carol.zhu@nxp.com>
Wed, 6 Jun 2018 03:44:23 +0000 (11:44 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 6 Jun 2018 14:30:14 +0000 (11:30 -0300)
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 <carol.zhu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit e08465b13837c4bc2145e2cb36e22e89eda9cf6f)

Change-Id: If60e931a872ff469d3488809e2d2b13ccbb751d1

recipes-multimedia/imx-parser/imx-parser_4.2.1.bb [deleted file]
recipes-multimedia/imx-parser/imx-parser_4.3.4.bb [new file with mode: 0644]

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 (file)
index 94245ec..0000000
+++ /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 (file)
index 0000000..8ae2c8f
--- /dev/null
@@ -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)"