All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Upgrade imx-codec/imx-parser/imx-gst1.0-plugin to v4.1.6
@ 2017-05-23  6:27 Yuqing Zhu
  2017-05-23  6:27 ` [PATCH 1/3] imx-codec: Upgrade " Yuqing Zhu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yuqing Zhu @ 2017-05-23  6:27 UTC (permalink / raw)
  To: meta-freescale; +Cc: Yuqing Zhu

-Upgrade imx-codec to v4.1.6
-Upgrade imx-parser to v4.1.6
-Upgrade imx-gst1.0-plugin to v4.1.6


Yuqing Zhu (3):
  imx-codec: Upgrade to v4.1.6
  imx-parser: Upgrade to v4.1.6
  imx-gst1.0-plugin: Upgrade to v4.1.6

 ...x-gst1.0-plugin_4.1.4.bb => imx-gst1.0-plugin_4.1.6.bb} | 14 +++++---------
 recipes-multimedia/imx-codec/imx-codec.inc                 |  2 +-
 .../imx-codec/{imx-codec_4.1.4.bb => imx-codec_4.1.6.bb}   |  4 ++--
 recipes-multimedia/imx-parser/imx-parser.inc               |  2 +-
 .../{imx-parser_4.1.4.bb => imx-parser_4.1.6.bb}           |  4 ++--
 5 files changed, 11 insertions(+), 15 deletions(-)
 rename recipes-multimedia/gstreamer/{imx-gst1.0-plugin_4.1.4.bb => imx-gst1.0-plugin_4.1.6.bb} (89%)
 rename recipes-multimedia/imx-codec/{imx-codec_4.1.4.bb => imx-codec_4.1.6.bb} (55%)
 rename recipes-multimedia/imx-parser/{imx-parser_4.1.4.bb => imx-parser_4.1.6.bb} (55%)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/3] imx-codec: Upgrade to v4.1.6
  2017-05-23  6:27 [PATCH 0/3] Upgrade imx-codec/imx-parser/imx-gst1.0-plugin to v4.1.6 Yuqing Zhu
@ 2017-05-23  6:27 ` Yuqing Zhu
  2017-05-23  6:27 ` [PATCH 2/3] imx-parser: " Yuqing Zhu
  2017-05-23  6:27 ` [PATCH 3/3] imx-gst1.0-plugin: " Yuqing Zhu
  2 siblings, 0 replies; 4+ messages in thread
From: Yuqing Zhu @ 2017-05-23  6:27 UTC (permalink / raw)
  To: meta-freescale; +Cc: Yuqing Zhu

-Upgrade license chksum to v16 EULA

Bugfixes:
-VORBIS_Wrapper/VORBIS_DEC: add error handler
 Some fuzzy bitstream will cause segmentfault as error handler is not correct.
-Fix wma10_dec's Segmentation fault in performance test
 Segmentation fault occurs when decoding several streams in performance test.
 Add test_case[] array's size to fix it.


Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
---
 recipes-multimedia/imx-codec/imx-codec.inc                            | 2 +-
 .../imx-codec/{imx-codec_4.1.4.bb => imx-codec_4.1.6.bb}              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename recipes-multimedia/imx-codec/{imx-codec_4.1.4.bb => imx-codec_4.1.6.bb} (55%)

diff --git a/recipes-multimedia/imx-codec/imx-codec.inc b/recipes-multimedia/imx-codec/imx-codec.inc
index 8a5e6d5..4eb8a09 100644
--- a/recipes-multimedia/imx-codec/imx-codec.inc
+++ b/recipes-multimedia/imx-codec/imx-codec.inc
@@ -3,7 +3,7 @@
 DESCRIPTION = "Freescale Multimedia codec libs"
 LICENSE = "Proprietary"
 SECTION = "multimedia"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d4f548f93b5fe0ee2bc86758c344412d"
+LIC_FILES_CHKSUM = "file://COPYING;md5=be67a88e9e6c841043b005ad7bcf8309"
 
 # Backward compatibility
 PROVIDES += "libfslcodec"
diff --git a/recipes-multimedia/imx-codec/imx-codec_4.1.4.bb b/recipes-multimedia/imx-codec/imx-codec_4.1.6.bb
similarity index 55%
rename from recipes-multimedia/imx-codec/imx-codec_4.1.4.bb
rename to recipes-multimedia/imx-codec/imx-codec_4.1.6.bb
index 67844c5..513c3c2 100644
--- a/recipes-multimedia/imx-codec/imx-codec_4.1.4.bb
+++ b/recipes-multimedia/imx-codec/imx-codec_4.1.6.bb
@@ -3,7 +3,7 @@
 
 require imx-codec.inc
 
