]> git.sesse.net Git - ffmpeg/history - libavcodec/lsp.h
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / lsp.h
2011-07-18 Mans RullgardRemove VLAs in ff_amrwb_lsp2lpc()
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-09-07 Marcelo Galvăo PóvoaMove lsp2lpc_sipr() function to common code so it can...
2010-09-07 Marcelo Galvăo PóvoaMove AMRNB lsf2lsp() function to common code for using...
2010-07-17 Diego BiurrunFix Doxygen @param command attribute syntax.
2010-07-14 Diego BiurrunRestore mistakenly removed [in]/[out] Doxygen parameter...
2010-07-02 Diego BiurrunFix the signature of ff_set_min_dist_lsf() to match...
2010-07-02 Diego BiurrunAvoid square brackets in Doxygen comments; Doxygen...
2010-07-02 Diego BiurrunRemove non-existing stray arguments from Doxygen functi...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-26 Måns Rullgårdlsp: convert variable-length arrays to fixed size
2009-11-24 Vitor SessakMake lsp2polyf() function non-static for upcoming usage...
2009-11-22 Vitor SessakMake sorting function used in TwinVQ a shared function
2009-11-11 Vitor SessakUse doubles in ff_set_min_dist_lsf(). After this patch...
2009-11-10 Vitor SessakAvoid variable-length array use in ff_acelp_lspd2lpc()
2009-11-09 Vitor SessakDo not hardcode filter order in ff_acelp_lspd2lpc()
2009-10-27 Vitor SessakCommit some functions that are used by both SIPR and...
2009-08-03 Colin McQuillanExpose QCELP's floating-point LSP-to-LPC function
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-07-12 Robert SwainCorrect a couple of typos
2008-05-11 Vladimir VoroshilovReplace hardcoded LP filter order with parameter.
2008-05-03 Måns Rullgårdadd necessary #includes in headers
2008-04-27 Diego BiurrunUse filename as multiple inclusion guard.
2008-04-26 Robert SwainGrammar fixes and improvements for the new ACELP code
2008-04-26 Vladimir VoroshilovFixed-point LSP and LPC decoding routines for ACELP...