Re: [libav-devel] [PATCH 2/2] avcodec: Add a RFC 3389 comfort noise codec

2012-10-27 Thread Kostya Shishkov
On Fri, Oct 26, 2012 at 11:13:49PM +0300, Martin Storsjö wrote: This isn't too useful as a normal codec, but can be used in voip style applications. The decoder updates the noise generator parameters when a packet is given to it for decoding, but if called with an empty packet, it generates

[libav-devel] [PATCH 2/2] avcodec: Add a RFC 3389 comfort noise codec

2012-10-26 Thread Martin Storsjö
This isn't too useful as a normal codec, but can be used in voip style applications. The decoder updates the noise generator parameters when a packet is given to it for decoding, but if called with an empty packet, it generates more noise according to the last parameters. --- References:

Re: [libav-devel] [PATCH 2/2] avcodec: Add a RFC 3389 comfort noise codec

2012-10-26 Thread Diego Biurrun
On Fri, Oct 26, 2012 at 11:13:49PM +0300, Martin Storsjö wrote: --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -129,6 +129,8 @@ OBJS-$(CONFIG_CLJR_DECODER)+= cljr.o OBJS-$(CONFIG_CLJR_ENCODER)+= cljr.o OBJS-$(CONFIG_CLLC_DECODER)+= cllc.o

Re: [libav-devel] [PATCH 2/2] avcodec: Add a RFC 3389 comfort noise codec

2012-10-26 Thread Martin Storsjö
On Fri, 26 Oct 2012, Diego Biurrun wrote: On Fri, Oct 26, 2012 at 11:13:49PM +0300, Martin Storsjö wrote: --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -129,6 +129,8 @@ OBJS-$(CONFIG_CLJR_DECODER)+= cljr.o OBJS-$(CONFIG_CLJR_ENCODER)+= cljr.o