[vlc-devel] [PATCH] contrib: aom: update to latest tag

Tristan Matthews tmatth at videolan.org
Mon Jan 7 15:49:49 CET 2019


Hi,

On Mon, Jan 7, 2019 at 3:48 AM Steve Lhomme <robux4 at ycbcr.xyz> wrote:
>
> Is the user_priv copying fixed when film grain is used ? I don't see a
> commit mentioning that.

I believe this covers it:
https://aomedia.googlesource.com/aom/+/1e0bbaa499219bb4e481fc8d26f939475c8ccc0e

but yeah, this is exactly what I wanted your feedback on ;)

Best,
-t


> On 04/01/2019 18:53, Tristan Matthews wrote:
> > ---
> >   ...n-copy-user_priv-from-the-source-img.patch | 28 -------------------
> >   contrib/src/aom/rules.mak                     |  5 ++--
> >   2 files changed, 2 insertions(+), 31 deletions(-)
> >   delete mode 100644 contrib/src/aom/0001-film-grain-copy-user_priv-from-the-source-img.patch
> >
> > diff --git a/contrib/src/aom/0001-film-grain-copy-user_priv-from-the-source-img.patch b/contrib/src/aom/0001-film-grain-copy-user_priv-from-the-source-img.patch
> > deleted file mode 100644
> > index dd27f1ab99..0000000000
> > --- a/contrib/src/aom/0001-film-grain-copy-user_priv-from-the-source-img.patch
> > +++ /dev/null
> > @@ -1,28 +0,0 @@
> > -From 8884914546ee68a440342587c4a7c9189dbc8443 Mon Sep 17 00:00:00 2001
> > -From: Steve Lhomme <robux4 at videolan.org>
> > -Date: Wed, 12 Sep 2018 11:18:15 +0200
> > -Subject: [PATCH] [film-grain] copy user_priv from the source img
> > -
> > -Since we don't return the original img we need to prive the same user_priv
> > -data as the aom_image_t that would be returned without film-grain.
> > -
> > -Change-Id: I6ac6c575b9ca34673018cf7533955afe4996e6fc
> > ----
> > - av1/av1_dx_iface.c | 1 +
> > - 1 file changed, 1 insertion(+)
> > -
> > -diff --git a/av1/av1_dx_iface.c b/av1/av1_dx_iface.c
> > -index 8899556ca..f5e19ea5c 100644
> > ---- a/av1/av1_dx_iface.c
> > -+++ b/av1/av1_dx_iface.c
> > -@@ -642,6 +642,7 @@ static aom_image_t *add_grain_if_needed(aom_image_t *img,
> > -       *grain_img_ptr = NULL;
> > -     }
> > -   }
> > -+  grain_img_buf->user_priv = img->user_priv;
> > -
> > -   return grain_img_buf;
> > - }
> > ---
> > -2.17.0.windows.1
> > -
> > diff --git a/contrib/src/aom/rules.mak b/contrib/src/aom/rules.mak
> > index f243a5aa3e..c1eb5f1899 100644
> > --- a/contrib/src/aom/rules.mak
> > +++ b/contrib/src/aom/rules.mak
> > @@ -1,6 +1,6 @@
> >   # aom
> > -AOM_HASH := a65377bf5c555fccd161f27c33168cc36390662e
> > -AOM_VERSION := v1.0.0-$(AOM_HASH)
> > +AOM_HASH := add4b15580e410c00c927ee366fa65545045a5d9
> > +AOM_VERSION := v1.0.0.errata.1
> >   AOM_GITURL := https://aomedia.googlesource.com/aom/+archive/$(AOM_HASH).tar.gz
> >
> >   PKGS += aom
> > @@ -19,7 +19,6 @@ aom: aom-$(AOM_VERSION).tar.gz .sum-aom
> >       rm -Rf $@-$(AOM_VERSION) $@
> >       mkdir -p $@-$(AOM_VERSION)
> >       tar xvzf "$<" -C $@-$(AOM_VERSION)
> > -     $(APPLY) $(SRC)/aom/0001-film-grain-copy-user_priv-from-the-source-img.patch
> >   ifdef HAVE_WINSTORE
> >       $(APPLY) $(SRC)/aom/aom-pthreads-win32.patch
> >   endif
> > --
> > 2.17.1
> >
> > _______________________________________________
> > vlc-devel mailing list
> > To unsubscribe or modify your subscription options:
> > https://mailman.videolan.org/listinfo/vlc-devel
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list