change license verbiage to Xiph's
[platform/upstream/flac.git] / src / libFLAC / lpc.c
2003-01-31 Josh Coalsonchange license verbiage to Xiph's
2003-01-12 Josh Coalsonminor comments
2003-01-08 Josh Coalsonworking 64-bit literals for MSVC
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-10-04 Josh Coalsonadd wide (64-bit) versions of the FIR filter and invers...
2002-08-27 Josh Coalsonminor formatting
2002-06-05 Josh Coalsonminor consolidation
2002-05-17 Josh Coalsonconditionalize #include of stdio.h
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2001-11-13 Josh Coalsoncommit patch for compiling on mingw32
2001-08-13 Josh Coalsonreplace LOCAL_FABS() with fabs()
2001-07-19 Josh Coalsonswitch to better method for getting floor(log2(double))
2001-07-18 Josh Coalsonfix another possible bug in the quantizer
2001-07-12 Josh Coalson#ifdef DEBUG some printouts
2001-07-09 Josh Coalsonminor tweaks in the overflow checking for VC++
2001-07-06 Josh Coalsonfix the case in the coeff quantizer where the coeffs...
2001-07-03 Josh Coalsonuse double instead of FLAC__real in some places interna...
2001-07-03 Josh Coalsonfix rare bug in FLAC__lpc_quantize_coefficients where...
2001-06-23 Josh Coalsonrevamp the ordinal types
2001-06-05 Josh Coalsonminor FP tweaks
2001-05-31 Josh Coalsonput a FLAC__ASSERT wrapper around assert()
2001-05-25 Josh Coalsonoops, fix bug with error_scale
2001-05-24 Josh Coalsonremove debug printouts
2001-05-24 Josh Coalsonbe more lenient with negative lpc_errors due to accurac...
2001-05-16 Josh Coalsonfix LOCAL_FABS bug
2001-05-14 Josh Coalsonuse local fabs() routine
2001-05-10 Josh Coalsonspeed up FLAC__lpc_compute_autocorrelation()
2001-04-24 Josh CoalsonFLAC__ize all the #defines
2001-04-01 Josh Coalsonminor change
2001-03-16 Josh Coalsoncomment fix
2001-03-01 Josh Coalson*** empty log message ***
2001-03-01 Josh Coalsonremove floating "#if 0"
2001-02-28 Josh Coalsonremove old version of the lpcoeff quantizer, other...
2001-02-28 Josh Coalsonrework LPC coefficient quantizer
2001-02-08 Josh Coalsonchange Coder to Codec everywhere
2001-02-08 Josh Coalsonadd more debug info, clip bps computation to 0.0
2001-01-16 Josh Coalsonupdate copyright for 2001
2000-12-10 Josh CoalsonInitial revision