]> code.ossystems Code Review - meta-freescale.git/commit
imx-parser: Upgrade to v4.2.1
authorYuqing Zhu <carol.zhu@nxp.com>
Wed, 27 Sep 2017 09:49:11 +0000 (17:49 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 27 Sep 2017 13:28:28 +0000 (10:28 -0300)
commit1d090c91cd096cab03c6ec1a1864da1299833cbb
tree10d4b72481ffc6e3c40ac6a85226135ddd794689
parente26605bc946418c6d4e7597884a27c2b3ec6efd0
imx-parser: Upgrade to v4.2.1

1. Upgrade EULA to v18

2. Bugfixes/Optimization
   - Update HEVC PARSER 01.00.02/ APE PARSER 00.00.08/ MPEG2 PARSER 04.05.10
     1. Delete the useless label in HEVC PARSER.
     2. Fix 2 variables' not init in special case for APE PARSER.
     3. Fix one struct's not init for MPEG2 PARSER.

   - Fix one mp3 can't play on jb4.3_1.1.1-ga
     ID3V2 contains a picture larger than 3MB, need to save ID3 data size
     in self->m_dwID3V2Size to let parser skip it when starting playback.

   - Fix creating parser error
     When variable value is negative, if(bytesToRead) will return true,
     modify this condition to if(bytesToRead > 0).

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 [moved from recipes-multimedia/imx-parser/imx-parser_4.1.6.bb with 51% similarity]