Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-29avcodec/lsp: Make ff_lsp2polyf() staticAndreas Rheinhardt
2022-09-29avcodec/lsp: Move ff_lsp2polyf() upwards in lsp.cAndreas Rheinhardt
2022-09-29avcodec/amrwbdec,lsp: Include mips headers only #if ARCH_MIPSAndreas Rheinhardt
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2021-07-22Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt
2019-10-16avcodec/lsp: Fix undefined shifts in lsp2poly()Michael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2012-09-04lsp: change assert to av_assertMichael Niedermayer
2012-08-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-27celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun
2012-08-27celp_math: Move ff_cos() to the only place it is usedDiego Biurrun
2012-06-28lsp: use av_assertMichael Niedermayer
2012-06-11Optimization of AMR NB and WB decoders for MIPSNedeljko Babic
2011-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-05misc Doxygen markup improvementsDiego Biurrun
2011-09-24Restore WIP g729 code that has been remvoed by diego biurrun.Michael Niedermayer
2011-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-20Remove unused code under G729_BITEXACT #ifdef.Diego Biurrun
2011-07-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-18Remove VLAs in ff_amrwb_lsp2lpc()Mans Rullgard
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-08Move lsp2lpc_sipr() function to common code so it can be reused in aMarcelo Galvăo Póvoa
2010-09-08Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder.Marcelo Galvăo Póvoa
2010-06-26lsp: convert variable-length arrays to fixed sizeMåns Rullgård
2009-11-24Make lsp2polyf() function non-static for upcoming usage in SIPRVitor Sessak
2009-11-23Make sorting function used in TwinVQ a shared functionVitor Sessak
2009-11-11Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use thisVitor Sessak
2009-11-10Avoid variable-length array use in ff_acelp_lspd2lpc()Vitor Sessak
2009-11-09Do not hardcode filter order in ff_acelp_lspd2lpc()Vitor Sessak
2009-10-28Commit some functions that are used by both SIPR and AMR.Vitor Sessak
2009-08-03Expose QCELP's floating-point LSP-to-LPC functionColin McQuillan
2008-11-24Add shift argument to MULL() macroMåns Rullgård
2008-10-25Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.Kenan Gillet
2008-08-26(cosmetics) Remove incorrect comment.Vladimir Voroshilov
2008-05-11Fix compilation error.Vladimir Voroshilov
2008-05-11Replace hardcoded LP filter order with parameter.Vladimir Voroshilov
2008-04-26Fixed-point LSP and LPC decoding routines for ACELP-based codecsVladimir Voroshilov