summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-07-26Merge commit '4a2ef39442bf7f0150db07a1fbfcf8286e4d44a3'Michael Niedermayer10-32/+32
2013-07-25cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun10-32/+32
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-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-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-06-11Optimization of AMR NB and WB decoders for MIPSNedeljko Babic24-39/+1403
2011-12-18Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos1-9/+9
2011-12-18Fix possible endless loop when decoding amr.Carl Eugen Hoyos1-0/+2
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 and non-compiling vestigial g729 decoderDiego Biurrun5-661/+1
2011-05-16Merge remote branch 'qatar/master'Michael Niedermayer4-14/+6
2011-05-15acelp: Remove unused gray_decode table.Diego Biurrun1-10/+0
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-04-21Split the input/output data arguments to ff_adaptive_gain_control().Ronald S. Bultje4-7/+9
2010-03-11Fix spelling.Ronald S. Bultje4-10/+10
2010-01-29Add no_repeat_mask option, so that single-pulse vectors can also beRonald S. Bultje2-4/+6
2010-01-28Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist.Ronald S. Bultje1-9/+5
2009-12-19Add tables used by both AMR-NB and SIPRVitor Sessak2-0/+49
2009-12-12Commit functions used by both AMRNB and SIPRVitor Sessak2-0/+100
2009-11-05Correct double include introduced by r20450Reynaldo H. Verdejo Pinochet1-1/+0
2009-11-04Implement ff_scale_vector_to_given_sum_of_squares()Reynaldo H. Verdejo Pinochet3-33/+36
2009-10-27Commit some functions that are used by both SIPR and AMR.Vitor Sessak6-0/+107
2009-03-09Functional part Kenan Gillet's 'extract and share weighted_vector_sumf'Reynaldo H. Verdejo Pinochet4-14/+28
2008-05-26consistency cosmetics: indices --> indexes in variable namesDiego Biurrun3-24/+24
2008-05-23adaptive and fixed codebook vector operations for ACELP-based codecsVladimir Voroshilov2-0/+298