Re: [FFmpeg-devel] avcodec/als: floating point support in ALS decoder

2016-07-16 Thread Umair Khan
On Sat, Jul 16, 2016 at 3:50 AM, Michael Niedermayer wrote: > On Wed, Jul 06, 2016 at 10:58:40AM +0530, Umair Khan wrote: >> On Sat, Jun 25, 2016 at 10:52 PM, Umair Khan wrote: >> > Hi, >> > >> > Patch attached. >> >> I'm working on fixing some other bugs in the decoder and hence I'd >> like to w

Re: [FFmpeg-devel] avcodec/als: floating point support in ALS decoder

2016-07-15 Thread Michael Niedermayer
On Wed, Jul 06, 2016 at 10:58:40AM +0530, Umair Khan wrote: > On Sat, Jun 25, 2016 at 10:52 PM, Umair Khan wrote: > > Hi, > > > > Patch attached. > > I'm working on fixing some other bugs in the decoder and hence I'd > like to withdraw this patch from the list. if there are any bugs that you wan

Re: [FFmpeg-devel] avcodec/als: floating point support in ALS decoder

2016-07-05 Thread Umair Khan
On Sat, Jun 25, 2016 at 10:52 PM, Umair Khan wrote: > Hi, > > Patch attached. I'm working on fixing some other bugs in the decoder and hence I'd like to withdraw this patch from the list. Umair ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http

Re: [FFmpeg-devel] avcodec/als: floating point support in ALS decoder

2016-06-25 Thread Michael Niedermayer
On Sat, Jun 25, 2016 at 10:52:40PM +0530, Umair Khan wrote: > Hi, > > Patch attached. > > Umair > libavcodec/Makefile |2 > libavcodec/alsdec.c | 286 > +- > libavcodec/mlz.c | 162 +++ > libavc

[FFmpeg-devel] avcodec/als: floating point support in ALS decoder

2016-06-25 Thread Umair Khan
Hi, Patch attached. Umair From 56281948ec484c19dd9009c861ded38905e1b786 Mon Sep 17 00:00:00 2001 From: Umair Khan Date: Sat, 25 Jun 2016 22:48:02 +0530 Subject: [PATCH] avcodec/als: floating point support in ALS decoder Signed-off-by: Umair Khan --- libavcodec/Makefile | 2 +- lib