]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-codec: Upgrade to v4.2.1
authorYuqing Zhu <carol.zhu@nxp.com>
Wed, 27 Sep 2017 09:49:10 +0000 (17:49 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 27 Sep 2017 13:28:03 +0000 (10:28 -0300)
1. Upgrade EULA to v18

2. Bugfix/Optimization
   - AACPlus:M4A format audio only can output about 1s audio, then keep silence
     It is caused by AACPlus decoder because aacplus decoder
     occupys much cpu time when decoding.
     Add -O3 build option into aacplus decoder's build script to
     optimize the code.

   - Optimize the code
     Cancel duplicated code in aac_dec/aacplus_dec.
     Cancel unused code in flac_dec.

Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-multimedia/imx-codec/imx-codec.inc
recipes-multimedia/imx-codec/imx-codec_4.2.1.bb [moved from recipes-multimedia/imx-codec/imx-codec_4.1.6.bb with 51% similarity]

index 4eb8a09ab9ef491f52acfa18130ee2ed3761e76e..74d0b99f64bb9faeb50dec435be7aefe26ddf3d4 100644 (file)
@@ -1,9 +1,10 @@
 # Copyright (C) 2012-2016 Freescale Semiconductor
+# Copyright 2017 NXP
 # Released under the MIT license (see COPYING.MIT for the terms)
 DESCRIPTION = "Freescale Multimedia codec libs"
 LICENSE = "Proprietary"
 SECTION = "multimedia"
-LIC_FILES_CHKSUM = "file://COPYING;md5=be67a88e9e6c841043b005ad7bcf8309"
+LIC_FILES_CHKSUM = "file://COPYING;md5=6b552f505eedab4a11ab538cf3db743a"
 
 # Backward compatibility
 PROVIDES += "libfslcodec"
similarity index 51%
rename from recipes-multimedia/imx-codec/imx-codec_4.1.6.bb
rename to recipes-multimedia/imx-codec/imx-codec_4.2.1.bb
index 513c3c2c913fb36af90b1b36c62220cacc74fc5a..6cb25c7c9f30a02eccc5d309f12ddef31f0efbd1 100644 (file)
@@ -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-codec.inc
 
-SRC_URI[md5sum] = "041adb904c50f1cee681b7f6d948e853"
-SRC_URI[sha256sum] = "1ed94a01fb47b50ec488dc8dfe96e874ae8270af5e1161f693a8bbe09e507abf"
+SRC_URI[md5sum] = "3db67e3f602e65fe0ac00ae4f9ea6109"
+SRC_URI[sha256sum] = "20d3f9b4187fcd9e7007c94558a00bab1191513eee74b6f0d8c7b43f874e06ed"
 
 COMPATIBLE_MACHINE = "(mx6|mx7)"