]> git.sesse.net Git - ffmpeg/history - libavcodec/celp_math.c
decode: be more explicit about storing the last packet properties
[ffmpeg] / libavcodec / celp_math.c
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
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2011-07-20 Diego BiurrunRemove unused code under G729_BITEXACT #ifdef.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2008-10-31 François RevolFix build.
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...