-SRC_URI[md5sum] = "46e2004889fcdedbf259613f0046a7a1"
-SRC_URI[sha256sum] = "98fe71cb44f7e858c64c5eda81741ed02f40afaadc3d4ed1e693c7d1e684b81d"
+SRC_URI[md5sum] = "041adb904c50f1cee681b7f6d948e853"
+SRC_URI[sha256sum] = "1ed94a01fb47b50ec488dc8dfe96e874ae8270af5e1161f693a8bbe09e507abf"
 
 COMPATIBLE_MACHINE = "(mx6|mx7)"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/3] imx-parser: Upgrade to v4.1.6
  2017-05-23  6:27 [PATCH 0/3] Upgrade imx-codec/imx-parser/imx-gst1.0-plugin to v4.1.6 Yuqing Zhu
  2017-05-23  6:27 ` [PATCH 1/3] imx-codec: Upgrade " Yuqing Zhu
@ 2017-05-23  6:27 ` Yuqing Zhu
  2017-05-23  6:27 ` [PATCH 3/3] imx-gst1.0-plugin: " Yuqing Zhu
  2 siblings, 0 replies; 4+ messages in thread
From: Yuqing Zhu @ 2017-05-23  6:27 UTC (permalink / raw)
  To: meta-freescale; +Cc: Yuqing Zhu

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>
---
 recipes-multimedia/imx-parser/imx-parser.inc                          | 2 +-
 .../imx-parser/{imx-parser_4.1.4.bb => imx-parser_4.1.6.bb}           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename recipes-multimedia/imx-parser/{imx-parser_4.1.4.bb => imx-parser_4.1.6.bb} (55%)

diff --git a/recipes-multimedia/imx-parser/imx-parser.inc b/recipes-multimedia/imx-parser/imx-parser.inc
index e5a09e4..24b721b 100644
--- a/recipes-multimedia/imx-parser/imx-parser.inc
+++ b/recipes-multimedia/imx-parser/imx-parser.inc
@@ -4,7 +4,7 @@
 DESCRIPTION = "Freescale Multimedia parser libs"
 LICENSE = "Proprietary"
 SECTION = "multimedia"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d4f548f93b5fe0ee2bc86758c344412d"
+LIC_FILES_CHKSUM = "file://COPYING;md5=be67a88e9e6c841043b005ad7bcf8309"
 
 # For backwards compatibility
 PROVIDES += "libfslparser"
diff --git a/recipes-multimedia/imx-parser/imx-parser_4.1.4.bb b/recipes-multimedia/imx-parser/imx-parser_4.1.6.bb
similarity index 55%
rename from recipes-multimedia/imx-parser/imx-parser_4.1.4.bb
rename to recipes-multimedia/imx-parser/imx-parser_4.1.6.bb
index 75203ec..af13608 100644
--- a/recipes-multimedia/imx-parser/imx-parser_4.1.4.bb
+++ b/recipes-multimedia/imx-parser/imx-parser_4.1.6.bb
@@ -3,7 +3,7 @@
 
 require imx-parser.inc
 
-SRC_URI[md5sum] = "fe8e9367887bf4a30decc6d0368ffbe9"
-SRC_URI[sha256sum] = "d3a03e60780bbbd0c92932f60bd34d2fe14ffecf6aa6b810723c3edf798cad1f"
+SRC_URI[md5sum] = "393bfe9e43d58585977199049dbcb732"
+SRC_URI[sha256sum] = "ed0f8cafc67751d4b8fcf45ffe481a3020330d91294de8bf618dacc75ba02f8e"
 
 COMPATIBLE_MACHINE = "(mx6|mx7)"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 3/3] imx-gst1.0-plugin: Upgrade to v4.1.6
  2017-05-23  6:27 [PATCH 0/3] Upgrade imx-codec/imx-parser/imx-gst1.0-plugin to v4.1.6 Yuqing Zhu
  2017-05-23  6:27 ` [PATCH 1/3] imx-codec: Upgrade " Yuqing Zhu
  2017-05-23  6:27 ` [PATCH 2/3] imx-parser: " Yuqing Zhu
@ 2017-05-23  6:27 ` Yuqing Zhu
  2 siblings, 0 replies; 4+ messages in thread
