summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-01-23Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'Michael Niedermayer28-130/+141
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje23-141/+142
2012-10-21Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9'Michael Niedermayer12-55/+126
2012-10-20celp_math: rename ff_log2 to ff_log2_q15Mans Rullgard3-3/+3
2012-09-05acelp_pitch_delay: add missing libm.h include for exp2()Michael Niedermayer1-0/+1
2012-08-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer25-853/+860
2012-08-27build: Restore dependency of acelp_filters.o on celp_math.oDiego Biurrun2-3/+4
2012-08-27celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun15-83/+77
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer41-768/+805
2012-03-07dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET6-38/+9
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-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer129-1147/+2098
2011-07-03Do not include mathematics.h in avutil.hMans Rullgard54-1/+56
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-02-20Replace log2f(10) with a constantMåns Rullgård2-1/+4
2009-11-15Implement ff_decode_pitch_lag() that is used by both AMR and SIPR.Vitor Sessak2-0/+62
2009-10-31Implement AMR gain function that is used by both AMR and SIPR.Vitor Sessak2-0/+35
2008-12-29Remove duplicated dot product code. Use dsputil'sAurelien Jacobs3-22/+7
2008-10-24Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.Kenan Gillet5-7/+7
2008-07-03make sum_of_squares() more genericMichael Niedermayer2-11/+9
2008-06-30gain code, gain pitch and pitch delay decoding for ACELP based codecsVladimir Voroshilov2-0/+339