summaryrefslogtreecommitdiffstats
path: root/libavcodec/lsp.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-191-1/+1
|\ \ | |/
| * Remove VLAs in ff_amrwb_lsp2lpc()Mans Rullgard2011-07-181-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-21/+21
|\ \ | |/
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-21/+21
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Move lsp2lpc_sipr() function to common code so it can be reused in aMarcelo Galvăo Póvoa2010-09-071-0/+5
* Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder.Marcelo Galvăo Póvoa2010-09-071-0/+5
* Fix Doxygen @param command attribute syntax.Diego Biurrun2010-07-171-6/+6
* Restore mistakenly removed [in]/[out] Doxygen parameter attributes.Diego Biurrun2010-07-141-1/+1
* Fix the signature of ff_set_min_dist_lsf() to match the implementationDiego Biurrun2010-07-021-1/+2
* Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun2010-07-021-1/+1
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-021-1/+0
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* lsp: convert variable-length arrays to fixed sizeMåns Rullgård2010-06-261-0/+1
* Make lsp2polyf() function non-static for upcoming usage in SIPRVitor Sessak2009-11-241-0/+12
* Make sorting function used in TwinVQ a shared functionVitor Sessak2009-11-221-0/+7
* Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use thisVitor Sessak2009-11-111-1/+1
* Avoid variable-length array use in ff_acelp_lspd2lpc()Vitor Sessak2009-11-101-0/+5
* Do not hardcode filter order in ff_acelp_lspd2lpc()Vitor Sessak2009-11-091-1/+3
* Commit some functions that are used by both SIPR and AMR.Vitor Sessak2009-10-271-0/+13
* Expose QCELP's floating-point LSP-to-LPC functionColin McQuillan2009-08-031-0/+10
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Correct a couple of typosRobert Swain2008-07-121-1/+1
* Replace hardcoded LP filter order with parameter.Vladimir Voroshilov2008-05-111-4/+8
* add necessary #includes in headersMåns Rullgård2008-05-031-0/+3
* Use filename as multiple inclusion guard.Diego Biurrun2008-04-271-3/+3
* Grammar fixes and improvements for the new ACELP codeRobert Swain2008-04-261-4/+4
* Fixed-point LSP and LPC decoding routines for ACELP-based codecsVladimir Voroshilov2008-04-261-0/+63
OpenPOWER on IntegriCloud