diff mbox

[02/14] libfslparser: bump to version 4.0.8

Message ID 1458140214-22303-3-git-send-email-gary.bisson@boundarydevices.com
State Accepted
Commit 87fcc089932d6275e3732ff47fb3580486bda599
Headers show

Commit Message

Gary Bisson March 16, 2016, 2:56 p.m. UTC
Changelog since 4.0.7:
-Support hevc in MPG2 parser.
-Enhance the parsing conditions in SPS nal unit.
 Parse system header to get stream id.
 For mpeg video, don't call parseh264 to avoid mistakes.
-Fix memory leak, free temp data buffer after parsing header.

This patch is based on the Yocto equivalent:
https://github.com/Freescale/meta-fsl-arm/commit/c3aa06b3

This package has been implicitely tested through gstreamer as the 0.10
plugin relies on it:
 # gst-launch-0.10 playbin uri=file:///root/tears_of_steel_1080p.webm

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
---
 package/libfslparser/libfslparser.hash | 2 +-
 package/libfslparser/libfslparser.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard March 18, 2016, 10:29 p.m. UTC | #1
>>>>> "Gary" == Gary Bisson <gary.bisson@boundarydevices.com> writes:

 > Changelog since 4.0.7:
 > -Support hevc in MPG2 parser.
 > -Enhance the parsing conditions in SPS nal unit.
 >  Parse system header to get stream id.
 >  For mpeg video, don't call parseh264 to avoid mistakes.
 > -Fix memory leak, free temp data buffer after parsing header.

 > This patch is based on the Yocto equivalent:
 > https://github.com/Freescale/meta-fsl-arm/commit/c3aa06b3

 > This package has been implicitely tested through gstreamer as the 0.10
 > plugin relies on it:
 >  # gst-launch-0.10 playbin uri=file:///root/tears_of_steel_1080p.webm

 > Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/libfslparser/libfslparser.hash b/package/libfslparser/libfslparser.hash
index 976a2d2..c49345f 100644
--- a/package/libfslparser/libfslparser.hash
+++ b/package/libfslparser/libfslparser.hash
@@ -1,2 +1,2 @@ 
 # locally computed
-sha256	e7c248e64db03c3ddd84f50ae408e560f8f5819e58c487a5dec5141bc384ae83  libfslparser-4.0.7.bin
+sha256	a04621783c84a9776216caff9563c7f840fddd584b0b2d27738d6ca6d2c77f32  libfslparser-4.0.8.bin
diff --git a/package/libfslparser/libfslparser.mk b/package/libfslparser/libfslparser.mk
index c5efc85..44e6039 100644
--- a/package/libfslparser/libfslparser.mk
+++ b/package/libfslparser/libfslparser.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-LIBFSLPARSER_VERSION = 4.0.7
+LIBFSLPARSER_VERSION = 4.0.8
 LIBFSLPARSER_SITE = $(FREESCALE_IMX_SITE)
 LIBFSLPARSER_SOURCE = libfslparser-$(LIBFSLPARSER_VERSION).bin
 LIBFSLPARSER_INSTALL_STAGING = YES