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-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2021-02-24avcodec/celp_math: Disable unused functionAndreas Rheinhardt
2012-10-21Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9'Michael Niedermayer
2012-10-20celp_math: rename ff_log2 to ff_log2_q15Mans Rullgard
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-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-07celp_math: use av_assertMichael Niedermayer
2012-06-11Optimization of AMR NB and WB decoders for MIPSNedeljko Babic
2011-10-02ff_dot_product(): change return value to int64_tMichael Niedermayer
2011-09-29celp_math: cleanup ff_dot_product()Michael Niedermayer
2011-09-29Add dot_product function for use by the G.723.1 decoderMohamed Naufal Basheer
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-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2008-10-31Fix build.François Revol
2008-10-31Add ff_dot_productf() to celp_math.{c,h}Kenan Gillet
2008-10-25Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.Kenan Gillet