summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-09-03lsp: change assert to av_assertMichael Niedermayer1-1/+1
2012-08-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer25-853/+860
2012-08-27celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun15-83/+77
2012-08-27celp_math: Move ff_cos() to the only place it is usedDiego Biurrun4-35/+26
2012-06-27lsp: use av_assertMichael Niedermayer1-1/+2
2012-06-11Optimization of AMR NB and WB decoders for MIPSNedeljko Babic24-39/+1403
2011-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer34-272/+330
2011-12-05misc Doxygen markup improvementsDiego Biurrun8-17/+17
2011-09-24Restore WIP g729 code that has been remvoed by diego biurrun.Michael Niedermayer8-1/+761
2011-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer32-1322/+435
2011-07-20Remove unused code under G729_BITEXACT #ifdef.Diego Biurrun3-100/+0
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-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-11-24Add shift argument to MULL() macroMåns Rullgård5-22/+18
2008-10-24Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.Kenan Gillet5-7/+7
2008-08-26(cosmetics) Remove incorrect comment.Vladimir Voroshilov1-1/+1
2008-05-11Fix compilation error.Vladimir Voroshilov1-1/+1
2008-05-11Replace hardcoded LP filter order with parameter.Vladimir Voroshilov2-24/+28
2008-04-26Fixed-point LSP and LPC decoding routines for ACELP-based codecsVladimir Voroshilov2-0/+183