All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe] [PATCH v3] Upgrade libvpx to v1.5.0
@ 2016-03-01  0:49 rebecca.swee.fun.chang
  2016-03-01  0:49 ` [meta-oe] [PATCH v3] libvpx: upgrade to version 1.5.0 rebecca.swee.fun.chang
  0 siblings, 1 reply; 4+ messages in thread
From: rebecca.swee.fun.chang @ 2016-03-01  0:49 UTC (permalink / raw)
  To: openembedded-devel, Rebecca Chang

From: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>

Hi,

[V3: Resend with -M option, force git to detect rename]

Sorry for the mistakes. I have generated the patch without -M.

I would like to upgrade libvpx version to v1.5.0.
This version has included VP9 encoder improvement and speeds
up overall encoding and decoding process.

From webm release changelog:
 - Upgrading:
    This release is ABI incompatible with 1.4.0. It drops deprecated VP8
    controls and adds a variety of VP9 controls for testing.

    The vpxenc utility now prefers VP9 by default.

  - Enhancements:
    Faster VP9 encoding and decoding
    Smaller library size by combining functions used by VP8 and VP9

  - Bug Fixes:
    A variety of fuzzing issues

I would like to merge this recipe upgrade to master and jethro branch.
Please review and provide feedback on this changes.

Thank you.

Regards,
Rebecca

Chang Rebecca Swee Fun (1):
  libvpx: upgrade to version 1.5.0

 .../recipes-multimedia/webm/{libvpx_1.4.0.bb => libvpx_1.5.0.bb}   | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-multimedia/webm/{libvpx_1.4.0.bb => libvpx_1.5.0.bb} (88%)

-- 
1.9.1



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

* [meta-oe] [PATCH v3] libvpx: upgrade to version 1.5.0
  2016-03-01  0:49 [meta-oe] [PATCH v3] Upgrade libvpx to v1.5.0 rebecca.swee.fun.chang
@ 2016-03-01  0:49 ` rebecca.swee.fun.chang
  2016-03-01  0:59   ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: rebecca.swee.fun.chang @ 2016-03-01  0:49 UTC (permalink / raw)
  To: openembedded-devel, Rebecca Chang

From: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>

This version had improved VP9 encoder and speeds up the encoding and
decoding process.

Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
---
 .../recipes-multimedia/webm/{libvpx_1.4.0.bb => libvpx_1.5.0.bb}   | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-multimedia/webm/{libvpx_1.4.0.bb => libvpx_1.5.0.bb} (88%)

diff --git a/meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb b/meta-oe/recipes-multimedia/webm/libvpx_1.5.0.bb
similarity index 88%
rename from meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb
rename to meta-oe/recipes-multimedia/webm/libvpx_1.5.0.bb
index c963a9c..8ac178d 100644
--- a/meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb
+++ b/meta-oe/recipes-multimedia/webm/libvpx_1.5.0.bb
@@ -10,10 +10,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d5b04755015be901744a78cc30d390d4"
 SRC_URI += "http://storage.googleapis.com/downloads.webmproject.org/releases/webm/${BP}.tar.bz2 \
             file://libvpx-configure-support-blank-prefix.patch \
            "
-SRC_URI[md5sum] = "63b1d7f59636a42eeeee9225cc14e7de"
-SRC_URI[sha256sum] = "f582d9b2d60a592a4a3d8c32965ca2d2167e9ade38c6c30bac8801ff66a118e4"
+SRC_URI[md5sum] = "49e59dd184caa255886683facea56fca"
+SRC_URI[sha256sum] = "306d67908625675f8e188d37a81fbfafdf5068b09d9aa52702b6fbe601c76797"
 
-# ffmpeg links with this and fails 
+# ffmpeg links with this and fails
 # sysroots/armv4t-oe-linux-gnueabi/usr/lib/libvpx.a(vpx_encoder.c.o)(.text+0xc4): unresolvable R_ARM_THM_CALL relocation against symbol `memcpy@@GLIBC_2.4'
 ARM_INSTRUCTION_SET = "arm"
 
@@ -48,4 +48,3 @@ do_install() {
     oe_runmake install DESTDIR=${D}
     chown -R root:root ${D}
 }
-
-- 
1.9.1



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