From: Yuqing Zhu @ 2017-05-23  6:27 UTC (permalink / raw)
  To: meta-freescale; +Cc: Yuqing Zhu

-Add an interface in playengine to set video sink using GstElement
 This interface is for qmlglsink use or something like that.

-Optimize imxv4l2sink and overlaysink to make
 them work with qmlglsrc more effective
 Add RGBA format support the two sink.
 Reduce the interval to 1ms when do dequeue retry in v4l2.

-Add gst_phy_mem_meta_init()
 Avoid critical warning as gst_meta_register add critical check for NULL init_func.

-Aiurdemux add wma voice support

-Add vertical and horizontal flip support for overlaysink and imxv4l2sink
 Add vertical and horizontal flip for overlaysink and imxv4l2sink.
 Change playengine set rotate interface to set enum value.

Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
---
 ...x-gst1.0-plugin_4.1.4.bb => imx-gst1.0-plugin_4.1.6.bb} | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)
 rename recipes-multimedia/gstreamer/{imx-gst1.0-plugin_4.1.4.bb => imx-gst1.0-plugin_4.1.6.bb} (89%)

diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.6.bb
similarity index 89%
rename from recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb
rename to recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.6.bb
index 0e4d6bf..afc380d 100644
--- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb
+++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.6.bb
@@ -27,8 +27,8 @@ SRC_URI = " \
     ${FSL_MIRROR}/imx-gst1.0-plugin-${PV}.tar.gz \
 "
 
-SRC_URI[md5sum] = "427c2db85f1eb70d003380c248fb9b41"
-SRC_URI[sha256sum] = "b71a5800aad72e7fa3b9e19b3473ea6870c426412baa5030e2f9817c294db820"
+SRC_URI[md5sum] = "8c939f68b7d7ce8659618bd34b93a508"
+SRC_URI[sha256sum] = "fcd5b8536758c50491c80ed26e86770fe17f29744ab4ccba1e5ca1c475a209c3"
 
 S = "${WORKDIR}/imx-gst1.0-plugin-${PV}"
 
@@ -36,8 +36,7 @@ inherit autotools pkgconfig
 
 # Make sure kernel sources are available
 do_configure[depends] += "virtual/kernel:do_shared_workdir"
-PLATFORM_mx6dl = "MX6"
-PLATFORM_mx6q = "MX6"
+PLATFORM_mx6 = "MX6"
 PLATFORM_mx6sl = "MX6SL"
 PLATFORM_mx6sx = "MX6SX"
 PLATFORM_mx6ul = "MX6UL"
@@ -57,10 +56,7 @@ BEEP_RDEPENDS = "imx-codec-aac imx-codec-mp3 imx-codec-oggvorbis"
 RDEPENDS_${PN} += "imx-parser ${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux "
 
 PACKAGECONFIG ?= ""
-PACKAGECONFIG_mx6dl = "overlaysink"
-PACKAGECONFIG_mx6q = "overlaysink"
-PACKAGECONFIG_mx6sl = "overlaysink"
-PACKAGECONFIG_mx6sx = "overlaysink"
+PACKAGECONFIG_mx6 = "overlaysink"
 
 
 # FIXME: Add all features
@@ -86,4 +82,4 @@ FILES_${PN}-grecorder = "${bindir}/grecorder-1.0"
 FILES_${PN}-librecorder-engine = "${libdir}/librecorder_engine-1.0${SOLIBS}"
 FILES_${PN}-libplayengine = "${libdir}/libplayengine-1.0${SOLIBS}"
 
-COMPATIBLE_MACHINE = "(mx6dl|mx6q|mx6sl|mx6sx|mx6ul|mx6ull|mx7d)"
+COMPATIBLE_MACHINE = "(mx6|mx6ul|mx6ull|mx7d)"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-05-23  8:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-23  6:27 [PATCH 0/3] Upgrade imx-codec/imx-parser/imx-gst1.0-plugin to v4.1.6 Yuqing Zhu
2017-05-23  6:27 ` [PATCH 1/3] imx-codec: Upgrade " Yuqing Zhu
2017-05-23  6:27 ` [PATCH 2/3] imx-parser: " Yuqing Zhu
2017-05-23  6:27 ` [PATCH 3/3] imx-gst1.0-plugin: " Yuqing Zhu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.