]> git.sesse.net Git - ffmpeg/history - libavcodec/lsp.c
aacdec: Drop some unused function arguments
[ffmpeg] / libavcodec / lsp.c
2012-08-27 Diego Biurruncelp_math: Replace duplicate ff_dot_productf() by ff_sc...
2012-08-27 Diego Biurruncelp_math: Move ff_cos() to the only place it is used
2011-12-05 Diego Biurrunmisc Doxygen markup improvements
2011-07-20 Diego BiurrunRemove unused code under G729_BITEXACT #ifdef.
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-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-11-24 Måns RullgårdAdd shift argument to MULL() macro
2008-10-24 Kenan GilletRename acelp_math.[ch] to celp_math.[ch] to prepare...
2008-08-26 Vladimir Voroshilov(cosmetics) Remove incorrect comment.
2008-05-11 Vladimir VoroshilovFix compilation error.
2008-05-11 Vladimir VoroshilovReplace hardcoded LP filter order with parameter.
2008-04-26 Vladimir VoroshilovFixed-point LSP and LPC decoding routines for ACELP...