summaryrefslogtreecommitdiff
path: root/libavcodec/cngenc.c
Commit message (Collapse)AuthorAge
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
|
* cng: Reindent some incorrectly indented linesMartin Storsjö2012-10-30
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* avcodec: Add a RFC 3389 comfort noise codecMartin Storsjö2012-10-29
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>