summaryrefslogtreecommitdiffstats
path: root/libavcodec/g723_1.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/g723_1: Fix runtime error: signed integer overflow: -1013481472 + -11...Michael Niedermayer2017-05-231-2/+2
* avcodec/g723_1: Fix multiple runtime error: left shift of negative valueMichael Niedermayer2017-05-061-9/+9
* Merge commit 'f023d57d355ff3b917f1aad9b03db5c293ec4244'Hendrik Leppkes2015-12-071-1/+1
|\
| * lavc: G.723.1 encoderMohamed Naufal2015-11-301-7/+2
* | Merge commit '165cc6fb9defcd79fd71c08167f3e8df26b058ff'Hendrik Leppkes2015-12-071-0/+261
|\ \ | |/
| * g723_1: Move sharable functions to a separate fileVittorio Giovara2015-11-301-0/+267
|/
* g723_1: Rename files to better reflect their purposeVittorio Giovara2015-11-301-1378/+0
* g723_1: Handle values at the ends of the table in lsp2lpc()Michael Niedermayer2015-11-301-1/+1
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-2/+2
* 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
* g723.1: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-10/+6
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-251-1/+1
* g.723.1: add missing CODEC_CAP_DR1Anton Khirnov2012-10-241-1/+1
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* g723_1: add comfort noise generationKostya Shishkov2012-08-301-7/+219
* g723.1: simplify scale_vector()Mans Rullgard2012-08-141-6/+2
* g723.1: simplify normalize_bits()Mans Rullgard2012-08-141-7/+0
* g723.1: do not pass large structs by valueMans Rullgard2012-08-131-21/+21
* g723.1: do not bounce intermediate values via memoryMans Rullgard2012-08-131-3/+2
* g723.1: declare a variable in the block it is usedMans Rullgard2012-08-131-2/+2
* g723.1: avoid saving/restoring excitationMans Rullgard2012-08-131-16/+11
* g723.1: avoid unnecessary memcpy() in residual_interp()Mans Rullgard2012-08-131-8/+15
* g723.1: make postfilter write directly to output bufferMans Rullgard2012-08-131-11/+11
* g723.1: drop unnecessary variable buf_ptr in formant_postfilter()Mans Rullgard2012-08-131-7/+7
* g723.1: make scale_vector() output to a separate bufferMans Rullgard2012-08-131-7/+6
* g723.1: make autocorr_max() work on an arbitrary bufferMans Rullgard2012-08-131-6/+5
* g723.1: do not needlessly use int64_tMans Rullgard2012-08-131-1/+1
* g723.1: use saturating addition functionsMans Rullgard2012-08-131-15/+14
* g723.1: optimise scale_vector()Mans Rullgard2012-08-131-5/+7
* g723.1: remove useless uses of MUL64()Mans Rullgard2012-08-131-4/+4
* g723.1: remove unnecessary argument 'shift' from dot_product()Mans Rullgard2012-08-131-15/+11
* g723.1: deobfuscate "(x << 4) - x" to "15 * x"Mans Rullgard2012-08-131-1/+1
* g723.1: fix addition overflowMans Rullgard2012-08-101-1/+1
* g723.1: simplify and fix multiplication overflowMans Rullgard2012-08-101-2/+2
* g723.1: deobfuscate an expressionMans Rullgard2012-08-101-2/+1
* g723.1: remove unused #includesMans Rullgard2012-08-101-2/+0
* g723_1: clip argument for 15-bit version of normalize_bits()Kostya Shishkov2012-08-081-0/+1
* g723_1: use all LPC vectors in formant postfilterKostya Shishkov2012-08-081-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* g723_1: scale output as supposed for the case with postfilter disabledKostya Shishkov2012-08-031-4/+10
* g723_1: increase excitation storage by 4Kostya Shishkov2012-08-031-1/+1
* g723_1: fix upper bound parameter from inverse maximum autocorrelationKostya Shishkov2012-08-031-1/+4
* g723_1: make scale_vector() behave like the referenceKostya Shishkov2012-08-031-2/+3
* g723_1: fix off-by-one error in normalize_bits()Kostya Shishkov2012-08-031-1/+1
* g723_1: save/restore excitation with offset to store LPC historyKostya Shishkov2012-08-031-2/+2
* G.723.1 demuxer and decoderMohamed Naufal Basheer2012-07-221-0/+1175
OpenPOWER on IntegriCloud