]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-parser: Upgrade to v4.3.2
authorYuqing Zhu <carol.zhu@nxp.com>
Tue, 26 Dec 2017 06:11:01 +0000 (14:11 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 25 Jan 2018 18:30:35 +0000 (16:30 -0200)
1. Upgrade EULA to v20

2. Add i.MX8 support

3. Bugfix/Optimization
   -Fix creating parser error
    When the variable value is negetive, if(bytesToRead) will return true,
    modify this condition to if(bytesToRead > 0).
   -FLAC PARSER 03.00.07
    Check read actual length in case of parser reach eos.
   -MP4 PARSER 06.12.11
    Fix crash issue when parse id3 metadata.
   -MPG2 PARSER 04.05.16
    Fix parser return wrong frame size after fastforward.
   -ASFPARSER_01.00.55
    Update for HEVC tag and audio AC3 support.

Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-multimedia/imx-parser/imx-parser.inc
recipes-multimedia/imx-parser/imx-parser_4.2.1.bb [deleted file]
recipes-multimedia/imx-parser/imx-parser_4.3.2.bb [new file with mode: 0644]

index 9458d4e38df29c9abdbb97d4bf01e57f70e7db75..3a78f6ac32639fa856f8da4e487ccf3c577f6390 100644 (file)
@@ -5,7 +5,7 @@
 DESCRIPTION = "Freescale Multimedia parser libs"
 LICENSE = "Proprietary"
 SECTION = "multimedia"
-LIC_FILES_CHKSUM = "file://COPYING;md5=6b552f505eedab4a11ab538cf3db743a"
+LIC_FILES_CHKSUM = "file://COPYING;md5=08fd295cce89b0a9c74b9b83ed74f671"
 
 # For backwards compatibility
 PROVIDES += "libfslparser"
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.2.bb b/recipes-multimedia/imx-parser/imx-parser_4.3.2.bb
new file mode 100644 (file)
index 0000000..661db04
--- /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] = "c69669d18ab77fa62fe1dc4fd0eea9e4"
+SRC_URI[sha256sum] = "2cab49758fb5b27e0735379ab98ac43787195c4d73aac440f24ba3fd1c252e32"
+
+COMPATIBLE_MACHINE = "(mx6|mx7|mx8)"