Update and improve autotools build
[platform/upstream/flac.git] / src / libFLAC / lpc.c
2012-04-07 Cristian RodríguezUpdate and improve autotools build
2012-02-01 Erik de Castro LopoFix more printf formatting issues and remove un-necessa...
2012-02-01 Erik de Castro LopoFix compiler warnings.
2009-01-07 Josh Coalsonadd 2009 copyright
2009-01-07 Josh CoalsonAllow MM:SS:FF and MM:SS.SS time formats in non-CD...
2008-02-28 Josh Coalsonupdate copyright for 2008
2007-09-08 Josh Coalson64-bit fixes (SF#1790872: https://sourceforge.net/track...
2007-07-11 Josh Coalsonadd #define FLAC__LPC_UNROLLED_FILTER_LOOPS for easier...
2007-06-14 Josh Coalsonfix bug with negative indexing
2007-04-04 Josh Coalsonwindow the integer_signal instead of real_signal, remov...
2007-03-13 Josh Coalsonunroll loops in filter and inverse filter routines
2007-02-09 Josh Coalsonstop using lround() for now
2007-02-04 Josh CoalsonMSVC workarounds
2007-02-04 Josh Coalsonin FLAC__lpc_quantize_coefficients(), clip shift to...
2007-02-04 Josh Coalsonadd workaround for lack of lround() on MSVC
2007-02-03 Josh Coalsonminor syntax
2007-02-02 Josh Coalsonadd 2007 copyright
2007-02-02 Josh Coalsonadd dithering to lp coeff quantization
2007-01-28 Josh Coalsonminor comments
2006-11-27 Josh Coalsonquick fix for SF#1601812 where an error of exactly...
2006-11-20 Josh Coalsonpatch: support for borland c++ compile (SF#1599018...
2006-11-17 Josh Coalsonfixes from 64-bit compile
2006-05-24 Josh Coalsoncomplete largefile support
2006-04-28 Josh Coalsonfix a calcuation bug in FLAC__lpc_compute_best_order()
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2006-04-25 Josh Coalsonadd support for specifying which apodization functions...
2005-01-26 Josh Coalsonfix ANSI C violation w.r.t. const arrays
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2004-11-09 Josh Coalsonfinished integerized flavor of library; sections with...
2004-10-20 Josh Coalsonfirst pass at making an integer-only flavor of the...
2004-03-22 Josh Coalsonfix bug: %ll doesn't work for MSVC, use %I64 instead
2004-01-17 Josh Coalsonupdate copyright to 2004
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