]> code.ossystems Code Review - meta-freescale.git/commit
imx-parser: Upgrade to v4.3.2
authorYuqing Zhu <carol.zhu@nxp.com>
Tue, 26 Dec 2017 06:11:01 +0000 (14:11 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 25 Jan 2018 18:30:35 +0000 (16:30 -0200)
commitca8c28830c01bef4f197b5c33f0e8a9b52d17426
tree9547e0973a151bfab0f91ca5b4f9337dd78b85c9
parent1a3b1586f1040c580be32ffe95b4d55649a57210
imx-parser: Upgrade to v4.3.2

1. Upgrade EULA to v20

2. Add i.MX8 support

3. Bugfix/Optimization
   -Fix creating parser error
    When the variable value is negetive, if(bytesToRead) will return true,
    modify this condition to if(bytesToRead > 0).
   -FLAC PARSER 03.00.07
    Check read actual length in case of parser reach eos.
   -MP4 PARSER 06.12.11
    Fix crash issue when parse id3 metadata.
   -MPG2 PARSER 04.05.16
    Fix parser return wrong frame size after fastforward.
   -ASFPARSER_01.00.55
    Update for HEVC tag and audio AC3 support.

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 [deleted file]
recipes-multimedia/imx-parser/imx-parser_4.3.2.bb [new file with mode: 0644]