Check size_bmp more fully
[platform/upstream/libav.git] / libavcodec / celp_math.c
2017-08-18 Haejeong KimUpdate 11.4 -> 12.1 (Merge branch 'upstream' into tizen) 84/144884/2 accepted/tizen/4.0/unified/20170828.222650 accepted/tizen/unified/20170822.113049 submit/tizen/20170822.010353 submit/tizen_4.0/20170828.100006
2017-08-18 Haejeong KimImported Upstream version 12.1 39/144839/1 upstream/12.1
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...