summaryrefslogtreecommitdiff
path: root/src/libFLAC/lpc.c
Commit message (Expand)AuthorAgeFilesLines
...
* complete largefile supportJosh Coalson2006-05-241-0/+4
* fix a calcuation bug in FLAC__lpc_compute_best_order()Josh Coalson2006-04-281-11/+18
* add 2206 to copyright noticeJosh Coalson2006-04-251-1/+1
* add support for specifying which apodization functions to use to window data ...Josh Coalson2006-04-251-0/+7
* fix ANSI C violation w.r.t. const arraysJosh Coalson2005-01-261-2/+2
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
* finished integerized flavor of library; sections with floating point are eith...Josh Coalson2004-11-091-0/+8
* first pass at making an integer-only flavor of the libraries. move FLAC__rea...Josh Coalson2004-10-201-22/+21
* fix bug: %ll doesn't work for MSVC, use %I64 insteadJosh Coalson2004-03-221-6/+4
* update copyright to 2004Josh Coalson2004-01-171-1/+1
* change license verbiage to Xiph'sJosh Coalson2003-01-311-12/+24
* minor commentsJosh Coalson2003-01-121-2/+2
* working 64-bit literals for MSVCJosh Coalson2003-01-081-6/+4
* Add 2003 to copyright noticeJosh Coalson2003-01-021-1/+1
* add wide (64-bit) versions of the FIR filter and inverse filter, remove unuse...Josh Coalson2002-10-041-8/+75
* minor formattingJosh Coalson2002-08-271-1/+1
* minor consolidationJosh Coalson2002-06-051-13/+1
* conditionalize #include of stdio.hJosh Coalson2002-05-171-1/+3
* update copyright date to include 2002Josh Coalson2002-01-261-1/+1
* commit patch for compiling on mingw32Josh Coalson2001-11-131-2/+2
* replace LOCAL_FABS() with fabs()Josh Coalson2001-08-131-3/+1
* switch to better method for getting floor(log2(double))Josh Coalson2001-07-191-5/+6
* fix another possible bug in the quantizerJosh Coalson2001-07-181-1/+1
* #ifdef DEBUG some printoutsJosh Coalson2001-07-121-0/+2
* minor tweaks in the overflow checking for VC++Josh Coalson2001-07-091-2/+14
* fix the case in the coeff quantizer where the coeffs were not quantized when ...Josh Coalson2001-07-061-22/+21
* use double instead of FLAC__real in some places internally; add explicit cast...Josh Coalson2001-07-031-19/+18
* fix rare bug in FLAC__lpc_quantize_coefficients where the quantized coeff cou...Josh Coalson2001-07-031-7/+43
* revamp the ordinal typesJosh Coalson2001-06-231-32/+32
* minor FP tweaksJosh Coalson2001-06-051-3/+3
* put a FLAC__ASSERT wrapper around assert()Josh Coalson2001-05-311-18/+18
* oops, fix bug with error_scaleJosh Coalson2001-05-251-2/+1
* remove debug printoutsJosh Coalson2001-05-241-1/+0
* be more lenient with negative lpc_errors due to accuracy problems with floatJosh Coalson2001-05-241-8/+32
* fix LOCAL_FABS bugJosh Coalson2001-05-161-3/+3
* use local fabs() routineJosh Coalson2001-05-141-2/+4
* speed up FLAC__lpc_compute_autocorrelation()Josh Coalson2001-05-101-0/+27
* FLAC__ize all the #definesJosh Coalson2001-04-241-8/+8
* minor changeJosh Coalson2001-04-011-1/+1
* comment fixJosh Coalson2001-03-161-1/+1
* *** empty log message ***Josh Coalson2001-03-011-2/+2
* remove floating "#if 0"Josh Coalson2001-03-011-1/+0
* remove old version of the lpcoeff quantizer, other debug detritusJosh Coalson2001-02-281-51/+1
* rework LPC coefficient quantizerJosh Coalson2001-02-281-6/+62
* change Coder to Codec everywhereJosh Coalson2001-02-081-1/+1
* add more debug info, clip bps computation to 0.0Josh Coalson2001-02-081-12/+29
* update copyright for 2001Josh Coalson2001-01-161-1/+1
* Initial revisionJosh Coalson2000-12-101-0/+238