]> git.sesse.net Git - ffmpeg/history - libavcodec/g723_1.c
Hap decoder and encoder
[ffmpeg] / libavcodec / g723_1.c
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-12 Justin Rugglesg723.1: decode directly to the user-provided AVFrame
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-10-25 Diego Biurrunavutil: Move memcpy_backptr() to mem.c
2012-10-24 Anton Khirnovg.723.1: add missing CODEC_CAP_DR1
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-08-30 Kostya Shishkovg723_1: add comfort noise generation
2012-08-14 Mans Rullgardg723.1: simplify scale_vector()
2012-08-14 Mans Rullgardg723.1: simplify normalize_bits()
2012-08-13 Mans Rullgardg723.1: do not pass large structs by value
2012-08-13 Mans Rullgardg723.1: do not bounce intermediate values via memory
2012-08-13 Mans Rullgardg723.1: declare a variable in the block it is used
2012-08-13 Mans Rullgardg723.1: avoid saving/restoring excitation
2012-08-13 Mans Rullgardg723.1: avoid unnecessary memcpy() in residual_interp()
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