Re: [libav-devel] [PATCH 2/2] Voxware MetaSound decoder

2013-08-07 Thread Vitor Sessak
On Aug 7, 2013 9:28 AM, "Kostya Shishkov" wrote: > > --- > Now with proper formatting of LSP tables - thanks to Vitor Sessak for that. LGTM. -Vitor ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH 2/2] Voxware MetaSound decoder

2013-08-06 Thread Diego Biurrun
On Tue, Aug 06, 2013 at 11:44:46AM +0200, Kostya Shishkov wrote: > On Tue, Aug 06, 2013 at 11:16:28AM +0200, Diego Biurrun wrote: > > On Tue, Aug 06, 2013 at 10:07:57AM +0200, Kostya Shishkov wrote: > > > --- /dev/null > > > +++ b/libavcodec/metasound.c > > > @@ -0,0 +1,345 @@ > > > + > > > +sw

Re: [libav-devel] [PATCH 2/2] Voxware MetaSound decoder

2013-08-06 Thread Kostya Shishkov
On Tue, Aug 06, 2013 at 11:16:28AM +0200, Diego Biurrun wrote: > On Tue, Aug 06, 2013 at 10:07:57AM +0200, Kostya Shishkov wrote: > > --- /dev/null > > +++ b/libavcodec/metasound.c > > @@ -0,0 +1,345 @@ > > + > > +switch (isampf) { > > +case 8: some_mult = 2.0; break; > > +case 11: som

Re: [libav-devel] [PATCH 2/2] Voxware MetaSound decoder

2013-08-06 Thread Diego Biurrun
On Tue, Aug 06, 2013 at 10:07:57AM +0200, Kostya Shishkov wrote: > --- /dev/null > +++ b/libavcodec/metasound.c > @@ -0,0 +1,345 @@ > + > +switch (isampf) { > +case 8: some_mult = 2.0; break; > +case 11: some_mult = 3.0; break; > +case 16: some_mult = 3.0; break; > +case 22: so

Re: [libav-devel] [PATCH 2/2] VoxWare MetaSound decoder

2013-07-30 Thread Kostya Shishkov
On Tue, Jul 30, 2013 at 06:47:37PM +0200, Vitor Sessak wrote: > Hi > > On Jul 30, 2013 12:36 PM, "Kostya Shishkov" > wrote: > > > +#include "twinvq.h" > > +#include "metasound_data.h" > > > > /** > > * Inverse quantization. Read CB coefficients for cb1 and cb2 from the > > @@ -135,22 +58,21 @

Re: [libav-devel] [PATCH 2/2] VoxWare MetaSound decoder

2013-07-30 Thread Vitor Sessak
Hi On Jul 30, 2013 12:36 PM, "Kostya Shishkov" wrote: > +#include "twinvq.h" > +#include "metasound_data.h" > > /** > * Inverse quantization. Read CB coefficients for cb1 and cb2 from the > @@ -135,22 +58,21 @@ static void dequant(TwinContext *tctx, GetBitContext *gb, float *out, > i

Re: [libav-devel] [PATCH 2/2] VoxWare MetaSound decoder

2013-07-23 Thread Kostya Shishkov
On Fri, Jul 19, 2013 at 09:29:12PM +0200, Vitor Sessak wrote: > Hello! > > On Fri, Jul 19, 2013 at 9:22 AM, Kostya Shishkov > wrote: > > > --- > > It's good enough for the only file I care about but maybe it's useful for > > the > > others too. > > > > The source can benefit from heavy diegoing (

Re: [libav-devel] [PATCH 2/2] VoxWare MetaSound decoder

2013-07-23 Thread Kostya Shishkov
On Sat, Jul 20, 2013 at 12:17:18AM +0200, Diego Biurrun wrote: > On Fri, Jul 19, 2013 at 09:22:46AM +0200, Kostya Shishkov wrote: > > --- > > It's good enough for the only file I care about but maybe it's useful for > > the > > others too. > > That wouldn't chance to be a movie with vampires, pri

Re: [libav-devel] [PATCH 2/2] VoxWare MetaSound decoder

2013-07-20 Thread Kostya Shishkov
On Sat, Jul 20, 2013 at 12:33:07PM +0200, Vitor Sessak wrote: > Hello again, > > On Fri, Jul 19, 2013 at 9:22 AM, Kostya Shishkov > wrote: > > > --- > > It's good enough for the only file I care about but maybe it's useful for > > the > > others too. > > > > The source can benefit from heavy dieg

Re: [libav-devel] [PATCH 2/2] VoxWare MetaSound decoder

2013-07-20 Thread Vitor Sessak
Hello again, On Fri, Jul 19, 2013 at 9:22 AM, Kostya Shishkov wrote: > --- > It's good enough for the only file I care about but maybe it's useful for > the > others too. > > The source can benefit from heavy diegoing (because it's mostly TwinVQ > decoder > bits that were tweaked to be close to t

Re: [libav-devel] [PATCH 2/2] VoxWare MetaSound decoder

2013-07-19 Thread Diego Biurrun
On Fri, Jul 19, 2013 at 09:22:46AM +0200, Kostya Shishkov wrote: > --- > It's good enough for the only file I care about but maybe it's useful for the > others too. That wouldn't chance to be a movie with vampires, priests and strippers? What's missing? > The source can benefit from heavy diegoi

Re: [libav-devel] [PATCH 2/2] VoxWare MetaSound decoder

2013-07-19 Thread Vitor Sessak
Hello! On Fri, Jul 19, 2013 at 9:22 AM, Kostya Shishkov wrote: > --- > It's good enough for the only file I care about but maybe it's useful for > the > others too. > > The source can benefit from heavy diegoing (because it's mostly TwinVQ > decoder > bits that were tweaked to be close to the ref

Re: [libav-devel] [PATCH 2/2] VoxWare MetaSound decoder

2013-07-19 Thread Martin Storsjö
On Fri, 19 Jul 2013, Kostya Shishkov wrote: --- It's good enough for the only file I care about but maybe it's useful for the others too. The source can benefit from heavy diegoing (because it's mostly TwinVQ decoder bits that were tweaked to be close to the reference decoder, or the ones that