* Re: [meta-oe] [PATCH v3] libvpx: upgrade to version 1.5.0
  2016-03-01  0:49 ` [meta-oe] [PATCH v3] libvpx: upgrade to version 1.5.0 rebecca.swee.fun.chang
@ 2016-03-01  0:59   ` Khem Raj
  2016-03-01  8:44     ` Chang, Rebecca Swee Fun
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2016-03-01  0:59 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Rebecca Chang

[-- Attachment #1: Type: text/plain, Size: 2202 bytes --]


> On Feb 29, 2016, at 4:49 PM, rebecca.swee.fun.chang@intel.com wrote:
> 
> From: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
> 
> This version had improved VP9 encoder and speeds up the encoding and
> decoding process.


much better. Why do we keep v8 enabled
> 
> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
> ---
> .../recipes-multimedia/webm/{libvpx_1.4.0.bb => libvpx_1.5.0.bb}   | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
> rename meta-oe/recipes-multimedia/webm/{libvpx_1.4.0.bb => libvpx_1.5.0.bb} (88%)
> 
> diff --git a/meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb b/meta-oe/recipes-multimedia/webm/libvpx_1.5.0.bb
> similarity index 88%
> rename from meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb
> rename to meta-oe/recipes-multimedia/webm/libvpx_1.5.0.bb
> index c963a9c..8ac178d 100644
> --- a/meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb
> +++ b/meta-oe/recipes-multimedia/webm/libvpx_1.5.0.bb
> @@ -10,10 +10,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d5b04755015be901744a78cc30d390d4"
> SRC_URI += "http://storage.googleapis.com/downloads.webmproject.org/releases/webm/${BP}.tar.bz2 \
>             file://libvpx-configure-support-blank-prefix.patch \
>            "
> -SRC_URI[md5sum] = "63b1d7f59636a42eeeee9225cc14e7de"
> -SRC_URI[sha256sum] = "f582d9b2d60a592a4a3d8c32965ca2d2167e9ade38c6c30bac8801ff66a118e4"
> +SRC_URI[md5sum] = "49e59dd184caa255886683facea56fca"
> +SRC_URI[sha256sum] = "306d67908625675f8e188d37a81fbfafdf5068b09d9aa52702b6fbe601c76797"
> 
> -# ffmpeg links with this and fails
> +# ffmpeg links with this and fails
> # sysroots/armv4t-oe-linux-gnueabi/usr/lib/libvpx.a(vpx_encoder.c.o)(.text+0xc4): unresolvable R_ARM_THM_CALL relocation against symbol `memcpy@@GLIBC_2.4'
> ARM_INSTRUCTION_SET = "arm"
> 
> @@ -48,4 +48,3 @@ do_install() {
>     oe_runmake install DESTDIR=${D}
>     chown -R root:root ${D}
> }
> -
> --
> 1.9.1
> 
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

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

* Re: [meta-oe] [PATCH v3] libvpx: upgrade to version 1.5.0
  2016-03-01  0:59   ` Khem Raj
@ 2016-03-01  8:44     ` Chang, Rebecca Swee Fun
  0 siblings, 0 replies; 4+ messages in thread
From: Chang, Rebecca Swee Fun @ 2016-03-01  8:44 UTC (permalink / raw)
  To: Khem Raj, openembedded-devel

We need vp8 to work when using vp8dec (in gst-plugins-good) on software decode.
I kept the configuration to make sure it is always enabled.
I'm trying to compile without the configuration --enable-vp8 to try out. Do you think I should remove it?

Rebecca

-----Original Message-----
From: Khem Raj [mailto:raj.khem@gmail.com] 
Sent: Tuesday, March 1, 2016 8:59 AM
To: openembedded-devel@lists.openembedded.org
Cc: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
Subject: Re: [oe] [meta-oe] [PATCH v3] libvpx: upgrade to version 1.5.0


> On Feb 29, 2016, at 4:49 PM, rebecca.swee.fun.chang@intel.com wrote:
> 
> From: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
> 
> This version had improved VP9 encoder and speeds up the encoding and 
> decoding process.


much better. Why do we keep v8 enabled

> 
> Signed-off-by: Chang Rebecca Swee Fun 
> <rebecca.swee.fun.chang@intel.com>
> ---
> .../recipes-multimedia/webm/{libvpx_1.4.0.bb => libvpx_1.5.0.bb}   | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-) rename 
> meta-oe/recipes-multimedia/webm/{libvpx_1.4.0.bb => libvpx_1.5.0.bb} 
> (88%)
> 
> diff --git a/meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb 
> b/meta-oe/recipes-multimedia/webm/libvpx_1.5.0.bb
> similarity index 88%
> rename from meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb
> rename to meta-oe/recipes-multimedia/webm/libvpx_1.5.0.bb
> index c963a9c..8ac178d 100644
> --- a/meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb
> +++ b/meta-oe/recipes-multimedia/webm/libvpx_1.5.0.bb
> @@ -10,10 +10,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d5b04755015be901744a78cc30d390d4"
> SRC_URI += "http://storage.googleapis.com/downloads.webmproject.org/releases/webm/${BP}.tar.bz2 \
>             file://libvpx-configure-support-blank-prefix.patch \
>            "
> -SRC_URI[md5sum] = "63b1d7f59636a42eeeee9225cc14e7de"
> -SRC_URI[sha256sum] = "f582d9b2d60a592a4a3d8c32965ca2d2167e9ade38c6c30bac8801ff66a118e4"
> +SRC_URI[md5sum] = "49e59dd184caa255886683facea56fca"
> +SRC_URI[sha256sum] = "306d67908625675f8e188d37a81fbfafdf5068b09d9aa52702b6fbe601c76797"
> 
> -# ffmpeg links with this and fails
> +# ffmpeg links with this and fails
> # sysroots/armv4t-oe-linux-gnueabi/usr/lib/libvpx.a(vpx_encoder.c.o)(.text+0xc4): unresolvable R_ARM_THM_CALL relocation against symbol `memcpy@@GLIBC_2.4'
> ARM_INSTRUCTION_SET = "arm"
> 
> @@ -48,4 +48,3 @@ do_install() {
>     oe_runmake install DESTDIR=${D}
>     chown -R root:root ${D}
> }
> -
> --
> 1.9.1
> 
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



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

end of thread, other threads:[~2016-03-01  8:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-01  0:49 [meta-oe] [PATCH v3] Upgrade libvpx to v1.5.0 rebecca.swee.fun.chang
2016-03-01  0:49 ` [meta-oe] [PATCH v3] libvpx: upgrade to version 1.5.0 rebecca.swee.fun.chang
2016-03-01  0:59   ` Khem Raj
2016-03-01  8:44     ` Chang, Rebecca Swee Fun

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.