summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2011-07-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer8-67/+35
2011-07-18Remove VLAs in ff_amrwb_lsp2lpc()Mans Rullgard2-3/+3
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer88-606/+864
2011-06-23doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun38-259/+259
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-09-07Move lsp2lpc_sipr() function to common code so it can be reused in aMarcelo Galvăo Póvoa3-27/+32
2010-09-07Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder.Marcelo Galvăo Póvoa3-16/+15
2010-07-17Fix Doxygen @param command attribute syntax.Diego Biurrun8-102/+102
2010-07-14Restore mistakenly removed [in]/[out] Doxygen parameter attributes.Diego Biurrun3-7/+7
2010-07-02Fix the signature of ff_set_min_dist_lsf() to match the implementationDiego Biurrun1-1/+2
2010-07-02Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun6-11/+10
2010-07-02Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun9-20/+0
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2010-06-26lsp: convert variable-length arrays to fixed sizeMåns Rullgård2-3/+4
2009-11-24Make lsp2polyf() function non-static for upcoming usage in SIPRVitor Sessak2-13/+15
2009-11-22Make sorting function used in TwinVQ a shared functionVitor Sessak3-12/+17
2009-11-11Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use thisVitor Sessak2-2/+2
2009-11-10Avoid variable-length array use in ff_acelp_lspd2lpc()Vitor Sessak2-1/+8
2009-11-09Do not hardcode filter order in ff_acelp_lspd2lpc()Vitor Sessak3-13/+14
2009-10-27Commit some functions that are used by both SIPR and AMR.Vitor Sessak6-0/+107
2009-08-03Expose QCELP's floating-point LSP-to-LPC functionColin McQuillan5-89/+58
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-07-12Correct a couple of typosRobert Swain2-2/+2
2008-05-11Replace hardcoded LP filter order with parameter.Vladimir Voroshilov2-24/+28
2008-05-03add necessary #includes in headersMåns Rullgård4-0/+7
2008-04-27Use filename as multiple inclusion guard.Diego Biurrun1-3/+3
2008-04-26Grammar fixes and improvements for the new ACELP codeRobert Swain2-8/+8
2008-04-26Fixed-point LSP and LPC decoding routines for ACELP-based codecsVladimir Voroshilov2-0/+183