summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-parser/imx-parser.inc
Commit message (Collapse)AuthorAgeFilesLines
* imx-parser: Update to version 4.3.5Fabio Berton2018-06-261-41/+0
| | | | | | | | - Update license checksum to match EULA v22 April 2018. - Remove .inc file to use only one .bb file - Update O.S. Systems Software Copyright Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
* imx-parser: Upgrade to v4.3.2Yuqing Zhu2018-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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>
* imx-parser: Upgrade to v4.2.1Yuqing Zhu2017-09-271-1/+2
| | | | | | | | | | | | | | | | | | | | | 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>
* imx-parser: Upgrade to v4.1.6Yuqing Zhu2017-05-231-1/+1
| | | | | | | | | | | | Upgrade license chksum to v16 EULA Fix segmentation fault in ID3 parser when dataSize is abnormal Update MP4 PARSER to 06.09.38 Update MP3 PARSER to 03.01.14 Update AAC PARSER to 03.00.11 Update FLAC PARSER to 03.00.6 Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-parser: Upgrade to 4.1.4Lauren Post2016-10-181-1/+1
| | | | | | | | - Update license checksum to align to EULA - Updates for coverity, memory leaks, corrupted content Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-parser: Quiet 'already stripped' warningsFahad Usman2016-05-071-0/+1
| | | | | | | | | | | This patch helps to quite 'already stripped' warnings thrown during the build. Change-Id: Ie6977154571c9eceb51d3f6ff3665f667f4cc007 Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com> Signed-off-by: Sujith H <sujith.h@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-parser: Fix backward compatibility with libfslparserOtavio Salvador2016-05-071-1/+2
| | | | | | | | 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: Icd6c8240cb063dede707c7b0bd1d256e46542cd2 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-parser: Upgrade to v4.0.9Yuqing Zhu2016-05-071-0/+38
--Change the recipe name from "libfslparser" to "imx-parser" --Add RREPLACE/RPROVIDES/RCONFLICTS for backwards compatibility. --Add aac latm parser in parser_libs, support aac latm in mpeg2 parser Change-Id: I2e3cb92a952fe10136c25206f1527ca1472598cc Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>