summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-codec
diff options
context:
space:
mode:
authorYuqing Zhu <carol.zhu@nxp.com>2017-09-27 17:49:10 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-09-27 10:28:03 -0300
commite26605bc946418c6d4e7597884a27c2b3ec6efd0 (patch)
treeb446497f801586cb7b12344354bb9f8f7de5ea6b /recipes-multimedia/imx-codec
parentd578533e80934496f56e1521bbf64bda9aa76797 (diff)
downloadmeta-freescale-e26605bc946418c6d4e7597884a27c2b3ec6efd0.tar.gz
imx-codec: Upgrade to v4.2.1
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>
Diffstat (limited to 'recipes-multimedia/imx-codec')
-rw-r--r--recipes-multimedia/imx-codec/imx-codec.inc3
-rw-r--r--recipes-multimedia/imx-codec/imx-codec_4.2.1.bb (renamed from recipes-multimedia/imx-codec/imx-codec_4.1.6.bb)5
2 files changed, 5 insertions, 3 deletions
diff --git a/recipes-multimedia/imx-codec/imx-codec.inc b/recipes-multimedia/imx-codec/imx-codec.inc
index 4eb8a09a..74d0b99f 100644
--- a/recipes-multimedia/imx-codec/imx-codec.inc
+++ b/recipes-multimedia/imx-codec/imx-codec.inc
@@ -1,9 +1,10 @@
1# Copyright (C) 2012-2016 Freescale Semiconductor 1# Copyright (C) 2012-2016 Freescale Semiconductor
2# Copyright 2017 NXP
2# Released under the MIT license (see COPYING.MIT for the terms) 3# Released under the MIT license (see COPYING.MIT for the terms)
3DESCRIPTION = "Freescale Multimedia codec libs" 4DESCRIPTION = "Freescale Multimedia codec libs"
4LICENSE = "Proprietary" 5LICENSE = "Proprietary"
5SECTION = "multimedia" 6SECTION = "multimedia"
6LIC_FILES_CHKSUM = "file://COPYING;md5=be67a88e9e6c841043b005ad7bcf8309" 7LIC_FILES_CHKSUM = "file://COPYING;md5=6b552f505eedab4a11ab538cf3db743a"
7 8
8# Backward compatibility 9# Backward compatibility
9PROVIDES += "libfslcodec" 10PROVIDES += "libfslcodec"
diff --git a/recipes-multimedia/imx-codec/imx-codec_4.1.6.bb b/recipes-multimedia/imx-codec/imx-codec_4.2.1.bb
index 513c3c2c..6cb25c7c 100644
--- a/recipes-multimedia/imx-codec/imx-codec_4.1.6.bb
+++ b/recipes-multimedia/imx-codec/imx-codec_4.2.1.bb
@@ -1,9 +1,10 @@
1# Copyright (C) 2013-2016 Freescale Semiconductor 1# Copyright (C) 2013-2016 Freescale Semiconductor
2# Copyright 2017 NXP
2# Released under the MIT license (see COPYING.MIT for the terms) 3# Released under the MIT license (see COPYING.MIT for the terms)
3 4
4require imx-codec.inc 5require imx-codec.inc
5 6
6SRC_URI[md5sum] = "041adb904c50f1cee681b7f6d948e853" 7SRC_URI[md5sum] = "3db67e3f602e65fe0ac00ae4f9ea6109"
7SRC_URI[sha256sum] = "1ed94a01fb47b50ec488dc8dfe96e874ae8270af5e1161f693a8bbe09e507abf" 8SRC_URI[sha256sum] = "20d3f9b4187fcd9e7007c94558a00bab1191513eee74b6f0d8c7b43f874e06ed"
8 9
9COMPATIBLE_MACHINE = "(mx6|mx7)" 10COMPATIBLE_MACHINE = "(mx6|mx7)"