]> git.sesse.net Git - ffmpeg/history - libavcodec/lpc.c
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / lpc.c
2012-10-29 Martin Storsjölpc: Add a function for calculating reflection coeffici...
2012-10-08 Janne Grunaux86: call most of the x86 dsp init functions under...
2012-08-22 Justin Ruggleslpc: fix alignment of windowed samples for odd maximum...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-02-06 Diego Biurrundoxygen: Do not include license boilerplates in Doxygen...
2011-12-21 Diego BiurrunReplace Subversion revisions in comments by Git hashes.
2011-07-14 Diego Biurrundoxygen: Make sure parameter names match between .c...
2011-07-03 Diego Biurrundoxygen: Fix parameter names to match the function...
2011-05-10 Anton Khirnovlavc: move some flac-specific options to its private...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-21 Justin Rugglescosmetics related to LPC changes.
2011-01-21 Justin RugglesSeparate window function from autocorrelation.
2011-01-21 Justin RugglesMove lpc_compute_autocorr() from DSPContext to a new...
2010-07-11 Justin RugglesAdd AVCodecContext.lpc_type and Add AVCodecContext...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2009-10-17 Justin RugglesMove autocorrelation function from flacenc.c to lpc...
2009-02-13 Patrik Kullmanlpc: Remove false positive compilation warning about...
2009-02-13 Patrik KullmanAssert that ff_lpc_calc_coefs() is called with a valid...
2009-02-13 Patrik Kullmanlpc: Document the use_lpc parameter to ff_lpc_calc_coefs().
2008-09-04 Vitor SessakAvoid duplicating compute_lpc_coefs() function in both...
2008-08-31 Vitor SessakMisc cosmetics in compute_lpc_coefs(): braces removal...
2008-08-31 Vitor SessakRemove useless var in compute_lpc_coefs()
2008-08-31 Vitor SessakMerge declaration and initialization of a few vars...
2008-08-29 Vitor SessakRemove useless zeroing of a buffer
2008-08-21 Diego Biurruncosmetics: Fix incorrect indentation.
2008-08-16 Justin Rugglesupdate my email address to one which does not depend...
2008-08-16 Justin Rugglesuse range of lpc orders in ORDER_METHOD_EST
2008-08-16 Justin Rugglescosmetics: adjust line breaks and vertical alignment
2008-08-16 Justin Rugglesuse limited range of lpc orders when quantizing coeffic...
2008-08-16 Ramiro Pollalpc: cosmetics: vertically align declarations and defin...
2008-08-16 Ramiro Pollaflacenc, lpc: Move LPC code from flacenc.c to new lpc...