[FFmpeg-devel] [PATCH] vp9: ignore reference segmentation map if error_resilience flag is set.

2014-08-12 Thread Ronald S. Bultje
Fixes ffvp9_fails_where_libvpx.succeeds.webm from ticket 3849. --- libavcodec/vp9.c | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c index 56975bd..186aec1 100644 --- a/libavcodec/vp9.c +++ b/libavcodec/vp9.c @@ -2

Re: [FFmpeg-devel] [PATCH] vp9: ignore reference segmentation map if error_resilience flag is set.

2014-08-12 Thread Hendrik Leppkes
On Wed, Aug 13, 2014 at 12:11 AM, Ronald S. Bultje wrote: > Fixes ffvp9_fails_where_libvpx.succeeds.webm from ticket 3849. > --- > libavcodec/vp9.c | 26 +++--- > 1 file changed, 15 insertions(+), 11 deletions(-) > > diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c > index 569

Re: [FFmpeg-devel] [PATCH] vp9: ignore reference segmentation map if error_resilience flag is set.

2014-08-13 Thread Ronald S. Bultje
Hi, On Wed, Aug 13, 2014 at 2:25 AM, Hendrik Leppkes wrote: > On Wed, Aug 13, 2014 at 12:11 AM, Ronald S. Bultje > wrote: > > Fixes ffvp9_fails_where_libvpx.succeeds.webm from ticket 3849. > > --- > > libavcodec/vp9.c | 26 +++--- > > 1 file changed, 15 insertions(+), 11 d

Re: [FFmpeg-devel] [PATCH] vp9: ignore reference segmentation map if error_resilience flag is set.

2014-08-13 Thread Reimar Döffinger
On 13.08.2014, at 12:48, "Ronald S. Bultje" wrote: > >> >> Might it be useful to add some of those special samples to fate? > > > Probably. The first 10 frames of the sample in this ticket would show this > already, is anyone good with webm file cutting/remuxing? If not, I can try > to add it

Re: [FFmpeg-devel] [PATCH] vp9: ignore reference segmentation map if error_resilience flag is set.

2014-08-13 Thread James Almer
On 13/08/14 1:52 PM, Reimar Döffinger wrote: > On 13.08.2014, at 12:48, "Ronald S. Bultje" wrote: >> >>> >>> Might it be useful to add some of those special samples to fate? >> >> >> Probably. The first 10 frames of the sample in this ticket would show this >> already, is anyone good with webm fil

Re: [FFmpeg-devel] [PATCH] vp9: ignore reference segmentation map if error_resilience flag is set.

2014-08-13 Thread Michael Niedermayer
On Tue, Aug 12, 2014 at 06:11:05PM -0400, Ronald S. Bultje wrote: > Fixes ffvp9_fails_where_libvpx.succeeds.webm from ticket 3849. > --- > libavcodec/vp9.c | 26 +++--- > 1 file changed, 15 insertions(+), 11 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint

Re: [FFmpeg-devel] [PATCH] vp9: ignore reference segmentation map if error_resilience flag is set.

2014-08-24 Thread Clément Bœsch
On Wed, Aug 13, 2014 at 02:11:26PM -0300, James Almer wrote: > On 13/08/14 1:52 PM, Reimar Döffinger wrote: > > On 13.08.2014, at 12:48, "Ronald S. Bultje" wrote: > >> > >>> > >>> Might it be useful to add some of those special samples to fate? > >> > >> > >> Probably. The first 10 frames of the s

Re: [FFmpeg-devel] [PATCH] vp9: ignore reference segmentation map if error_resilience flag is set.

2014-08-24 Thread Michael Niedermayer
On Sun, Aug 24, 2014 at 07:37:59PM +0200, Clément Bœsch wrote: > On Wed, Aug 13, 2014 at 02:11:26PM -0300, James Almer wrote: > > On 13/08/14 1:52 PM, Reimar Döffinger wrote: > > > On 13.08.2014, at 12:48, "Ronald S. Bultje" wrote: > > >> > > >>> > > >>> Might it be useful to add some of those spe

Re: [FFmpeg-devel] [PATCH] vp9: ignore reference segmentation map if error_resilience flag is set.

2014-08-27 Thread Clément Bœsch
On Sun, Aug 24, 2014 at 08:20:19PM +0200, Michael Niedermayer wrote: > On Sun, Aug 24, 2014 at 07:37:59PM +0200, Clément Bœsch wrote: > > On Wed, Aug 13, 2014 at 02:11:26PM -0300, James Almer wrote: > > > On 13/08/14 1:52 PM, Reimar Döffinger wrote: > > > > On 13.08.2014, at 12:48, "Ronald S. Bultj

Re: [FFmpeg-devel] [PATCH] vp9: ignore reference segmentation map if error_resilience flag is set.

2014-08-27 Thread Ronald S. Bultje
Hi, On Wed, Aug 27, 2014 at 7:13 AM, Clément Bœsch wrote: > On Sun, Aug 24, 2014 at 08:20:19PM +0200, Michael Niedermayer wrote: > > On Sun, Aug 24, 2014 at 07:37:59PM +0200, Clément Bœsch wrote: > > > On Wed, Aug 13, 2014 at 02:11:26PM -0300, James Almer wrote: > > > > On 13/08/14 1:52 PM, Reim

Re: [FFmpeg-devel] [PATCH] vp9: ignore reference segmentation map if error_resilience flag is set.

2014-08-27 Thread Michael Niedermayer
On Wed, Aug 27, 2014 at 09:32:20AM -0400, Ronald S. Bultje wrote: > Hi, > > On Wed, Aug 27, 2014 at 7:13 AM, Clément Bœsch wrote: > > > On Sun, Aug 24, 2014 at 08:20:19PM +0200, Michael Niedermayer wrote: > > > On Sun, Aug 24, 2014 at 07:37:59PM +0200, Clément Bœsch wrote: > > > > On Wed, Aug 13

Re: [FFmpeg-devel] [PATCH] vp9: ignore reference segmentation map if error_resilience flag is set.

2014-08-27 Thread Ronald S. Bultje
Hi, On Wed, Aug 27, 2014 at 9:48 AM, Michael Niedermayer wrote: > On Wed, Aug 27, 2014 at 09:32:20AM -0400, Ronald S. Bultje wrote: > > On Wed, Aug 27, 2014 at 7:13 AM, Clément Bœsch wrote: > > > On Sun, Aug 24, 2014 at 08:20:19PM +0200, Michael Niedermayer wrote: > > > > On Sun, Aug 24, 2014 a