summaryrefslogtreecommitdiffstats
path: root/package/freescale-imx/imx-parser/imx-parser.mk
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2018-07-30 15:01:44 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-08-12 14:14:33 +0200
commit3a60fbd4a91e46a2bac227f1d6a569ff2e5060a0 (patch)
tree8683804a40c60593f3e66fdfd4e284993b68bc45 /package/freescale-imx/imx-parser/imx-parser.mk
parent10313180180a0e5ad7b3c157a33e836566ca92f1 (diff)
downloadbuildroot-3a60fbd4a91e46a2bac227f1d6a569ff2e5060a0.tar.gz
buildroot-3a60fbd4a91e46a2bac227f1d6a569ff2e5060a0.zip
imx-parser: bump version to 4.3.5
Added COPYING hash to track license changes. No changelog provided by NXP for v4.3.5. Changelog for v4.3.4: - Fix crash issue when parse index list. - Add mett atom in mp4 parser. - MP4 PARSER 06.13.00 add interface PARSER_API_GET_TEXT_TRACK_MIME to get mime type from mett atom. - Add protection for contentDescriptionObject in case the size is not correct and larger than qwSize. Changelog for v4.3.2: - 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: Gary Bisson <gary.bisson@boundarydevices.com> [Thomas: add hash for EULA file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/freescale-imx/imx-parser/imx-parser.mk')
-rw-r--r--package/freescale-imx/imx-parser/imx-parser.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/freescale-imx/imx-parser/imx-parser.mk b/package/freescale-imx/imx-parser/imx-parser.mk
index 11536e5024..fc4376f04b 100644
--- a/package/freescale-imx/imx-parser/imx-parser.mk
+++ b/package/freescale-imx/imx-parser/imx-parser.mk
@@ -4,7 +4,7 @@
#
################################################################################
-IMX_PARSER_VERSION = 4.2.1
+IMX_PARSER_VERSION = 4.3.5
IMX_PARSER_SITE = $(FREESCALE_IMX_SITE)
IMX_PARSER_SOURCE = imx-parser-$(IMX_PARSER_VERSION).bin
IMX_PARSER_INSTALL_STAGING = YES
OpenPOWER on IntegriCloud