]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/g729dec.c
indent
[frescor/ffmpeg.git] / libavcodec / g729dec.c
2009-06-26 voroshilPitch delay decoding
2009-06-26 voroshilReplace pitch_delay_int array with single variable.
2009-06-24 voroshilLSF (Line Spectral Frequencies) decoding routine.
2009-06-20 voroshilConvertion of LSF values to coefficients of linear...
2009-06-18 voroshilG.729 decoding routine (skeleton, including parameters...
2009-06-14 voroshilG.729 decoder initialization routine (skeleton)
2009-06-14 voroshilReplace MAX_SUBFRAME_SIZE and ctx->subframe_size with...
2009-06-06 voroshilK&R formatting of already submitted G.729 code
2009-06-06 voroshilConvert structure names to FFmpeg style
2009-06-06 voroshilInternal routine should not use name of standard function.
2009-06-05 voroshilRemove ff_g729_ and g729_ prefixes from static routines.
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2008-10-24 diegoRename acelp_math.[ch] to celp_math.[ch] to prepare...
2008-09-17 voroshilAnother set of approved changes for G.729: includes...
2008-09-06 voroshilRemove not approved parts.
2008-09-03 voroshilAnother set of approved G.729 chunks (from decoder...
2008-09-02 voroshilParity bit calculation routine for G.729
2008-08-26 voroshilAnother set of definitions for G.729
2008-08-23 voroshilMove from g729.h all definitions which are used only...
2008-08-17 voroshilG.729 decoder main code