[meta-freescale] [PATCH 2/2] imx-parser: Upgrade to v4.2.1
Yuqing Zhu
carol.zhu at nxp.com
Wed Sep 27 02:49:11 PDT 2017
1. Upgrade EULA to v18
2. Bugfixes/Optimization
- Update HEVC PARSER 01.00.02/ APE PARSER 00.00.08/ MPEG2 PARSER 04.05.10
1. Delete the useless label in HEVC PARSER.
2. Fix 2 variables' not init in special case for APE PARSER.
3. Fix one struct's not init for MPEG2 PARSER.
- Fix one mp3 can't play on jb4.3_1.1.1-ga
ID3V2 contains a picture larger than 3MB, need to save ID3 data size
in self->m_dwID3V2Size to let parser skip it when starting playback.
- Fix creating parser error
When variable value is negative, if(bytesToRead) will return true,
modify this condition to if(bytesToRead > 0).
Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
---
recipes-multimedia/imx-parser/imx-parser.inc | 3 ++-
.../imx-parser/{imx-parser_4.1.6.bb => imx-parser_4.2.1.bb} | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
rename recipes-multimedia/imx-parser/{imx-parser_4.1.6.bb => imx-parser_4.2.1.bb} (51%)
diff --git a/recipes-multimedia/imx-parser/imx-parser.inc b/recipes-multimedia/imx-parser/imx-parser.inc
index 24b721b..9458d4e 100644
--- a/recipes-multimedia/imx-parser/imx-parser.inc
+++ b/recipes-multimedia/imx-parser/imx-parser.inc
@@ -1,10 +1,11 @@
# Copyright (C) 2012-2014, 2016 O.S. Systems Software LTDA.
# Copyright (C) 2012-2016 Freescale Semiconductor
+# Copyright 2017 NXP
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "Freescale Multimedia parser libs"
LICENSE = "Proprietary"
SECTION = "multimedia"
-LIC_FILES_CHKSUM = "file://COPYING;md5=be67a88e9e6c841043b005ad7bcf8309"
+LIC_FILES_CHKSUM = "file://COPYING;md5=6b552f505eedab4a11ab538cf3db743a"
# For backwards compatibility
PROVIDES += "libfslparser"
diff --git a/recipes-multimedia/imx-parser/imx-parser_4.1.6.bb b/recipes-multimedia/imx-parser/imx-parser_4.2.1.bb
similarity index 51%
rename from recipes-multimedia/imx-parser/imx-parser_4.1.6.bb
rename to recipes-multimedia/imx-parser/imx-parser_4.2.1.bb
index af13608..94245ec 100644
--- a/recipes-multimedia/imx-parser/imx-parser_4.1.6.bb
+++ b/recipes-multimedia/imx-parser/imx-parser_4.2.1.bb
@@ -1,9 +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] = "393bfe9e43d58585977199049dbcb732"
-SRC_URI[sha256sum] = "ed0f8cafc67751d4b8fcf45ffe481a3020330d91294de8bf618dacc75ba02f8e"
+SRC_URI[md5sum] = "6717799abce0dc5918db8d3fd0e39184"
+SRC_URI[sha256sum] = "36d3ae7285f3a83a87abf680b8a52b3c07df869d2443de844fb5f0ff528ca862"
COMPATIBLE_MACHINE = "(mx6|mx7)"
--
1.9.1
More information about the meta-freescale
mailing list