avcodec: Add a RFC 3389 comfort noise codec
authorMartin Storsjö <martin@martin.st>
Mon, 22 Oct 2012 21:02:41 +0000 (00:02 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 29 Oct 2012 20:00:43 +0000 (22:00 +0200)
commit9b500b8f6c9806f3979f9d1fb874b7f4a802c656
tree88427520e9cc033bbe6e6c9e506856e440cf3dd1
parent8b25a20efbf4ca261bcd3327a385330eca775ec6
avcodec: Add a RFC 3389 comfort noise codec

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.

Signed-off-by: Martin Storsjö <martin@martin.st>
configure
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/avcodec.h
libavcodec/cngdec.c [new file with mode: 0644]
libavcodec/cngenc.c [new file with mode: 0644]
libavcodec/codec_desc.c
libavcodec/version.h