summaryrefslogtreecommitdiffstats
path: root/libavcodec/cngdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cngdec: set .caps_internalPaul B Mahol2019-07-071-1/+2
* avcodec/cngdec: Fix integer clippingMichael Niedermayer2017-11-091-1/+1
* avcodec/cngdec: Check skip_samplesMichael Niedermayer2017-08-201-0/+6
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-221-1/+1
* lavc/cngdec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+2
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/cngdec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-10-301-5/+5
* | avcodec/cngdec: use av_mallocz_array()Michael Niedermayer2014-04-091-5/+5
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | Merge commit '182821cff43f5f977004d105b86c47ceb20d00d6'Michael Niedermayer2013-02-131-9/+5
|\ \ | |/
| * comfortnoise: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-9/+5
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-311-8/+22
|\ \ | |/
| * 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
* | Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8'Michael Niedermayer2012-10-301-4/+4
|/
* avcodec: Add a RFC 3389 comfort noise codecMartin Storsjö2012-10-291-0/+162
OpenPOWER on IntegriCloud