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
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-13celp: optimise ff_celp_lp_synthesis_filter()Mans Rullgard
2012-07-22Add a shift parameter to celp_lp_synthesis_filter()Mohamed Naufal Basheer
2012-05-04celp filters: Do not read earlier than the start of the 'out' vector.Alex Converse
2011-06-02Remove unused variablesMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-03-01Fix spelling in commentVitor Sessak
2010-03-01Add commented-out unoptimized code to improve readabilityVitor Sessak
2009-12-16Cosmetics: make celp_filters.* formatting more consistent with the rest ofVitor Sessak
2009-12-16Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests.Vitor Sessak
2009-11-10And on the sixth day, God gave us the <= operand, which makes the loopRonald S. Bultje
2009-08-12Add ff_celp_circ_addf() function to be used for sparse vector circularColin McQuillan
2009-08-03Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf()Colin McQuillan
2009-08-02cosmetics: K&R coding styleDiego Biurrun
2009-04-19Add LP zero synthesis filter. Patch by Kenan Gillet.Kenan Gillet
2009-04-15[COSMETIC] Correct a minor nit. Should be clearer now.Reynaldo H. Verdejo Pinochet
2009-04-15Fix possibly harmful outbound addressing. Patch by Kenan Gillet.Kenan Gillet
2009-02-24Change sign in ff_celp_lp_synthesis_filterf(). This makes this functionKenan Gillet
2008-10-31Add a LPC filterKenan Gillet
2008-10-25Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet