Re: [libav-devel] [PATCH] vdpau: Add missing deprecation guards

2016-03-01 Thread Luca Barbato
On 01/03/16 21:34, Vittorio Giovara wrote: > --- > libavcodec/vdpau.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavcodec/vdpau.c b/libavcodec/vdpau.c > index dd48c04..bf5f8d9 100644 > --- a/libavcodec/vdpau.c > +++ b/libavcodec/vdpau.c > @@ -317,6 +317,7 @@ int

[libav-devel] [PATCH] vdpau: Add missing deprecation guards

2016-03-01 Thread Vittorio Giovara
--- libavcodec/vdpau.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/vdpau.c b/libavcodec/vdpau.c index dd48c04..bf5f8d9 100644 --- a/libavcodec/vdpau.c +++ b/libavcodec/vdpau.c @@ -317,6 +317,7 @@ int ff_vdpau_add_buffer(struct vdpau_picture_context *pic_ctx, return 0;

Re: [libav-devel] [PATCH 2/2] fate: Add separate target for all indeo3 tests

2016-03-01 Thread Vittorio Giovara
On Tue, Mar 1, 2016 at 7:52 AM, Diego Biurrun wrote: > --- > tests/fate/indeo.mak| 11 +++ > tests/ref/fate/{indeo3 => indeo3-1} | 0 > 2 files changed, 7 insertions(+), 4 deletions(-) > rename tests/ref/fate/{indeo3 => indeo3-1} (100%) > > diff --git

Re: [libav-devel] [PATCH 1/2] fate: Add test for indeo2 with delta frames

2016-03-01 Thread Luca Barbato
On 01/03/16 13:52, Diego Biurrun wrote: > From: Vittorio Giovara > > Signed-off-by: Diego Biurrun > --- > tests/fate/indeo.mak| 12 +++- > tests/ref/fate/indeo2-delta | 115 > >

[libav-devel] [PATCH 1/2] fate: Add test for indeo2 with delta frames

2016-03-01 Thread Diego Biurrun
From: Vittorio Giovara Signed-off-by: Diego Biurrun --- tests/fate/indeo.mak| 12 +++- tests/ref/fate/indeo2-delta | 115 tests/ref/fate/{indeo2 => indeo2-intra} | 0 3 files

[libav-devel] [PATCH 2/2] fate: Add separate target for all indeo3 tests

2016-03-01 Thread Diego Biurrun
--- tests/fate/indeo.mak| 11 +++ tests/ref/fate/{indeo3 => indeo3-1} | 0 2 files changed, 7 insertions(+), 4 deletions(-) rename tests/ref/fate/{indeo3 => indeo3-1} (100%) diff --git a/tests/fate/indeo.mak b/tests/fate/indeo.mak index ad39bf3..a275bda 100644 ---