]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/lpc.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / lpc.c
2009-02-13 jbrlpc: Remove false positive compilation warning about...
2009-02-13 jbrAssert that ff_lpc_calc_coefs() is called with a valid...
2009-02-13 jbrlpc: Document the use_lpc parameter to ff_lpc_calc_coefs().
2008-09-04 vitorAvoid duplicating compute_lpc_coefs() function in both...
2008-08-31 vitorMisc cosmetics in compute_lpc_coefs(): braces removal...
2008-08-31 vitorRemove useless var in compute_lpc_coefs()
2008-08-31 vitorMerge declaration and initialization of a few vars...
2008-08-29 vitorRemove useless zeroing of a buffer
2008-08-21 diegocosmetics: Fix incorrect indentation.
2008-08-16 jbrupdate my email address to one which does not depend...
2008-08-16 jbruse range of lpc orders in ORDER_METHOD_EST
2008-08-16 jbrcosmetics: adjust line breaks and vertical alignment
2008-08-16 jbruse limited range of lpc orders when quantizing coeffic...
2008-08-16 ramirolpc: cosmetics: vertically align declarations and defin...
2008-08-16 ramiroflacenc, lpc: Move LPC code from flacenc.c to new lpc...