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
2014-06-22Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer
2014-06-22dsputil: Split audio operations off into a separate contextDiego Biurrun
2013-01-23Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'Michael Niedermayer
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2012-10-21Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9'Michael Niedermayer
2012-10-20celp_math: rename ff_log2 to ff_log2_q15Mans Rullgard
2012-09-05acelp_pitch_delay: add missing libm.h include for exp2()Michael Niedermayer
2012-08-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-27build: Restore dependency of acelp_filters.o on celp_math.oDiego Biurrun
2012-08-27celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-07dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET
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-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-02-20Replace log2f(10) with a constantMåns Rullgård
2009-11-15Implement ff_decode_pitch_lag() that is used by both AMR and SIPR.Vitor Sessak
2009-10-31Implement AMR gain function that is used by both AMR and SIPR.Vitor Sessak
2008-12-29Remove duplicated dot product code. Use dsputil'sAurelien Jacobs
2008-10-25Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.Kenan Gillet
2008-07-03make sum_of_squares() more genericMichael Niedermayer
2008-06-30gain code, gain pitch and pitch delay decoding for ACELP based codecsVladimir Voroshilov