summaryrefslogtreecommitdiff
path: root/libavcodec/lsp.h
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* Remove VLAs in ff_amrwb_lsp2lpc()Mans Rullgard2011-07-18
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Move lsp2lpc_sipr() function to common code so it can be reused in aMarcelo Galvăo Póvoa2010-09-07
* Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder.Marcelo Galvăo Póvoa2010-09-07
* Fix Doxygen @param command attribute syntax.Diego Biurrun2010-07-17
* Restore mistakenly removed [in]/[out] Doxygen parameter attributes.Diego Biurrun2010-07-14
* Fix the signature of ff_set_min_dist_lsf() to match the implementationDiego Biurrun2010-07-02
* Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun2010-07-02
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-02
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* lsp: convert variable-length arrays to fixed sizeMåns Rullgård2010-06-26
* Make lsp2polyf() function non-static for upcoming usage in SIPRVitor Sessak2009-11-24
* Make sorting function used in TwinVQ a shared functionVitor Sessak2009-11-22
* Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use thisVitor Sessak2009-11-11
* Avoid variable-length array use in ff_acelp_lspd2lpc()Vitor Sessak2009-11-10
* Do not hardcode filter order in ff_acelp_lspd2lpc()Vitor Sessak2009-11-09
* Commit some functions that are used by both SIPR and AMR.Vitor Sessak2009-10-27
* Expose QCELP's floating-point LSP-to-LPC functionColin McQuillan2009-08-03
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Correct a couple of typosRobert Swain2008-07-12
* Replace hardcoded LP filter order with parameter.Vladimir Voroshilov2008-05-11
* add necessary #includes in headersMåns Rullgård2008-05-03
* Use filename as multiple inclusion guard.Diego Biurrun2008-04-27
* Grammar fixes and improvements for the new ACELP codeRobert Swain2008-04-26
* Fixed-point LSP and LPC decoding routines for ACELP-based codecsVladimir Voroshilov2008-04-26