Re: [libav-devel] [PATCH] On2 AVC decoder

2013-06-14 Thread Vitor Sessak
On Fri, Jun 14, 2013 at 7:09 PM, Vitor Sessak wrote: > Hi! > Weird, I'have no idea where the rest of my email is gone. Posting it again :-( > --- > aka The Most Original Audio Codec in the World > > Reconstruction is not perfect but at least it's recognisable (there are > some > problems with

Re: [libav-devel] [Archive-PATCH] On2 AVC decoder

2013-06-14 Thread Diego Biurrun
On Fri, Jun 14, 2013 at 08:54:41PM +0200, Kostya Shishkov wrote: > --- a/configure > +++ b/configure > @@ -1633,6 +1633,7 @@ mxpeg_decoder_select="dsputil hpeldsp" > nellymoser_decoder_select="mdct sinewin" > nellymoser_encoder_select="audio_frame_queue mdct sinewin" > nuv_decoder_select="dsputi

Re: [libav-devel] [RFC] mem: add av_reallocp

2013-06-14 Thread Luca Barbato
On 06/14/2013 02:11 PM, Martin Storsjö wrote: > Looks sensible to me, although I'd appreciate if you'd tell me that > you've tried changing some existing realloc to use this and tested it a > little to know that there's no obvious flaws - new untested code is > often prone to be broken :-) I will

Re: [libav-devel] [RFC] mem: add av_reallocp

2013-06-14 Thread Martin Storsjö
On Fri, 14 Jun 2013, Luca Barbato wrote: --- Yet another utility function to be API complete, I'll add the version and changelog if you like the idea. libavutil/mem.c | 16 libavutil/mem.h | 13 + 2 files changed, 29 insertions(+) Looks sensible to me, although I'd

[libav-devel] [RFC] mem: add av_reallocp

2013-06-14 Thread Luca Barbato
--- Yet another utility function to be API complete, I'll add the version and changelog if you like the idea. libavutil/mem.c | 16 libavutil/mem.h | 13 + 2 files changed, 29 insertions(+) diff --git a/libavutil/mem.c b/libavutil/mem.c index e901533..1e2f914 100644