summaryrefslogtreecommitdiff
path: root/libavcodec/g723_1.c
Commit message (Expand)AuthorAge
* lavc: G.723.1 encoderMohamed Naufal2015-11-30
* g723_1: Move sharable functions to a separate fileVittorio Giovara2015-11-30
* g723_1: Rename files to better reflect their purposeVittorio Giovara2015-11-30
* g723_1: Handle values at the ends of the table in lsp2lpc()Michael Niedermayer2015-11-30
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* g723.1: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-25
* g.723.1: add missing CODEC_CAP_DR1Anton Khirnov2012-10-24
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* g723_1: add comfort noise generationKostya Shishkov2012-08-30
* g723.1: simplify scale_vector()Mans Rullgard2012-08-14
* g723.1: simplify normalize_bits()Mans Rullgard2012-08-14
* g723.1: do not pass large structs by valueMans Rullgard2012-08-13
* g723.1: do not bounce intermediate values via memoryMans Rullgard2012-08-13
* g723.1: declare a variable in the block it is usedMans Rullgard2012-08-13
* g723.1: avoid saving/restoring excitationMans Rullgard2012-08-13
* g723.1: avoid unnecessary memcpy() in residual_interp()Mans Rullgard2012-08-13
* g723.1: make postfilter write directly to output bufferMans Rullgard2012-08-13
* g723.1: drop unnecessary variable buf_ptr in formant_postfilter()Mans Rullgard2012-08-13
* g723.1: make scale_vector() output to a separate bufferMans Rullgard2012-08-13
* g723.1: make autocorr_max() work on an arbitrary bufferMans Rullgard2012-08-13
* g723.1: do not needlessly use int64_tMans Rullgard2012-08-13
* g723.1: use saturating addition functionsMans Rullgard2012-08-13
* g723.1: optimise scale_vector()Mans Rullgard2012-08-13
* g723.1: remove useless uses of MUL64()Mans Rullgard2012-08-13
* g723.1: remove unnecessary argument 'shift' from dot_product()Mans Rullgard2012-08-13
* g723.1: deobfuscate "(x << 4) - x" to "15 * x"Mans Rullgard2012-08-13
* g723.1: fix addition overflowMans Rullgard2012-08-10
* g723.1: simplify and fix multiplication overflowMans Rullgard2012-08-10
* g723.1: deobfuscate an expressionMans Rullgard2012-08-10
* g723.1: remove unused #includesMans Rullgard2012-08-10
* g723_1: clip argument for 15-bit version of normalize_bits()Kostya Shishkov2012-08-08
* g723_1: use all LPC vectors in formant postfilterKostya Shishkov2012-08-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* g723_1: scale output as supposed for the case with postfilter disabledKostya Shishkov2012-08-03
* g723_1: increase excitation storage by 4Kostya Shishkov2012-08-03
* g723_1: fix upper bound parameter from inverse maximum autocorrelationKostya Shishkov2012-08-03
* g723_1: make scale_vector() behave like the referenceKostya Shishkov2012-08-03
* g723_1: fix off-by-one error in normalize_bits()Kostya Shishkov2012-08-03
* g723_1: save/restore excitation with offset to store LPC historyKostya Shishkov2012-08-03
* G.723.1 demuxer and decoderMohamed Naufal Basheer2012-07-22