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 (Collapse)Author
2009-08-12Add ff_celp_circ_addf() function to be used for sparse vector circularColin McQuillan
convolution in the upcoming AMR-NB floating point decoder. The function scales and adds a vector, that is lagged by some offset, to another vector with the same number of elements. Patch by Colin McQuillan ( m.niloc googlemail com ) Originally committed as revision 19634 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-08-03Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf()Colin McQuillan
Patch by Colin McQuillan ( m.niloc googlemail com ) Originally committed as revision 19574 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-08-02cosmetics: K&R coding styleDiego Biurrun
Originally committed as revision 19561 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-19Add LP zero synthesis filter. Patch by Kenan Gillet.Kenan Gillet
Originally committed as revision 18616 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-15[COSMETIC] Correct a minor nit. Should be clearer now.Reynaldo H. Verdejo Pinochet
Originally committed as revision 18529 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-15Fix possibly harmful outbound addressing. Patch by Kenan Gillet.Kenan Gillet
Originally committed as revision 18528 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-24Change sign in ff_celp_lp_synthesis_filterf(). This makes this functionKenan Gillet
useful for AMR and RA144. Patch by Kenan Gillet Originally committed as revision 17546 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-31Add a LPC filterKenan Gillet
Part of the QCELP patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15754 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-25Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet
patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15680 to svn://svn.ffmpeg.org/ffmpeg/trunk