]> git.sesse.net Git - ffmpeg/history - libavcodec/celp_math.h
mpeg12dec: avoid signed overflow in bitrate calculation
[ffmpeg] / libavcodec / celp_math.h
2015-11-30 Mohamed Naufallavc: G.723.1 encoder
2012-10-20 Mans Rullgardcelp_math: rename ff_log2 to ff_log2_q15
2012-08-27 Diego Biurruncelp_math: Replace duplicate ff_dot_productf() by ff_sc...
2012-08-27 Diego Biurruncelp_math: Move ff_cos() to the only place it is used
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-06-30 Måns RullgårdFix grammar errors in documentation
2008-12-29 Aurelien JacobsRemove duplicated dot product code. Use dsputil's
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-10-30 Kenan GilletAdd ff_dot_productf() to celp_math.{c,h}
2008-10-24 Kenan GilletRename acelp_math.[ch] to celp_math.[ch] to prepare...