| Commit message (Expand) | Author | Age | Files | Lines |
* | Make lsp2polyf() function non-static for upcoming usage in SIPR | Vitor Sessak | 2009-11-24 | 1 | -0/+12 |
* | Make sorting function used in TwinVQ a shared function | Vitor Sessak | 2009-11-22 | 1 | -0/+7 |
* | Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use this | Vitor Sessak | 2009-11-11 | 1 | -1/+1 |
* | Avoid variable-length array use in ff_acelp_lspd2lpc() | Vitor Sessak | 2009-11-10 | 1 | -0/+5 |
* | Do not hardcode filter order in ff_acelp_lspd2lpc() | Vitor Sessak | 2009-11-09 | 1 | -1/+3 |
* | Commit some functions that are used by both SIPR and AMR. | Vitor Sessak | 2009-10-27 | 1 | -0/+13 |
* | Expose QCELP's floating-point LSP-to-LPC function | Colin McQuillan | 2009-08-03 | 1 | -0/+10 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Correct a couple of typos | Robert Swain | 2008-07-12 | 1 | -1/+1 |
* | Replace hardcoded LP filter order with parameter. | Vladimir Voroshilov | 2008-05-11 | 1 | -4/+8 |
* | add necessary #includes in headers | Måns Rullgård | 2008-05-03 | 1 | -0/+3 |
* | Use filename as multiple inclusion guard. | Diego Biurrun | 2008-04-27 | 1 | -3/+3 |
* | Grammar fixes and improvements for the new ACELP code | Robert Swain | 2008-04-26 | 1 | -4/+4 |
* | Fixed-point LSP and LPC decoding routines for ACELP-based codecs | Vladimir Voroshilov | 2008-04-26 | 1 | -0/+63 |