Re: [FFmpeg-devel] [PATCH] aacsbr_fixed: prevent sbr gain from being zero

2016-11-24 Thread Andreas Cadhalpun
On 25.11.2016 01:12, Michael Niedermayer wrote: > On Fri, Nov 25, 2016 at 12:31:28AM +0100, Andreas Cadhalpun wrote: >> softfloat.h |2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> 17b9929a3b2f3b064cc1f96c7ed48dfe377f191a >> 0001-softfloat-decrease-MIN_EXP-to-cover-full-float-range

Re: [FFmpeg-devel] [PATCH] aacsbr_fixed: prevent sbr gain from being zero

2016-11-24 Thread Michael Niedermayer
On Fri, Nov 25, 2016 at 12:31:28AM +0100, Andreas Cadhalpun wrote: > On 24.11.2016 18:29, Michael Niedermayer wrote: > > On Thu, Nov 24, 2016 at 01:15:54AM +0100, Andreas Cadhalpun wrote: > >> On 23.11.2016 03:22, Michael Niedermayer wrote: > >>> On Sun, Nov 13, 2016 at 09:29:11PM +0100, Andreas Ca

Re: [FFmpeg-devel] [PATCH] aacsbr_fixed: prevent sbr gain from being zero

2016-11-24 Thread Andreas Cadhalpun
On 24.11.2016 18:29, Michael Niedermayer wrote: > On Thu, Nov 24, 2016 at 01:15:54AM +0100, Andreas Cadhalpun wrote: >> On 23.11.2016 03:22, Michael Niedermayer wrote: >>> On Sun, Nov 13, 2016 at 09:29:11PM +0100, Andreas Cadhalpun wrote: It causes division by zero crashes. Signed-of

Re: [FFmpeg-devel] [PATCH] aacsbr_fixed: prevent sbr gain from being zero

2016-11-24 Thread Michael Niedermayer
On Thu, Nov 24, 2016 at 01:15:54AM +0100, Andreas Cadhalpun wrote: > On 23.11.2016 03:22, Michael Niedermayer wrote: > > On Sun, Nov 13, 2016 at 09:29:11PM +0100, Andreas Cadhalpun wrote: > >> It causes division by zero crashes. > >> > >> Signed-off-by: Andreas Cadhalpun > >> --- > >> libavcodec/

Re: [FFmpeg-devel] [PATCH] aacsbr_fixed: prevent sbr gain from being zero

2016-11-23 Thread Andreas Cadhalpun
On 23.11.2016 03:22, Michael Niedermayer wrote: > On Sun, Nov 13, 2016 at 09:29:11PM +0100, Andreas Cadhalpun wrote: >> It causes division by zero crashes. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libavcodec/aacsbr_fixed.c | 4 >> 1 file changed, 4 insertions(+) >> >> diff --git a/li

Re: [FFmpeg-devel] [PATCH] aacsbr_fixed: prevent sbr gain from being zero

2016-11-22 Thread Michael Niedermayer
On Sun, Nov 13, 2016 at 09:29:11PM +0100, Andreas Cadhalpun wrote: > It causes division by zero crashes. > > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/aacsbr_fixed.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/libavcodec/aacsbr_fixed.c b/libavcodec/aacsbr_fixed.c > in

Re: [FFmpeg-devel] [PATCH] aacsbr_fixed: prevent sbr gain from being zero

2016-11-22 Thread Andreas Cadhalpun
On 13.11.2016 21:29, Andreas Cadhalpun wrote: > It causes division by zero crashes. > > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/aacsbr_fixed.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/libavcodec/aacsbr_fixed.c b/libavcodec/aacsbr_fixed.c > index b26314a..d2a7027

[FFmpeg-devel] [PATCH] aacsbr_fixed: prevent sbr gain from being zero

2016-11-13 Thread Andreas Cadhalpun
It causes division by zero crashes. Signed-off-by: Andreas Cadhalpun --- libavcodec/aacsbr_fixed.c | 4 1 file changed, 4 insertions(+) diff --git a/libavcodec/aacsbr_fixed.c b/libavcodec/aacsbr_fixed.c index b26314a..d2a7027 100644 --- a/libavcodec/aacsbr_fixed.c +++ b/libavcodec/aacsbr_f