]> git.sesse.net Git - ffmpeg/history - libavcodec/lpc.h
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / lpc.h
2012-10-29 Martin Storsjölpc: Add a function for calculating reflection coeffici...
2012-10-29 Justin Ruggleslpc: Add a function for calculating reflection coeffici...
2012-08-22 Justin Ruggleslpc: fix alignment of windowed samples for odd maximum...
2012-02-06 Diego Biurrundoxygen: Do not include license boilerplates in Doxygen...
2011-12-10 Diego BiurrunFix a bunch of common typos.
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 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
2010-03-06 Måns RullgårdMove some prototypes from dsputil.c to reasonable heade...
2008-09-04 Vitor SessakCosmetics: s/LPC_type/LPC_TYPE/
2008-09-04 Vitor SessakAvoid duplicating compute_lpc_coefs() function in both...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-17 Diego BiurrunAdd missing header includes to fix 'make checkheaders'.
2008-08-16 Justin Rugglesupdate my email address to one which does not depend...
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...