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>
# 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"
# 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)"