summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2012-10-13ff_celp_lp_synthesis_filterf: change loop end checkMichael Niedermayer1-1/+1
2012-10-13ff_celp_lp_synthesis_filterf: check that filter_length is within the supporte...Michael Niedermayer1-0/+3
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-08-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer9-154/+203
2012-08-13celp: optimise ff_celp_lp_synthesis_filter()Mans Rullgard1-8/+7
2012-07-22Add a shift parameter to celp_lp_synthesis_filter()Mohamed Naufal Basheer3-4/+5
2012-06-11Optimization of AMR NB and WB decoders for MIPSNedeljko Babic24-39/+1403
2012-05-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer10-321/+196
2012-05-04celp filters: Do not read earlier than the start of the 'out' vector.Alex Converse1-3/+1
2011-09-29Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 de...Mohamed Naufal Basheer5-6/+10
2011-06-02Remove unused variablesMans Rullgard41-143/+76
2011-05-29Fix various unused variable warningsClément Bœsch31-55/+40
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-03-01Fix spelling in commentVitor Sessak1-1/+1
2010-03-01Add commented-out unoptimized code to improve readabilityVitor Sessak1-0/+8
2009-12-16Cosmetics: make celp_filters.* formatting more consistent with the rest ofVitor Sessak2-36/+18
2009-12-16Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests.Vitor Sessak2-2/+98
2009-11-09And on the sixth day, God gave us the <= operand, which makes the loopRonald S. Bultje1-12/+3
2009-08-12Add ff_celp_circ_addf() function to be used for sparse vector circularColin McQuillan2-0/+25
2009-08-03Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf()Colin McQuillan1-1/+1
2009-08-02cosmetics: K&R coding styleDiego Biurrun2-68/+54
2009-04-18Add LP zero synthesis filter. Patch by Kenan Gillet.Kenan Gillet2-0/+42
2009-04-15[COSMETIC] Correct a minor nit. Should be clearer now.Reynaldo H. Verdejo Pinochet1-2/+2
2009-04-15Fix possibly harmful outbound addressing. Patch by Kenan Gillet.Kenan Gillet1-6/+4
2009-02-23Change sign in ff_celp_lp_synthesis_filterf(). This makes this functionKenan Gillet2-2/+2
2008-10-30Add a LPC filterKenan Gillet2-0/+45
2008-10-24Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet6-107/+162