Re: [libav-devel] [PATCH 1/2] Add an AAC encoder by using the libvo-aacenc library

2011-04-11 Thread Martin Storsjö
On Mon, 11 Apr 2011, Luca Barbato wrote: On 04/08/2011 12:21 AM, Martin Storsjö wrote: Changelog |1 + configure |6 ++ doc/general.texi |2 +- libavcodec/Makefile |1 + libavcodec/allcodecs.c|1 +

[libav-devel] [PATCH 1/2] Add an AAC encoder by using the libvo-aacenc library

2011-04-07 Thread Martin Storsjö
--- Changelog |1 + configure |6 ++ libavcodec/Makefile |1 + libavcodec/allcodecs.c|1 + libavcodec/libvo-aacenc.c | 132 + 5 files changed, 141 insertions(+), 0 deletions(-) create mode

Re: [libav-devel] [PATCH 1/2] Add an AAC encoder by using the libvo-aacenc library

2011-04-07 Thread Martin Storsjö
On Thu, 7 Apr 2011, Jindřich Makovička wrote: On Thu, Apr 7, 2011 at 11:18, Martin Storsjö mar...@martin.st wrote: +    memset(params, 0, sizeof(params)); +    params.sampleRate = avctx-sample_rate; +    params.bitRate = avctx-bit_rate; +    params.nChannels = avctx-channels; +    

Re: [libav-devel] [PATCH 1/2] Add an AAC encoder by using the libvo-aacenc library

2011-04-07 Thread Alex Converse
On Thu, Apr 7, 2011 at 2:18 AM, Martin Storsjö mar...@martin.st wrote: ---  Changelog                 |    1 +  configure                 |    6 ++  libavcodec/Makefile       |    1 +  libavcodec/allcodecs.c    |    1 +  libavcodec/libvo-aacenc.c |  132

Re: [libav-devel] [PATCH 1/2] Add an AAC encoder by using the libvo-aacenc library

2011-04-07 Thread Martin Storsjö
On Thu, 7 Apr 2011, Alex Converse wrote: On Thu, Apr 7, 2011 at 2:18 AM, Martin Storsjö mar...@martin.st wrote: ---  Changelog                 |    1 +  configure                 |    6 ++  libavcodec/Makefile       |    1 +  libavcodec/allcodecs.c    |    1 +  

Re: [libav-devel] [PATCH 1/2] Add an AAC encoder by using the libvo-aacenc library

2011-04-07 Thread Diego Biurrun
On Thu, Apr 07, 2011 at 12:18:53PM +0300, Martin Storsjö wrote: --- Changelog |1 + configure |6 ++ libavcodec/Makefile |1 + libavcodec/allcodecs.c|1 + libavcodec/libvo-aacenc.c | 132

Re: [libav-devel] [PATCH 1/2] Add an AAC encoder by using the libvo-aacenc library

2011-04-07 Thread Martin Storsjö
On Fri, 8 Apr 2011, Diego Biurrun wrote: On Thu, Apr 07, 2011 at 12:18:53PM +0300, Martin Storsjö wrote: --- Changelog |1 + configure |6 ++ libavcodec/Makefile |1 + libavcodec/allcodecs.c|1 + libavcodec/libvo-aacenc.c |