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
2010-02-20Replace log2f(10) with a constantMåns Rullgård
Originally committed as revision 21924 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-15Implement ff_decode_pitch_lag() that is used by both AMR and SIPR.Vitor Sessak
Based on code written by Colin McQuillan during his SoC project. Originally committed as revision 20540 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-31Implement AMR gain function that is used by both AMR and SIPR.Vitor Sessak
Based on AMR SoC code by Robert Swain and Colin McQuillan. Originally committed as revision 20421 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-29Remove duplicated dot product code. Use dsputil'sAurelien Jacobs
scalarproduct instead. Patch by Aurelien Jacobs. Originally committed as revision 16391 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-25Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.Kenan Gillet
patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15679 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-03make sum_of_squares() more genericMichael Niedermayer
Originally committed as revision 14056 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-30gain code, gain pitch and pitch delay decoding for ACELP based codecsVladimir Voroshilov
Originally committed as revision 14037 to svn://svn.ffmpeg.org/ffmpeg/trunk