aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-codec
AgeCommit message (Collapse)Author
2018-01-25imx-codec: Upgrade to v4.3.2Yuqing Zhu
1. Upgrade EULA to v20 2. Add i.MX8 support 3. Bugfix/Optimization - Remove video codec in imx-codec package. - Fix logically dead code issue for aac_dec. - Fix wrong sizeof argument for flac_dec. - Cancel unused code in nb_amr/wb_amr/flac_dec/bsac_dec. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-09-27imx-codec: Upgrade to v4.2.1Yuqing Zhu
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>
2017-05-23imx-codec: Upgrade to v4.1.6Yuqing Zhu
-Upgrade license chksum to v16 EULA Bugfixes: -VORBIS_Wrapper/VORBIS_DEC: add error handler Some fuzzy bitstream will cause segmentfault as error handler is not correct. -Fix wma10_dec's Segmentation fault in performance test Segmentation fault occurs when decoding several streams in performance test. Add test_case[] array's size to fix it. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-27imx-codec: Remove i.MX 6UL specific metadataFabio Berton
The SoC is now dealt as a i.MX6 SoC so there is no need for the specific metadata. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18imx-codec: Upgrade to 4.1.4Lauren Post
- Upgrade license chksum to v14 EULA - Check for lib_src_ppp_arm11_elinux.so library before removing - Fixes for error hadling and robustness Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-09-08imx-codec: Refactor code to use the new overridesOtavio Salvador
The recipe has been reworked to use the 'imxvpu' feature override. Change-Id: I2caba9278db1c78e1368da6c4f82eb0b738917a2 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-05-07imx-codec: Fix backward compatibility with libfslcodecOtavio Salvador
The new recipe ought to remove the old one and provide the same recipe name. This ensures that old metadata is kept working. Change-Id: I5fe1b53e150c1fdd2c8c63895abf211810b4caa1 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-05-07imx-codec: Upgrade to v4.0.9Yuqing Zhu
--Change the recipe name from "libfslcodec" to "imx-codec" --Add RREPLACE/RPROVIDES/RCONFLICTS for backwards compatibility. --[aac_dec] refine the code for pure c build aac decoder c build need float point support, which use some float point function. Change-Id: Ie8071031b45038107d27b16e2c129376cf4f109d Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>