summaryrefslogtreecommitdiff
path: root/libavcodec/cngdec.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* comfortnoise: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-9/+5
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* cng: Reindent some incorrectly indented linesMartin Storsjö2012-10-301-1/+1
* cngdec: Allow flushing the decoderMartin Storsjö2012-10-301-3/+17
* cngdec: Make the dbov variable have the right unitMartin Storsjö2012-10-301-2/+2
* cngdec: Fix the memset size to cover the full arrayMartin Storsjö2012-10-301-1/+1
* cngdec: Update the LPC coefficients after averaging the reflection coefficientsMartin Storsjö2012-10-301-1/+1
* avcodec: Add a RFC 3389 comfort noise codecMartin Storsjö2012-10-291-0/+162