]> git.sesse.net Git - ffmpeg/history - libavcodec/g723_1.c
g723.1: make postfilter write directly to output buffer
[ffmpeg] / libavcodec / g723_1.c
2012-08-13 Mans Rullgardg723.1: make postfilter write directly to output buffer
2012-08-13 Mans Rullgardg723.1: drop unnecessary variable buf_ptr in formant_po...
2012-08-13 Mans Rullgardg723.1: make scale_vector() output to a separate buffer
2012-08-13 Mans Rullgardg723.1: make autocorr_max() work on an arbitrary buffer
2012-08-13 Mans Rullgardg723.1: do not needlessly use int64_t
2012-08-13 Mans Rullgardg723.1: use saturating addition functions
2012-08-13 Mans Rullgardg723.1: optimise scale_vector()
2012-08-13 Mans Rullgardg723.1: remove useless uses of MUL64()
2012-08-13 Mans Rullgardg723.1: remove unnecessary argument 'shift' from dot_pr...
2012-08-13 Mans Rullgardg723.1: deobfuscate "(x << 4) - x" to "15 * x"
2012-08-10 Mans Rullgardg723.1: fix addition overflow
2012-08-10 Mans Rullgardg723.1: simplify and fix multiplication overflow
2012-08-10 Mans Rullgardg723.1: deobfuscate an expression
2012-08-10 Mans Rullgardg723.1: remove unused #includes
2012-08-08 Kostya Shishkovg723_1: clip argument for 15-bit version of normalize_b...
2012-08-08 Kostya Shishkovg723_1: use all LPC vectors in formant postfilter
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-08-03 Kostya Shishkovg723_1: scale output as supposed for the case with...
2012-08-03 Kostya Shishkovg723_1: increase excitation storage by 4
2012-08-03 Kostya Shishkovg723_1: fix upper bound parameter from inverse maximum...
2012-08-03 Kostya Shishkovg723_1: make scale_vector() behave like the reference
2012-08-03 Kostya Shishkovg723_1: fix off-by-one error in normalize_bits()
2012-08-03 Kostya Shishkovg723_1: save/restore excitation with offset to store...
2012-07-22 Mohamed Naufal BasheerG.723.1 demuxer and decoder