| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-19 | 1 | -1/+1 |
|\ |
|
| * | Remove VLAs in ff_amrwb_lsp2lpc() | Mans Rullgard | 2011-07-18 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-24 | 1 | -21/+21 |
|\| |
|
| * | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun | 2011-06-24 | 1 | -21/+21 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Move lsp2lpc_sipr() function to common code so it can be reused in a | Marcelo Galvăo Póvoa | 2010-09-07 | 1 | -0/+5 |
* | Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder. | Marcelo Galvăo Póvoa | 2010-09-07 | 1 | -0/+5 |
* | Fix Doxygen @param command attribute syntax. | Diego Biurrun | 2010-07-17 | 1 | -6/+6 |
* | Restore mistakenly removed [in]/[out] Doxygen parameter attributes. | Diego Biurrun | 2010-07-14 | 1 | -1/+1 |
* | Fix the signature of ff_set_min_dist_lsf() to match the implementation | Diego Biurrun | 2010-07-02 | 1 | -1/+2 |
* | Avoid square brackets in Doxygen comments; Doxygen chokes on them. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Remove non-existing stray arguments from Doxygen function documentation. | Diego Biurrun | 2010-07-02 | 1 | -1/+0 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -2/+2 |
* | lsp: convert variable-length arrays to fixed size | Måns Rullgård | 2010-06-26 | 1 | -0/+1 |
* | 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 |